I'm getting a linker error...

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.
luckymutt
Posts: 453
Joined: Sun Mar 06, 2005 11:56 pm
Location: C-Ville

Post by luckymutt »

Here's my two cents:
The Irrlicht.dll you are running it with is the one found in the \irrlicht-0.10.0\bin\Win32-VisualStudio (that is, your compiler is either putting the *.exe there, or you are moving it there)

If you are compliing with Dev-C++, you need to put the executable with the Irrlicht.dll found in \irrlicht-0.10.0\bin\Win32-gcc

Give it shot.
Guest

Post by Guest »

thanks luckymutt!!! It worked! Thank you very much.
Post Reply