|
-
January 21st, 2010, 03:02 PM
#1
program runs under xp but crash under vista
hello guys,
my program runs ok under the debug mode, but a little bit slow. so i compiled it with the release mode. and the program crashes.
the problematic function is the __tmainCRTStartup() function. and the error says "Unhandled exception at 0x7661fbae in xxx.exe: Microsoft C++ exception: std::bad_alloc at memory location 0x0033edd8.."
i don't know how to fix this, because the program crashes before it gets into my "main()" function.
i also tried to compile this program under windows xp. it runs perfectly under both debug and release mode.
i'm using vs2008.
any ideas?
thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|