First off: read a book about programming and one about how to use Visual Studio!
I can't "compile" or "build" (I couldn't understand the difference between them yet) my project.
There are 'only' two steps in creating a executable, compile and link. If you say to build sth. you normaly mean compile and link.
When I run it, it's opening and right after closing. But I can run it successfully with VC++ Debug mode
Open a command line (Start->Run->cmd.exe[ENTER]) then go to the folder where you're exe is (by using
cd folder). Then start the exe by entering its name. Look what the application spits out. I bet it's missing some resource and you've copied the code from the example which immediatly terminates the application if the resource isn't found. Running it within VS it gets a diffrent working folder which contains the needed files. But it's just a guess, don't know what really happens.
Please Help! I couldn't tell my problem well (sorry for my fking english) but I hope you understood. MY GAME IS WAITING FOR BUILD OR COMPILE, HE DON'T WANT TO BE WASTED
I hope you understand that writting UPPERCASE is interpreted in the digital world as shouting and I guess if you'd want people to help you wouldn't yell them into their face, would you.
(meaning: read some stuff on nettiquetts for forums/internet)