Replies: 1 comment 1 reply
-
I think that's more a solution project structure question than OpenDDSharp library, but here my advice:
Could that work for you? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any easy way to bypass the generation of TypeSupport from IDL and just use an existing TypeSupport.cs file?
I want to be able to build and run my C# GUI in an environment that doesn't actually have/support OpenDDS (the OpenDDS communications won't be used). I just want to be able to build without OpenDDSharp wanting to use all of the DDS/ACE/TAO infrastructure to build the TypeSupport.cs file.
Beta Was this translation helpful? Give feedback.
All reactions