I am trying to execute the following example code using visual studios 2010.
C:\Program Files\RTI\ndds.5.0.0.29\example\CPP\Hello_simple
An executable is generated when I build the source in VS2010, but I am getting the following output when I run it.
DDS_QosProvider_get_typecode_from_type_library:ERROR: library not found
Unable to create domain participant
I have added the correct environment variables and followed the instructions included in the example. Additionally, the shape demo runs fine on my machine. The output of the application is attached as a text file. Any thought as to what could fix this problem?
Thank you for any help you could provide.
Attachment | Size |
---|---|
test_output.txt | 6.29 KB |
Hi sidenoteemail,
Can you upload your QoS file? Seems that you are referencing another library in your QoS and that library is missing, or maybe the name is not written correctly.
Regards
Ismael