helloo Evry1 i need some help regarding the following error
b4 showing my error i must explain the problem, may b that will help resolving it i m trying to make a copy of demo application thats been downloaded from SVN repository , in simple i want to use the scene of the given environment to create a small animation in which I will make "HAns" and "Marie" do something, as my own application but in the same project solution ... i have added a new project and tried to copy those files into my project by renaming files like openglwin to my file and similiarly all that are in demo application but i have got many lnk2019 & lnk1120 errors , i think there is something wrong in project settings ... coz it runs in demo application perfectly but for my application it gives the error few of which i m pasting here
*******************************************************************************************************
1>myapp.obj : error LNK2019: unresolved external symbol __imp__entitySceneGraphID referenced in function "public: static void __cdecl myapp::resizeCb(void *,int,int)" (?resizeCb@myapp@@SAXPAXHH@Z) 1>myopenglwin.obj : error LNK2019: unresolved external symbol __imp__wglDeleteContext@4 referenced in function "public: __thiscall OpenGLWindow::~OpenGLWindow(void)" (??1OpenGLWindow@@QAE@XZ) 1>myopenglwin.obj : error LNK2019: unresolved external symbol __imp__wglMakeCurrent@8 referenced in function "public: __thiscall OpenGLWindow::~OpenGLWindow(void)" (??1OpenGLWindow@@QAE@XZ) 1>myopenglwin.obj : error LNK2019: unresolved external symbol __imp__wglCreateContext@4 referenced in function "public: bool __thiscall OpenGLWindow::createWindow(void)" (?createWindow@OpenGLWindow@@QAE_NXZ) 1>E:\Imran Habib\WorkspaceHorde3D\Tools\GameEngine\Debug\chasegame.exe : fatal error LNK1120: 20 unresolved externals
*******************************************************************************************************
kindly help Regards Imran habib
|