Are there other problems with sending out a debug version of an .exe that I'm not aware of?
Well, maybe some library you're using tries to enable extra logging when in debug mode. And also there may be stuff in the code (inside #ifdef _DEBUG's) which the users are not happy to see (like awkward messages for example.) But the reduction in program speed might be the best observable one.
Ehsan
_______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
