Mon, 02/02/2009 - 12:04
Forums:
Hello all
I've got problem..
When I exit from the project examples...
there's an error
Microsoft Visual C++ Debug Library
Debug Assertion Failed!
I could find previous questions and reply but
there's no anwser I expected
Mon, 02/02/2009 - 12:19
I might help a little if you would include information about the assertion (line number and file).
Mon, 02/02/2009 - 14:07
File: close.c
Line : 48
Fri, 02/27/2009 - 11:58
I meet the same problem with you, have you solved it yet?
Could anyone help us, thank you!
Fri, 02/27/2009 - 19:26
might be this:
http://www.opencascade.org/org/forum/thread_15882/
Sat, 02/28/2009 - 14:34
In WINMAIN.CPP change line 33 to read
#define DISPLAYCONSOLE 0
If you still want a console for debugging, change the linker-system properties to /SUBSYSTEM:CONSOLE
Pete
Sat, 02/28/2009 - 19:35
Apologies - slightly wrong, instead you should comment out line 33.
i.e.
//#define DISPLAYCONSOLE 1
Pete