Page 1 of 1

Linker error for CELayoutEditor

Posted: Sun Mar 20, 2005 16:14
by Nocs
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 ?

Re: Linker error for CELayoutEditor

Posted: Tue Mar 22, 2005 10:19
by scriptkid
Hi,

i'm not sure what the "PVARenderer" line means. To which version of CEGUI do you compile/link? The editor sources in CVS are compiled at my own machine against the stable 0.2.0 sources of CEGUI.

Maybe you can try to download the stable package into a temp folder and try again?

Plz let me know your results. Good luck! :-)

Re: Linker error for CELayoutEditor

Posted: Tue Mar 22, 2005 18:33
by Nocs
I have compiled the stable 0.2.0 source but the error still exists .... really dont know where the problem is, have tried everything but the error is still here :(