Compile and Run

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
SSmutny

Compile and Run

Post by SSmutny »

Hello!

I have a problem with Irrlicht.... i just started with MSVC++ and irrlicht yesterday. So i tried to compile the 1. Expample.... comiling was no Problem but i can't run the example. VC++ says that the Linker is working and thats it... nothing else happens. I have set the Include and Libs... so... can any1 help me?`

Greets Sascha
Guest

Post by Guest »

Ok.... i have tried the same with DEV-C++ now. It show me this error:


[Linker error] undefined reference to `_imp___ZN3irr12createDeviceENS_5video11EDriverTypeERKNS_4core11dimension2dIiEEjbbPNS_14IEventReceiverE'

Can anyone help me? Libs and include path is set.

Greets Sascha
corban
Posts: 35
Joined: Fri Nov 14, 2003 10:36 am
Contact:

Post by corban »

Anonymous wrote: [Linker error] undefined reference to `_imp___ZN3irr12createDeviceENS_5video11EDriverTypeERKNS_4core11dimension2dIiEEjbbPNS_14IEventReceiverE'
looks like a dx8 problem to me. try to use the video driver DT_OPENGL to check that. if openGL works, it seems you are using a wrong directx version (maybe you need the sdk of dx, not only the runtime, but i'm not sure).

corban
Post Reply