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
Compile and Run
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).Anonymous wrote: [Linker error] undefined reference to `_imp___ZN3irr12createDeviceENS_5video11EDriverTypeERKNS_4core11dimension2dIiEEjbbPNS_14IEventReceiverE'
corban