Need Guru help in useing ICE framework!!!

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
jl0206
Posts: 55
Joined: Mon Jun 07, 2004 4:56 am

Need Guru help in useing ICE framework!!!

Post by jl0206 »

I can't link it out and the error message below:
Linking...
main.obj : error LNK2001: unresolved external symbol "public: __thiscall example_Engine::example_Engine(void)" (??0example_Engine@@QAE@XZ)
main.obj : error LNK2001: unresolved external symbol "public: __thiscall example_Engine::~example_Engine(void)" (??1example_Engine@@QAE@XZ)
main.obj : error LNK2001: unresolved external symbol "public: void __thiscall game_Engine::Render(void)" (?Render@game_Engine@@QAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: bool __thiscall game_Engine::Update(void)" (?Update@game_Engine@@QAE_NXZ)
main.obj : error LNK2001: unresolved external symbol "public: bool __thiscall example_Engine::Init(unsigned short const *,enum irr::video::EDriverType,int,int)" (?Init@example_Engine@@QAE_NPBGW4EDriverType@video@irr@@HH@Z)
Debug/main.exe : fatal error LNK1120: 5 unresolved externals
Error executing link.exe.

main.exe - 6 error(s), 0 warning(s)
jl0206_80

Post by jl0206_80 »

Can some one help me??Thanks
R00mpel
Posts: 41
Joined: Sun Nov 09, 2003 10:12 am
Location: Russia, Nizhny Novgorod

Post by R00mpel »

I've never worked with ICE, but it looks like you've forgotten to include some additional .lib files... Or even irrlicht.lib.
The only thing to fear is running out of beer!
jl02062

Post by jl02062 »

yes maybe but I include this already.
jl02062

Post by jl02062 »

yes maybe but I include this already.
jl02062

Post by jl02062 »

yes maybe but I include this already.
Post Reply