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

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
buzz44
Posts: 9
Joined: Wed Sep 12, 2007 6:53 am

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

Post 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.
Post Reply