Page 1 of 1

Debug mode....

Posted: Tue Dec 13, 2005 4:43 am
by Grass
Why does the docs for win32 say to compile in debug mode and not in retail mode, wouldnt retail mode preform better?

Posted: Tue Dec 13, 2005 9:26 am
by Grass
z0mfg =\

Posted: Tue Dec 13, 2005 9:29 pm
by w00t
Hi,

What you've got to realise is that *somebody is not around 24 hours a day*.. That aside, and the double post ignored..

Can you please quote the specific section of the docs you're referring to?

Thanks.

Posted: Tue Dec 13, 2005 10:36 pm
by Jason
w00t: In the doc/compiling_win32.txt, there are instructions that tell you to open the visual studio command prompt labeled DEBUG, rather than the one labled RETAIL. I think this has to do with the DLLs it uses.

Posted: Thu Dec 15, 2005 9:16 pm
by Grass
no official answer?..

Posted: Fri Dec 16, 2005 11:23 am
by Solutech
Try compiling in retail mode and see if it works . If it doesnt you have your answer ;) .

Posted: Sun Dec 18, 2005 9:48 am
by Grass
it does work in retail but if it does why say debug mode thats what im asking!

Posted: Sun Dec 18, 2005 11:56 am
by Solutech
I'll go out on a limb and say maybe so it can be debugged if it goes wrong :p lol I dont know I just follow the instructions tbh as long as it works its all good :)

Posted: Mon Dec 19, 2005 5:38 am
by Stealth
I believe it uses debug mode so it has the ability to do a core dump. IIRC when an application is compiled in Retail, the ability to debug a crash is not available.