rtiddsgen c#

2 posts / 0 new
Last post
Offline
Last seen: 8 years 8 months ago
Joined: 12/29/2014
Posts: 1
rtiddsgen c#

I have several idl files.

One of them includes only enum definitions. The other idl files includes this one.

The generation of the files works fine, all the structs are created, including data readers and wirters and the C++ dll compiles...but

I have a C# project that references the c++ project, the problem is that only the types that the project recognizes are the types defined at the EnumTypes.idl.

I had a look at the ildasm, and I don;t see the other structs either. All the references are right, so I cannot see what is the problem.

 

 

Thanks!

Organization:
Offline
Last seen: 3 years 1 month ago
Joined: 01/15/2013
Posts: 94

Hi Berta,

Just a safety check, you didn't have any top-level = false directives in your IDLs defining the other types, did you? (recall, the top-level directive is documented in section 3.3.8.4 of the RTI Core Libraries and Utilities, version 5.1.0).

Anyhow, maybe if you provided your types or a subset of them that reproduce the error, we could take a look. Also, what version of the product are you working with?

Thanks,

Juanlu