Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have started creating a basic application launcher in windows 7 and if i build it and then go to the build folder and click on the exe the application launches. When i copy the exe file to a windows xp machine it acts like it wantes to run but never opens. The hour glass shows up and the goes away. Please help.
Posted

1 solution

There are several things to check, mostly to do with how you have configured your app.

1) Do you have it set to x64 and the XP box is 32 bit?
2) Do you have it set for a version of the framework that is not installed on the XP box?
3) Does it need datafiles or command line parameters that you haven't provided?
4) Does it use any Win 7 specific code?
 
Share this answer
 
Comments
Espen Harlinn 26-Jun-12 12:19pm    
Good points :-D
Sergey Alexandrovich Kryukov 26-Jun-12 14:18pm    
Agree, a 5.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900