View previous topic :: View next topic |
Author |
Message |
darthneo Member
Joined: 09 Dec 2006 Posts: 3
|
Posted: Sun Dec 10, 2006 6:11 am Post subject: need some help compiling a file with an error |
|
|
hi guys im fairly new to delgine.com and DeleD, i like it so far and right now i'm trying to just make use my map with their code that i got from here: http://irrlicht.sourceforge.net/docu/index.html all i did was just change the file name and when i try to compile it, it comes up with this message from the compiler
"[Linker error] undefined reference to '_imp__ZN3irr12createeviceENS_5video13E_Driver_TYPEERKNS_4core11dimension2dliEEjbbbPNS_14IEventReceiverEPK.c'
Id returned 1 exit status"
can someone help me figure out whats wrong?
thanks in advanced |
|
Back to top |
|
|
trucker2000 DeleD PRO user
Joined: 11 May 2005 Posts: 1839 Location: Sacramento, California
|
Posted: Sun Dec 10, 2006 2:32 pm Post subject: |
|
|
Which file name did you change? Are you linking to directXSDK?
I have no clue what that error message means. What compiler are you using?
All things we need to know in order to help you. _________________ Some day I will grow up and be a real modeler.
"Never give up! Never surrender!!"
Sys specs:
asus
8 gigs ram
Invidia gtx560 video card
Windows 8 (worst op sys Ever) |
|
Back to top |
|
|
Daaark DeleD PRO user
Joined: 01 Sep 2004 Posts: 2696 Location: Ottawa, Canada
|
Posted: Sun Dec 10, 2006 6:54 pm Post subject: |
|
|
Any undefined reference means that you didn't link to the proper library. Also notice that it tells you right there [LINKER ERROR]. _________________
|
|
Back to top |
|
|
darthneo Member
Joined: 09 Dec 2006 Posts: 3
|
Posted: Sun Dec 10, 2006 7:13 pm Post subject: |
|
|
i got it to work... i missing a dll file, that i did not realize i needed, thanks for the help though |
|
Back to top |
|
|
|