I know it’s not a particular question occurring to JUCE but I decide to put it here.
I build a JUCE Application, and of course I can run the exe in the Debug File on my PC(I’m using ms vs2005). But the exe itself can’t run on other computers. How to manage it??
Well, manifest files are needed only if your application is compiled using VS 2005 and higher. Once you run your application it is not required. It’s not just Xp even vista needs it.
Had struggled with this problem since am a full time mac programmer