Page 1 of 1

Error: Help me i'm very new to this

Posted: Wed Jun 09, 2004 8:58 am
by IllegalEnzyme
Ok, i was trying the Hello World Tutorial using DevC++ and when t compiled i got the following error:

[Linker error] undefined reference to `_imp___ZN3irr12createDeviceENS_5video11EDriverTypeERKNS_4core11dimension2dIiEEjbbPNS_14IEventReceiverEPKw'

I have no idea what it means as i am very new to this. It's weird cos it doesn't happen when i9 compile the example source but if i copy the example source into another blank project i get the same error.

Please help its driving me insane!!!!

Posted: Wed Jun 09, 2004 11:05 am
by darkraven
Not sure exactly if this is a solution as I'm still learning too but make sure that you are linking to the dev c++ irrlicht libs. To me that sounds like the problem as I've had those problems when I've forgotten to include the librarys.

Posted: Fri Jun 11, 2004 9:49 am
by IllegalEnzyme
ok, thanx for replying anyway.

anyone else know whats going on?

Re: Error: Help me i'm very new to this

Posted: Sat Jun 12, 2004 4:10 pm
by Acki
IllegalEnzyme wrote:It's weird cos it doesn't happen when i9 compile the example source but if i copy the example source into another blank project i get the same error.
I think you have not set the include path and library files for irrlicht correctly !?!?!
You have to include this under the projects propertys...

CU, Acki

Posted: Wed Jun 16, 2004 12:28 pm
by IllegalEnzyme
Thanx Acki it works now!!!

Posted: Wed Jun 16, 2004 3:29 pm
by jl0206
I think the project is a consle not a windows one