The exact same DLL works in 2008... am I missing something?Windows has triggered a breakpoint in Irrlicht_test_empty3.exe.
This may be due to a corruption of the heap, which indicates a bug in Irrlicht_test_empty3.exe or any of the DLLs it has loaded.
This may also be due to the user pressing F12 while Irrlicht_test_empty3.exe has focus.
VC++ 2010 problems
-
- Posts: 39
- Joined: Wed Jun 10, 2009 11:28 pm
- Location: Portland, Oregon
- Contact:
VC++ 2010 problems
I just tried to update to VC++ 2010 Express, from 2008. All the source files and dependencies are the same, but when I try to run the program the DLL seems to be corrupted:
-
- Posts: 39
- Joined: Wed Jun 10, 2009 11:28 pm
- Location: Portland, Oregon
- Contact:
Looks like some CRT issue, check out this MSDN article.
At worst, you will have to compile irrlicht in VS2010 yourself (even though 2008 binaries should usually work).
At worst, you will have to compile irrlicht in VS2010 yourself (even though 2008 binaries should usually work).
Never take advice from someone who likes to give advice, so take my advice and don't take it.