Page 1 of 1

about testaSkin Application

Posted: Tue Dec 20, 2005 13:11
by pabloa
I tried install as the doc said. I add to cegui.sln and add the testaskin project but I had linkers problem like this

Code: Select all

Tool_TestaSkin error LNK2001: External Symbol "protected: virtual void __thiscall CEGuiSample::cleanup(void)" (?cleanup@CEGuiSample@@MAEXXZ) not solved


where are thre problem??

Re: about testaSkin Application

Posted: Tue Dec 20, 2005 16:07
by martignasse
it's a linker problem, check the TestaSkin project dependencies and make sur that the CEGuiSample project is checked.

hope it help

Thanks for the feedback

Re: about testaSkin Application

Posted: Wed Dec 21, 2005 10:36
by pabloa
I have just cehecked it, in the project setting :

And I add one .lib to try and it run! :hammer: