Search found 1 match

by robarnold
Wed Jun 20, 2007 6:18 am
Forum: Bug reports
Topic: [fixed]TextureMatrix bug
Replies: 44
Views: 7155

I came across this bug as well. Another solution is to recompile Irrlicht.dll with the multithreaded dll crt instead of the multithreaded crt. Now all allocations between irrlicht and your executable (assuming you use the multithreaded dll crt) will use the same heap. You can change this setting in ...