i'm having a problem setting up the new Irrlicht 1.8
what i did:
installed Code::Blocks with MinGW
downloaded Irrlicht 1.8
created a folder "Irrlicht" that contains a "lib" folder (which contains the files from "irrlicht-1.8/lib/Win32-gcc" and the Irrlicht.dll) and a "include" folder (which contains the files from "irrlicht-1.8/include").
on the code::blocks project options, i made the links to the lib and compile folders correctly (as in any other sdk).
also copy/pasted Irrlicht.dll in the project's folder.
now, every time i try to compile an aplication that uses Irrlicht library, it gives the following error:
if i try to run any code without Irrlicht, it works fine. SFML runs with no problems.the procedure entry point _ZSt9terminatev could not be located in the dynamic link library libstdc++-6.dll
createDevice function is enough to make the error appear.
after some search, it seems that is a problem with GCC and Irrlicht. should i recompile from the source? (i don't really understand what that would change, as i'm really newbie). btw, i've tried it, and Code::Blocks produced a Irrlicht.dll of about 30mb in size
any help is apreciated. thanks in advance.