Now I have another problem
When I tried to run program in another pc it give error that :msvcr110.dll and msvcp110.dll is missing
How can I link program to these dll s in static way?
Now I have another problem
When I tried to run program in another pc it give error that :msvcr110.dll and msvcp110.dll is missing
How can I link program to these dll s in static way?
These are dynamic libraries. You need to link their static counterparts (or just distribute them or an installer for the runtime along your application). I think you should consult Visual Studio manual for this.
omid_kma (31st July 2013)
Bookmarks