I wrote a simple c program in TurboC+ in my pc.[windows 8 x64].
I compiled it and ran it's without having any error. But after make the exe file tried to run it. But i got a error saying that "The app can't run on your pc. To find a version for your Pc, check with the software publisher."
Why did i get this error?
And after that i wrote my simple c program in Visual Studio 2008 and i compiled and ran it. And build the exe file.
The exe file runs in my pc. But when i try to run the same exe file in my laptop it shows sow error. I googled the error and somebody wrote that i have to build the exe in release mode. And he said that i can change the mode in configuration manager. But i couldn't find anything in my visual studio 2008.
Can somebody explain me about the Debug and Release things! Please.
I'm really confused about this.
And I'm a beginner in programming. So i don't know much about these stuffs.
Thank you.