Running executable problem
-
I have created an application in win32 in VS2005.net framework using direcx 9.0 sdk.The application is also using MFC in shared dll. But this application(created in release mode) is no running to another pc where VS2005.net framework is not available.It gives some dll missing.How can I solve this problem.I also provided all the supported dll.
-
I have created an application in win32 in VS2005.net framework using direcx 9.0 sdk.The application is also using MFC in shared dll. But this application(created in release mode) is no running to another pc where VS2005.net framework is not available.It gives some dll missing.How can I solve this problem.I also provided all the supported dll.
You need to install vcredist_x86.exe[^] on the target machine. This will install the C-runtime library and the MFC libraries. If you have the VC service pack 1 installed, you should use this one[^] instead.
Cédric Moonen Software developer
Charting control [v1.4] OpenGL game tutorial in C++ -
You need to install vcredist_x86.exe[^] on the target machine. This will install the C-runtime library and the MFC libraries. If you have the VC service pack 1 installed, you should use this one[^] instead.
Cédric Moonen Software developer
Charting control [v1.4] OpenGL game tutorial in C++Thank you for your reply I have already solved the problem.