Problem running on other pc
-
hi guys, i have coded a simple program that give the list of files in a directory. i use Visual C++ 2008 to code it. But when i copy and run the exe file from debug folder on other pc its showing " application failed to start because its side-by-side configuration is incorrect.Please see the application event log or use the command-line sxstrace.exe tool for more detail". what should i do ? i need to do this program to run portable in any windows base pc. kidly help me. Thank you. Regards , Thilek
-
hi guys, i have coded a simple program that give the list of files in a directory. i use Visual C++ 2008 to code it. But when i copy and run the exe file from debug folder on other pc its showing " application failed to start because its side-by-side configuration is incorrect.Please see the application event log or use the command-line sxstrace.exe tool for more detail". what should i do ? i need to do this program to run portable in any windows base pc. kidly help me. Thank you. Regards , Thilek
Do you have any specific reason why you are "distributing" your DEBUG build? If no, try with a RELEASE build instead.
> The problem with computers is that they do what you tell them to do and not what you want them to do. < > Life: great graphics, but the gameplay sux. <
-
hi guys, i have coded a simple program that give the list of files in a directory. i use Visual C++ 2008 to code it. But when i copy and run the exe file from debug folder on other pc its showing " application failed to start because its side-by-side configuration is incorrect.Please see the application event log or use the command-line sxstrace.exe tool for more detail". what should i do ? i need to do this program to run portable in any windows base pc. kidly help me. Thank you. Regards , Thilek
Hi, Change the Microsoft foundation classes in the projet settings(projectmenu->settings->general tab)to Use MFC in a static library. Then execute the appln again .Then copy the exe file and try to run in another pc.
-
Hi, Change the Microsoft foundation classes in the projet settings(projectmenu->settings->general tab)to Use MFC in a static library. Then execute the appln again .Then copy the exe file and try to run in another pc.
-
Why is it so difficult to find project menu ??? Alternatively Press Alt + F7
-
Why is it so difficult to find project menu ??? Alternatively Press Alt + F7
-
Why is it so difficult to find project menu ??? Alternatively Press Alt + F7
-
Hi, Change the Microsoft foundation classes in the projet settings(projectmenu->settings->general tab)to Use MFC in a static library. Then execute the appln again .Then copy the exe file and try to run in another pc.