Run time error for c++ idl project on machine without visual Studio 2012

4 posts / 0 new
Last post
Offline
Last seen: 7 years 7 months ago
Joined: 07/26/2016
Posts: 6
Run time error for c++ idl project on machine without visual Studio 2012

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).

for examle:
Solution have 2 project-
Myidl_type C++ project
Mysubscriber C# console app with reference to Myidl_type proj.

Is that problem familiar to you?
Can you help me please?

Thank

 

 

jwillemsen's picture
Offline
Last seen: 2 years 10 months ago
Joined: 09/24/2013
Posts: 55
Offline
Last seen: 7 years 7 months ago
Joined: 07/26/2016
Posts: 6

Where to install it?
I don't want to install nothing except my app in the customer machine.
Do I have to?

jwillemsen's picture
Offline
Last seen: 2 years 10 months ago
Joined: 09/24/2013
Posts: 55

At the moment you create a C++ based application the customer system needs to have the Microsoft Visual C++ Redistributable Package installed, that is shipped by Microsoft.