Linker error for CELayoutEditor
Posted: Sun Mar 20, 2005 16:14
The src is compiling but the linker gives me this error (VC++6 SP6):
CELayoutEditorView.obj : error LNK2001: Unresolved external symbol "__declspec(dllimport) public: __thiscall CEGUI::System::System(class CEGUI::Renderer *,unsigned char const *)" (__imp_??0System@CEGUI@@QAE@PAVRenderer@1@PBE@Z)
..\bin\debug\CELayoutEditor_d.exe : fatal error LNK1120: 1 unresolved external References
I have set up the right paths to cegui libs and includes. Can anyone help please ?
CELayoutEditorView.obj : error LNK2001: Unresolved external symbol "__declspec(dllimport) public: __thiscall CEGUI::System::System(class CEGUI::Renderer *,unsigned char const *)" (__imp_??0System@CEGUI@@QAE@PAVRenderer@1@PBE@Z)
..\bin\debug\CELayoutEditor_d.exe : fatal error LNK1120: 1 unresolved external References
I have set up the right paths to cegui libs and includes. Can anyone help please ?