Ice framework problem

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

Ice framework problem

Post by jl0206 »

I have download the Ice framework but when I link it ,always wrong:
inking...
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)

why!!!
Post Reply