Search found 813 matches

by Jamarr
Fri Dec 30, 2011 16:19
Forum: Unofficial CEGUI-Related Tools
Topic: ImageSetEditor 0.7.1 compile error with wxWidgets 2.9.2
Replies: 9
Views: 16404

Re: ImageSetEditor 0.7.1 compile error with wxWidgets 2.9.2

Please make sure to post your concerns in the appropriate sub-forum. The wxWidgets-based CEImagesetEditor is no longer officially supported. If you still wish to use this tool, you may have to resolve the issue yourself.
by Jamarr
Tue Dec 27, 2011 17:35
Forum: Help
Topic: I want to make circle Image
Replies: 13
Views: 10443

Re: I want to make circle Image

But that I want is to make alpha at some location in my image to render it like a circle and I can't use a .png because my image is create in my program Well it does not really matter how the image is made, so long as the image uses alpha. A .png is just an image format that supports alpha. Your be...
by Jamarr
Tue Dec 27, 2011 17:00
Forum: Help
Topic: Compiling for x64. Link Problem
Replies: 4
Views: 5049

Re: Compiling for x64. Link Problem

The unresolved external symbol error is pretty common. It basically means that the linker cannot find the symbol in any of the .lib files you have specified. It looks like there is a function in FreeImage and DevIL that cannot be looked up for some reason. The most typical scenarios are 1) user did ...
by Jamarr
Fri Dec 23, 2011 23:19
Forum: Offtopic Discussion
Topic: Happy Merriments
Replies: 1
Views: 8030

Re: Happy Merriments

When you have multiple concrete classes that need to conform to an agnostic behavior, you should use an abstract interface: Happy Holidays ;) :pint:
by Jamarr
Wed Dec 21, 2011 17:41
Forum: Help
Topic: I want to make circle Image
Replies: 13
Views: 10443

Re: I want to make circle Image

This topic has been asked several times in the past. Have you tried searching the forum or searching the wiki ? You might try searching for terms like: circle, round, alpha, etc. Make sure you fulfill the Forum Usage Guidelines as community members will be more inclined to help you, if you show that...
by Jamarr
Wed Dec 21, 2011 17:33
Forum: Help
Topic: While playing with scroll bar crashes
Replies: 2
Views: 9160

Re: While playing with scroll bar crashes

Please post in the appropriate sub-forum (in this case Beginner's Help) next time. You should also fulfill the Forum Usage Guidelines when posting, otherwise community members will be less inclined to provide you with help. Thanks!
by Jamarr
Wed Dec 21, 2011 17:23
Forum: Modifications / Integrations / Customisations
Topic: Circle Image
Replies: 1
Views: 3930

Re: Circle Image

Double-posting can result in a ban from the forums. If your post has not yet been answered then 1) we may be too busy to address your issue 2) we do not have the answer 3) you did not provide enough information or 4) you did not convince us that you used a sufficient amount of time to find a solutio...
by Jamarr
Wed Dec 21, 2011 17:14
Forum: Help
Topic: Compiling for x64. Link Problem
Replies: 4
Views: 5049

Re: Compiling for x64. Link Problem

I know you already have this compiling; congrats on that. Just wanted to clarify a few things. PCRE give me a linking problem that I am trying to solve for 2 days: error LNK2001: unresolved external symbol pcre_free But pcred.lib is present in my dependencies folder .if I remove it, Visual tell me :...
by Jamarr
Tue Nov 29, 2011 01:37
Forum: Help
Topic: Crosshairs with PyCEGUI
Replies: 7
Views: 4773

Re: Crosshairs with PyCEGUI

So, the image that is displayed above is "full_image", which for an image file, doesn't have an extension like .png, .jpg, .gif, etc. I also can't find the image file "full_image" anywhere in the filesystem for cegui or ogre. My Question: how can I go about changing the image I ...
by Jamarr
Mon Nov 28, 2011 17:52
Forum: Help
Topic: Set a value for a Button
Replies: 2
Views: 2808

Re: Set a value for a Button

There are many different ways you can approach this. Normally, I think that people use the Window::setUserData() / Window::getUserData() approach. If you really want to use a Property you can create your own Property object and add a property to a class via the Window::addProperty() method. As an al...
by Jamarr
Fri Oct 28, 2011 00:49
Forum: Help
Topic: subscribeEvent function parameter taking more than one arg?
Replies: 4
Views: 3531

Re: subscribeEvent function parameter taking more than one a

You could just define an object that stores the parameters you need as members, and then use instances of those objects as event handlers. When an instance is called to handle an event, have it call your addMiner function passing the relevant members. You can find the basics of this here . My unders...
by Jamarr
Fri Oct 28, 2011 00:38
Forum: Help
Topic: Using with Ogre3d on iOS
Replies: 4
Views: 3839

Re: Using with Ogre3d on iOS

I do not think that CEGUI officially supports iOS, but I have heard of people getting CEGUI rendering in that environment. Have you tried searching the forums for terms like iphone, iOS, OpenGL ES, etc.? Have you looked at and/or are you using the OpenGLES renderer? As you did not provide any specif...
by Jamarr
Mon Oct 17, 2011 17:37
Forum: Help
Topic: Crash inside CEGUI::System::destroy()
Replies: 27
Views: 14959

Re: Crash inside CEGUI::System::destroy()

What was the reason why you ignore the LIBCMTD in the linker settings of your app? To my knowledge the only reason to mark LIBCMTD (or MSVCRTD) as ignorable in the linker settings is to purposefully mask the linker warnings telling the user their project is mixing the use of these two libraries. Ba...
by Jamarr
Mon Sep 26, 2011 18:23
Forum: Help
Topic: ceguiOgreRenderer to CeguiogreRenderer and some
Replies: 2
Views: 3229

Re: ceguiOgreRenderer to CeguiogreRenderer and some

The (old) ogrecegui renderer was maintained in the OGRE codebase, not CEGUI. The (new) ceguiogre renderer is now maintained in the CEGUI codebase. So technically I think you are asking this question in the wrong forum. I doubt that CEGUI officially offers support for the ogrecegui renderer. That sai...
by Jamarr
Fri Sep 23, 2011 17:39
Forum: Help
Topic: CEGUI::UnknownObjectException unknown imagery section Carat
Replies: 5
Views: 6653

Re: CEGUI::UnknownObjectException unknown imagery section Ca

Please make sure you search all resources (ex forums) before posting, especially when the issue involves unique/key words like carat as you are more likely to find relevant threads like this one . Thanks :hammer: p.s. This is not a topic for the Advanced sub-forum. Please post these sorts of questio...

Go to advanced search