Compiling irrlicht 1.6

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
bdpdonp
Posts: 68
Joined: Sat Oct 10, 2009 6:35 am

Compiling irrlicht 1.6

Post by bdpdonp »

I am attempting to build a test application that utilizes a compiler version of irrlicht. When i build the application using the precompiled libraries everything is fine. When I build the application with recompiled irrlicht i get an external linker error to createDeviceEx. I did verify that is the only issue, if i get rid of the useage for createDeviceEx everything is fine. I made one change to the irrlicht code, i commented out the def for direct x 8 in the compiler configuration header.

Thank You
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

What compiler, what version, and what is the full text of the error message?
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

are you realy sure you used the new lib, dll and includes and no old components are in the search path !?!?! :lol:
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Repgahroll
Posts: 88
Joined: Tue Jul 29, 2008 11:48 am

Post by Repgahroll »

I was having similar problem, and Acki tips did the trick!

Thank you Acki! :D
bdpdonp
Posts: 68
Joined: Sat Oct 10, 2009 6:35 am

Post by bdpdonp »

I only have irrlicht 1.6 installed.

Visual Studio 2008 Pro (Visual C++ 2008) which i thins is version 9
Post Reply