I have an IDL, and am trying to generate code to build a .lib file using Visual Studio 2008 (C++).
I have read another forum topic (https://community.rti.com/forum-topic/nested-idl) and although that forum topic is about nested topics, it seems related.
In Gerardo's response, he mentions rtiddsgen should be run against each of the IDL files, and that the result is generated code that should be managed with each IDL that produces a library containing the associated generated type-specific generated files without the example files.