People who try to run our application get a 0xc0150002 violation crash. What should I do to resolve this? According to this site something isn't compiled with visual studio 2005 http://www.codecomments.com/archive292-2005-4-475723.html Might it be the dependencies for cegui which can cause this? Is ...
ok... make sure the function looks like this: bool classname::functioname( const EventArgs &args ) { return true; } and the call should be like this: void classname::test() { WindowManager::getSingleton().getWindow("UrWindowName")->subscribeEvent( PushButton::EventClicked, SubscriberSl...
I succeeded in using subscribe event now...
some libs, dlls or headers from visual studio 2002 and 2003 was being used...
To get things working I removed vs2002 and 2003 from my computer.
I have the same problem... When I used 0.4.1 of cegui it worked perfectly.. but when migrating to 0.5 subscribeEvent stopped working.. i'm in the same boat as you my man.. please tell me if you come up with anything... oh... and i've used VS2005 all the time... i'm getting access violation on the su...
Hi! How do I make my StaticText bigger? I try the following, but all it does is throw around the text on the screen. <Property Name="SetWindowSize" Value="w:2.3 h:2.0" /> <Property Name="Size" Value="w:1.0 h:1.0" /> Any tip would be nice ;) I tried calling a d...