Page 1 of 1

Compile error in Irrlicht.dll in VC++ [FIXED]

Posted: Thu Sep 13, 2007 8:28 am
by buzz44
Hey there,

I'm trying to get Irrlicht going in VC++, I've added all the correct include directories and lib folder, but when I compile I get this error.

Image

Any ideas?

Sorry if its been posted before, I searched but couldn't find it ><.

In case your wondering I'm trying to get Tutorial 1 going, and I copy/pasted the code straight up.

Thanks in advance.

Edit:

Fixed it. I was using the GCC Irrlicht.dll not the VS32 one :D.