Making An Exe stand alone [modified]
-
Hai i am having an exe,i want to move it from one pc to another. when i try it on other pc that dont have Visualstudio 2008 it is saying application configuration error.i am having a dll & which path should i give it to it. I am using Visual studio 2008
modified on Thursday, December 10, 2009 1:58 AM
-
Hai i am having an exe,i want to move it from one pc to another. when i try it on other pc that dont have Visualstudio 2008 it is saying application configuration error.i am having a dll & which path should i give it to it. I am using Visual studio 2008
modified on Thursday, December 10, 2009 1:58 AM
You should either install the VC2008 redistributable package[^] on the target machine or statically link your exe to the MFC and C runtime libraries (you have to modify these in your project settings).
Cédric Moonen Software developer
Charting control [v2.0] OpenGL game tutorial in C++ -
Hai i am having an exe,i want to move it from one pc to another. when i try it on other pc that dont have Visualstudio 2008 it is saying application configuration error.i am having a dll & which path should i give it to it. I am using Visual studio 2008
modified on Thursday, December 10, 2009 1:58 AM
-
Hai i am having an exe,i want to move it from one pc to another. when i try it on other pc that dont have Visualstudio 2008 it is saying application configuration error.i am having a dll & which path should i give it to it. I am using Visual studio 2008
modified on Thursday, December 10, 2009 1:58 AM