I'm getting an error at:
Code: Select all
smgr->drawAll();
The IDE I'm using is VC++ and the following are my settings:
1. Lib = "D:\Irrlicht\lib\Win32-visualstudio\"
2. Include = "D:\Irrlicht\include\"
3. I have copied the dll from "D:\Irrlicht\bin\Win32-visualstudio\Irrlicht.dll" to both my executable folder and "C:\Windows\System32".
4. I'm using Irrlicht version 1.3.1
5. I even tried compiling my own lib.
The problem disappears when I erase:
Code: Select all
smgr->drawAll();