Hi,
I am developing application with rti DDS in visual studio 2012 using c# language.
I had included in the solution the C++ project of the idl type and have referrence for it inanother solution project.
When I try to run the app in a machine without visual studio 2012 I get many run time errors of dll not found or its dependencies.
I check it by 'Dependency walker'.
Only if I install VS 2012 errors gone (VS 2015 not solved the problem).