I use the C++ example code, copied from http://assimp.sourceforge.net/lib_html/usage.html
but vc prints following:
Detected memory leaks!
Dumping objects ->
{126969} normal block at 0x046B1900, 17 bytes long.
....
so many that the computer rebooted.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I use the C++ example code, copied from http://assimp.sourceforge.net/lib_html/usage.html
but vc prints following:
Detected memory leaks!
Dumping objects ->
{126969} normal block at 0x046B1900, 17 bytes long.
....
so many that the computer rebooted.
Hi, thanks for the info. You can get some more detailed info using the debug tools from Micorsoft. If you want leran more just look at : http://www.codeguru.com/forum/showthread.php?t=312742 .
Greets,
Kimmi