|
||
|
GP Mailing List
ATXGPSIG List
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: Please help me!
Adam Metro wrote: > I'm just starting out programming games, and i was wondering if anyone could > help me. I'm using Microsoft Visual C++ 5.0. Right now i'm just trying to > get something up on the screen. The first time i tried to compile it, it > worked! Then i changed a couple of things that wouldn't screw up anything, > then when i compiled it again, it gave me this error: fatal error LNK1168: > cannot open Debug/test.exe for writing. What the heck does this mean??? And > how do you fix it?? > > Adam You probably didn't call PostQuitMessage(0) function. It destroys the procces. Unless you do it, the program is still running after you close it, althought it's not on the screen anymore. Because it's running, you cannot rewrite the *.exe file. ================================================================= The GameProgrammer.Com mailing list is for the open discussion of any topic related to the art, science, and business of programming games. This list is especially tolerant of beginners. We were all beginners once To SUBSCRIBE or UNSUBSCRIBE please visit: http://gameprogrammer.com/mailinglist.html
|
|