Unresolved external linking CEGUI

For help with general CEGUI usage:
- Questions about the usage of CEGUI and its features, if not explained in the documentation.
- Problems with the CMAKE configuration or problems occuring during the build process/compilation.
- Errors or unexpected behaviour.

Moderators: CEGUI MVP, CEGUI Team

peymankop
Just popping in
Just popping in
Posts: 12
Joined: Mon Sep 12, 2016 11:24

Re: Unresolved external linking CEGUI

Postby peymankop » Tue Sep 13, 2016 13:29

YaronCT wrote:@peymankop: U mean cegui's "String.h" causes u problem? What problem?

that fixes the problem thanks :)

peymankop
Just popping in
Just popping in
Posts: 12
Joined: Mon Sep 12, 2016 11:24

Re: Unresolved external linking CEGUI

Postby peymankop » Tue Sep 13, 2016 14:20

YaronCT wrote:@peymankop: U mean cegui's "String.h" causes u problem? What problem?

now i have a new problem when i added this line of code:

Code: Select all

CEGUI::SchemeManager s;
   s.createFromFile("TaharezLook.scheme");


it shows me below linker errors:

Code: Select all

GUIManager.obj : error LNK2001: unresolved external symbol "public: static unsigned int const CEGUI::String::npos" (?npos@String@CEGUI@@2IB)
1>GUIManager.obj : error LNK2001: unresolved external symbol "protected: static class CEGUI::Logger * CEGUI::Singleton<class CEGUI::Logger>::ms_Singleton" (?ms_Singleton@?$Singleton@VLogger@CEGUI@@@CEGUI@@1PAVLogger@2@A)
1>GUIManager.obj : error LNK2001: unresolved external symbol "public: static class CEGUI::String const CEGUI::ResourceEventSet::EventNamespace" (?EventNamespace@ResourceEventSet@CEGUI@@2VString@2@B)
1>GUIManager.obj : error LNK2001: unresolved external symbol "public: static class CEGUI::String const CEGUI::ResourceEventSet::EventResourceCreated" (?EventResourceCreated@ResourceEventSet@CEGUI@@2VString@2@B)
1>GUIManager.obj : error LNK2001: unresolved external symbol "public: static class CEGUI::String const CEGUI::ResourceEventSet::EventResourceDestroyed" (?EventResourceDestroyed@ResourceEventSet@CEGUI@@2VString@2@B)
1>GUIManager.obj : error LNK2001: unresolved external symbol "public: static class CEGUI::String const CEGUI::ResourceEventSet::EventResourceReplaced" (?EventResourceReplaced@ResourceEventSet@CEGUI@@2VString@2@B)



help :(


Return to “Help”

Who is online

Users browsing this forum: No registered users and 9 guests