__imp__createDevice linkererror with VC6

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
tabrax
Posts: 6
Joined: Wed Jul 21, 2004 5:41 pm
Location: Germany

__imp__createDevice linkererror with VC6

Post by tabrax »

why i got the follow error?
error LNK2001: Nichtaufgeloestes externes Symbol __imp__createDevice

my project works fine with the Irrlicht version 0.6 but since 0.71 ... it didn't :x

Can anyone help me?
the irrlicht.dll and game.exe are one the same place...
Any Ideas?
bal
Posts: 829
Joined: Fri Jun 18, 2004 5:19 pm
Location: Geluwe, Belgium

Post by bal »

http://irrlicht.sourceforge.net/phpBB2/ ... php?t=4548

Make sure the library and include directories are OK. Also that the dll-file the program is using is the right one. And the createDevice function has got a new parameter called vsync but I don't think that is causing the problem here.
General Tools List
General FAQ
System: AMD Barton 2600+, 512MB, 9600XT 256MB, WinXP + FC3
tabrax
Posts: 6
Joined: Wed Jul 21, 2004 5:41 pm
Location: Germany

Post by tabrax »

the libary and the include directories are ok.
other Ideas?
schick
Posts: 230
Joined: Tue Oct 07, 2003 3:55 pm
Location: Germany
Contact:

Post by schick »

You did not link with irrlicht.lib.
Please send me an e-mail instead of a private message.
Post Reply