Search found 9 matches
- Wed Mar 22, 2017 11:32
- Forum: Help
- Topic: Error creating OpenGL3Renderer
- Replies: 3
- Views: 3983
Re: Error creating OpenGL3Renderer
well, if I try to use OpenGLRenderer instead, CEGUI::OpenGLRenderer& myrenderer = CEGUI::OpenGLRenderer::bootstrapSystem(); it happens the same... Error LNK2019 símbolo externo "__declspec(dllimport) public: static class CEGUI::OpenGLRenderer & __cdecl CEGUI::OpenGLRenderer::bootstrapSy...
- Tue Mar 21, 2017 10:45
- Forum: Help
- Topic: Error creating OpenGL3Renderer
- Replies: 3
- Views: 3983
Error creating OpenGL3Renderer
Hi I'm using cegui 0.8.7 with visual studio 2015 and opengl OS: Windows 10 x64 I'm trying CEGUI with opengl but when I create a simple renderer it shows an error. I think a dll is missing but it is supposed that I've included all I need Thats the simple things I have about CEGUI: #include <CEGUI\CEG...
- Sun Mar 12, 2017 16:34
- Forum: Help
- Topic: [Solved] help with InvalidRequestException
- Replies: 12
- Views: 8564
Re: help with InvalidRequestException
I wrote again the resource and it run.. rp->setResourceGroupDirectory("looknfeels", resourceDirectory + "/looknfeel/"); I think the problem was I had written "looknfeel" instead of "looknfeels" on the 1st parameter. The second error I had, it's solved too, ano...
- Sat Mar 11, 2017 19:48
- Forum: Help
- Topic: [Solved] help with InvalidRequestException
- Replies: 12
- Views: 8564
Re: help with InvalidRequestException
Wow, don't know why but I've solved the problem I had with that exception, but a new one has appeared now... :cry: this is the code menu = new GUI(iDevice); menu->init("Librerias/CEGUI/GUI"); menu->loadScheme("GameMenu.scheme"); menu->setFont("DejaVuSans-10"); menu->cre...
- Thu Mar 09, 2017 13:14
- Forum: Help
- Topic: [Solved] help with InvalidRequestException
- Replies: 12
- Views: 8564
Re: help with InvalidRequestException
thanks for the answers!
but, how do I set the new paths to the files? I thought I had already linked everything to the projects as it is said in the video tutorial.
Imagesets and looknfeels are all on the same folder and are included on the same way..
but, how do I set the new paths to the files? I thought I had already linked everything to the projects as it is said in the video tutorial.
Imagesets and looknfeels are all on the same folder and are included on the same way..
- Wed Mar 08, 2017 10:57
- Forum: Help
- Topic: [Solved] help with InvalidRequestException
- Replies: 12
- Views: 8564
Re: help with InvalidRequestException
Do you mean that TaharezLook.looknfeel is missing? I've checked it and it exists. It may be looking in a wrong directory, is it possible? About the error on the log, it shows a wrong directory (C:\Users\Samuel\Desktop\cegui-0.8.7\cegui\src\RendererModules\Irrlicht\ResourceProvider.cpp:65) It shouldn...
- Tue Mar 07, 2017 10:35
- Forum: Help
- Topic: [Solved] help with InvalidRequestException
- Replies: 12
- Views: 8564
Re: help with InvalidRequestException
I've just seen a post where someone says that it is necessary to define a preprocessor CEGUI_STATIC should i do it on the project properties? In fact, doing this shows me others errors, not exception. Don't know if it's better to get rid of dlls, but at least theres no exceptions.. I may have someth...
- Tue Mar 07, 2017 10:19
- Forum: Help
- Topic: [Solved] help with InvalidRequestException
- Replies: 12
- Views: 8564
Re: help with InvalidRequestException
hi again, I'm using cegui 0.8.7 with visual studio 2015 and irrlicht 1.8.4 OS: Windows 10 x64 here is my entire CEGUI log: 06/03/2017 13:35:05 (Std) CEGUI::Logger singleton created. (059D8838) 06/03/2017 13:35:05 (Std) 06/03/2017 13:35:05 (Std) *******************************************************...
- Mon Mar 06, 2017 12:56
- Forum: Help
- Topic: [Solved] help with InvalidRequestException
- Replies: 12
- Views: 8564
[Solved] help with InvalidRequestException
hello, I'm spanish so sorry for my english. :) it's the first time I use cegui and I'm having problems creating a scheme from a file. The program throws an InvalidRequestException, I don't know why.. heres the log error: CEGUI::InvalidRequestException in function 'void __thiscall CEGUI::IrrlichtReso...