Search found 17 matches
- Mon Aug 18, 2014 13:48
- Forum: Help
- Topic: [Solved] GUI not appearing
- Replies: 9
- Views: 7219
Re: [Solved] GUI not appearing
I'm sorry but this issue is not solved. The link you provided is a tutorial on how to set default folders, which is nice but it doesn't explain other things. I have looked at CEGUI and changed my code so i load the resources before using them. The new code of the function is as follows : auto caca(B...
- Sun Aug 17, 2014 08:07
- Forum: Help
- Topic: [Solved] GUI not appearing
- Replies: 9
- Views: 7219
Re: GUI not appearing
I must apologize to you : after checking again, i saw that i removed the "_d" while trying to make the library work and certainly forgot to put it back...which caused the injectTimePulse to crash the program. As for what "crash" means to me : when a program/application stops func...
- Sun Aug 17, 2014 00:52
- Forum: Help
- Topic: [Solved] GUI not appearing
- Replies: 9
- Views: 7219
Re: GUI not appearing
Hi, so i split the stack of commands into : CEGUI::System &sys = CEGUI::System::getSingleton(); CEGUI::GUIContext &context = sys.getDefaultGUIContext(); context.injectTimePulse(float(t - last_time_pulse)); And the crash happens on the injectTimePulse fonction (last line). I also checked the ...
- Sat Aug 16, 2014 13:50
- Forum: Help
- Topic: [Solved] GUI not appearing
- Replies: 9
- Views: 7219
Re: GUI not appearing
Hello, sorry for the late reply. 1. After reading your comment, i found a line CEGUI::System::getSingleton().injectTimePulse(float(t - last_time_pulse)); that i thought doing that. However when i try to add the line CEGUI::System::getSingleton().getDefaultGUIContext().injectTimePulse(float(t - last_...
- Sat Aug 16, 2014 05:44
- Forum: Help
- Topic: [Solved] GUI not appearing
- Replies: 9
- Views: 7219
[Solved] GUI not appearing
Hello, first and foremost : i have never before worked with graphics (except a quick and simple Qt5 interaction-limited program needed for a demonstration). The only reason i'm working on the GUI part of the project is because there was no one else available. I never worked with SDL, OpenGL or CEGUI...
- Sun Aug 03, 2014 11:43
- Forum: Help
- Topic: [Solved] Missing .h files
- Replies: 5
- Views: 6003
Re: [Solved] Missing .h files
Well the one about compiling that you linked in your previous post. It is a tutorial in a sense. Thought you would call it a wiki maybe?
- Sun Aug 03, 2014 11:22
- Forum: Help
- Topic: [Solved] Missing .h files
- Replies: 5
- Views: 6003
Re: Missing .h files
I checked in the build folder and i found those files. Thank you for that.
However i am working on windows so the installation was skipped as suggested by the Tutorial page. Which surely made me miss those files in a separate folder.
However i am working on windows so the installation was skipped as suggested by the Tutorial page. Which surely made me miss those files in a separate folder.
- Sun Aug 03, 2014 11:00
- Forum: Help
- Topic: [Solved] Missing .h files
- Replies: 5
- Views: 6003
[Solved] Missing .h files
Hi, so i managed to somehow begin integrating CEGUI in my project...(yeah, the lack of relevant documentation is not helping) So i tried the basics that are described in the tutorials, but got many errors due to obsolete documentation. So after many trial and errors, i got something that looked like...
- Sun Aug 03, 2014 10:06
- Forum: Help
- Topic: [Solved] Building 8.4 on Linux problems
- Replies: 20
- Views: 21641
Re: Building 8.4 on Linux problems
Sorry for the late reply, but since i needed to have at least something resembling an interface for today, i concentrated on the windows part (which still went bad). As for the Linux part, i must say your guides/manuals are contradicting what they say : one part says that we need to download the dep...
- Sat Jul 19, 2014 02:41
- Forum: Help
- Topic: [Solved] Building 8.4 on Linux problems
- Replies: 20
- Views: 21641
Re: Building 8.4 on Linux problems
The compiler asking for an exe under Linux is weird. Even though i'm piratically a beginner with Linux, even i know that Linux doesn't use those natively. Which is why it baffles me so much. So as i already explained in my first post in this thread : - Fedora 20 - CEGUI Dependencies FROM https://bit...
- Fri Jul 18, 2014 15:30
- Forum: Help
- Topic: [Solved] Building 8.4 on Linux problems
- Replies: 20
- Views: 21641
Re: Building 8.4 on Linux problems
I'm sorry but i haven't seen that in the part where it explains how to build CEGUI on Linux. The guide that i was following (in the link above) doesn't say that neither. I mostly code on Windows, which is why i have only a basic knowledge on Linux make system. That is why i'm having problems figurin...
- Fri Jul 18, 2014 06:08
- Forum: Help
- Topic: [Solved] Building 8.4 on Linux problems
- Replies: 20
- Views: 21641
Re: Building 8.4 on Linux problems
The cmake is not the problem, make is.
- Fri Jul 18, 2014 04:38
- Forum: Help
- Topic: [Solved] Building 8.4 on Linux problems
- Replies: 20
- Views: 21641
[Solved] Building 8.4 on Linux problems
Hi, so i built CEGUI on windows following the video. Now i need to do the same on Linux since the project i'm working on needs to be cross-platform. Actually i'm trying to build CEGUI on Fedora since Ubuntu and Debian are not compatible with some vital libraries of the project. The first problem i e...
- Sun May 25, 2014 23:50
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [NoBug/Solved] Compilation error due to character encoding
- Replies: 7
- Views: 11517
Re: [NoBug/Solved] Compilation error due to character encodi
Well, thanks to you mentioning the conversion of the files, it hit me that the warning gotten from the compiler is the key to the problem. So i searched for that problem on the net and found it pretty fast, but before that i wasn't really sure what might have been related to the error, or not.
- Sun May 25, 2014 22:10
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [NoBug/Solved] Compilation error due to character encoding
- Replies: 7
- Views: 11517
Re: [Bug] Error with Generation and Compilation of the libra
As it is, i didn't see any log or anything about converting files in VS, maybe it was done by Windows when i extracted them? In which case i don't think it's possible to deactivate. Also, i never had to add another encoding system before, so i didn't know it converted whole files to the new standard...