Search found 7 matches

by osb1842
Thu Aug 17, 2006 18:17
Forum: Help
Topic: injectMouseMove over non-CEGUI windows
Replies: 0
Views: 2098

injectMouseMove over non-CEGUI windows

Hello. First off the platform info: Windows XP, VS7.1, CEGUI 0.4.1 (same problem appears in 0.5.0rc2) w/ Producer+Delta3D I am having issues with CEGUI::Syste::injectMouseMove (as well as injectMousePosition). My Windows are setup such that I have a FrameWindow covering the top 20% of the full Produ...
by osb1842
Thu Jun 02, 2005 19:01
Forum: Offtopic Discussion
Topic: CEGUI 0.2.1 release?
Replies: 19
Views: 13128

Re: CEGUI 0.2.1 release?

I also just noticed this patch was not included in the 0.2.0 branch, causing me many many warnings when I compile an app in MSVC using CEGUI.
by osb1842
Tue May 31, 2005 16:37
Forum: Offtopic Discussion
Topic: CEGUI 0.2.1 release?
Replies: 19
Views: 13128

Re: CEGUI 0.2.1 release?

I just downloaded the new 0.2.1 win32 release, and I am surprised to not find the new menusystem and listbox changes in the .zip. I also noticed the CVS sticky tags are for release-0_2_0, perhaps these should be release-0_2_1? Also, why are the CVS files included in the packaged release to begin wit...
by osb1842
Wed May 25, 2005 21:42
Forum: CEGUI Library Development Discussion
Topic: menusystem and listbox changes
Replies: 30
Views: 23742

Re: menusystem and listbox changes

Patch submitted on SF to fix Makefiles.
by osb1842
Tue May 17, 2005 21:14
Forum: Modifications / Integrations / Customisations
Topic: Warning C4251in CEUILogger.h & location of header files
Replies: 1
Views: 2134

Warning C4251in CEUILogger.h & location of header files

As my previous posts were ignored, here we go again... Can the following #pragma be placed in the CEGUILogger.h file itself, so we don't need to use a hacked version of CEGUI to avoid C4251 warnings? I get a whole mess of them when I compile against CEGUI using MSVC 7.1. Something like... #if define...
by osb1842
Wed May 04, 2005 16:37
Forum: Modifications / Integrations / Customisations
Topic: Header installation prefix
Replies: 0
Views: 2874

Header installation prefix

Hi, I was just wondering why all the internal references to CEGUI headers do not prefix "CEGUI/" before their filename? When I install the headers they are placed within a "CEGUI" directory in my "/usr/local/include" (which is good), but now I have to specifically add &...
by osb1842
Tue May 03, 2005 17:36
Forum: Modifications / Integrations / Customisations
Topic: Warning in compilation
Replies: 4
Views: 2794

Re: Warning in compilation

Shouldn't the #pragma be placed in the CEGUILogger.h file itself, so we don't need to use a hacked version of CEGUI?

Something like...

#if defined(_MSC_VER)
# pragma warning(push)
# pragma warning(disable : 4251)
# pragma warning(disable : 4275)
#endif

Go to advanced search