Search found 12 matches
- Fri Sep 16, 2016 07:40
- Forum: Help
- Topic: Unresloved External
- Replies: 3
- Views: 4132
Re: Unresloved External
Well it is clearly a linker error, so if you really really linked CEGUIBase into your project then it must mean that CEGUIBase does not contain the symbols in its lib... Just look at the SampleBrowser or Application template to see how we link things in a way it works and lean on that... or do thos...
- Fri Sep 16, 2016 06:27
- Forum: Help
- Topic: Unresloved External
- Replies: 3
- Views: 4132
Unresloved External
Hi, when i add this line of code in my project: CEGUI::SchemeManager::getSingleton().createFromFile("TaharezLook.scheme"); it shows me below errors: error LNK2001: unresolved external symbol "public: static unsigned int const CEGUI::String::npos" (?npos@String@CEGUI@@2IB) 1>GUIMa...
- Tue Sep 13, 2016 14:20
- Forum: Help
- Topic: Unresolved external linking CEGUI
- Replies: 16
- Views: 12140
Re: Unresolved external linking CEGUI
@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: CEGUI::SchemeManager s; s.createFromFile("TaharezLook.scheme"); it shows me below linker errors: GUIManager.obj : error LNK2001: unresolved external sym...
- Tue Sep 13, 2016 13:29
- Forum: Help
- Topic: Unresolved external linking CEGUI
- Replies: 16
- Views: 12140
Re: Unresolved external linking CEGUI
YaronCT wrote:@peymankop: U mean cegui's "String.h" causes u problem? What problem?
that fixes the problem thanks
![Smile :)](./images/smilies/icon_smile.gif)
- Tue Sep 13, 2016 13:16
- Forum: Help
- Topic: Unresolved external linking CEGUI
- Replies: 16
- Views: 12140
Re: Unresolved external linking CEGUI
YaronCT wrote:@peymankop: Your cegui headers aren't identical to the official ones.
i know but String.h file cause me some problem.
how can i fix this?
- Mon Sep 12, 2016 18:40
- Forum: Help
- Topic: Unresolved external linking CEGUI
- Replies: 16
- Views: 12140
Re: Unresolved external linking CEGUI
YaronCT wrote:@peymankop: Thanx, I look into it.
thanks i'm waiting
![Smile :)](./images/smilies/icon_smile.gif)
- Mon Sep 12, 2016 16:24
- Forum: Help
- Topic: Unresolved external linking CEGUI
- Replies: 16
- Views: 12140
Re: Unresolved external linking CEGUI
@peymankop: Plz execute "Build -> Clean Solution" in Visual Studio. Also remove any data files (images, sounds, etc.). Once those r removed, there's no reason y the project would take so much - it'll b almost all source, and I doubt your source files take 900 MB. ok here you go. that line...
- Mon Sep 12, 2016 15:49
- Forum: Help
- Topic: Unresolved external linking CEGUI
- Replies: 16
- Views: 12140
Re: Unresolved external linking CEGUI
YaronCT wrote:@peymankop: Do u mind uploading the whole project somewhere so I can try it myself? (but clean it first).
can you send me a test project that works on visual studio 2015 and x86 and cegui
![Smile :)](./images/smilies/icon_smile.gif)
it will be very good
![Smile :)](./images/smilies/icon_smile.gif)
- Mon Sep 12, 2016 15:47
- Forum: Help
- Topic: Unresolved external linking CEGUI
- Replies: 16
- Views: 12140
Re: Unresolved external linking CEGUI
YaronCT wrote:@peymankop: Do u mind uploading the whole project somewhere so I can try it myself? (but clean it first).
project size is about 900mb!
do you have any ideas?
if you are out of ideas i will surly do that
![Smile :)](./images/smilies/icon_smile.gif)
- Mon Sep 12, 2016 15:39
- Forum: Help
- Topic: Unresolved external linking CEGUI
- Replies: 16
- Views: 12140
Re: Unresolved external linking CEGUI
YaronCT wrote:@peymankop: Which cegui version, compiler (and version), target architecture (x86 or x64)?
i use cegui version 0.8.7
visual studio 2015 and x86
- Mon Sep 12, 2016 15:02
- Forum: Help
- Topic: Unresolved external linking CEGUI
- Replies: 16
- Views: 12140
Re: Unresolved external linking CEGUI
YaronCT wrote:@peymankop: Perhaps the order matters? Try to put "CEGUIBase-0_d.lib" as the last of the "CEGUI*" libs.
no luck
![Sad :(](./images/smilies/icon_sad.gif)
any other ideas?
- Mon Sep 12, 2016 11:30
- Forum: Help
- Topic: Unresolved external linking CEGUI
- Replies: 16
- Views: 12140
Unresolved external linking CEGUI
Hi, i want to add cegui into my project,i built the library successfully. here is the line of code i use in my engine: CEGUI::System::create(*d_renderer, d_resourceProvider, 0, d_imageCodec, 0, "", logFile); when i build my project it shows me this error: Severity Code Description Project ...