Search found 8 matches

by Elrinth
Sat Jun 03, 2006 14:06
Forum: Modifications / Integrations / Customisations
Topic: access violation on computers without visual studio 2005
Replies: 6
Views: 3902

I have to thank you... about 6 clicks or so and it works.. The setup ruled it all! :)

I owe u creds :)

http://nicht.mine.nu/Mohawk%20Installer.msi

try our game out :)

oh... is there any way to set the need of administrative rights for the installer?
by Elrinth
Sat Jun 03, 2006 13:03
Forum: Modifications / Integrations / Customisations
Topic: access violation on computers without visual studio 2005
Replies: 6
Views: 3902

what registry entries must i enter?
i could do these with a .reg file
and was the error you got when u started: 0xc0150002 ?
by Elrinth
Fri Jun 02, 2006 18:51
Forum: Modifications / Integrations / Customisations
Topic: access violation on computers without visual studio 2005
Replies: 6
Views: 3902

what kind of registry entries are fiddled with? and how should i do this smooth?

no we don't use any kind of setup.exe

we just pack in all of our content in a zip and send it to people for test...
by Elrinth
Fri Jun 02, 2006 11:40
Forum: Modifications / Integrations / Customisations
Topic: access violation on computers without visual studio 2005
Replies: 6
Views: 3902

access violation on computers without visual studio 2005

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 ...
by Elrinth
Mon May 22, 2006 13:39
Forum: Modifications / Integrations / Customisations
Topic: subscribeEvent problem after VS2003 -> VS2005 upgrade
Replies: 5
Views: 4275

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...
by Elrinth
Wed May 17, 2006 13:14
Forum: Modifications / Integrations / Customisations
Topic: subscribeEvent problem after VS2003 -> VS2005 upgrade
Replies: 5
Views: 4275

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.
by Elrinth
Fri May 12, 2006 12:23
Forum: Modifications / Integrations / Customisations
Topic: subscribeEvent problem after VS2003 -> VS2005 upgrade
Replies: 5
Views: 4275

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...
by Elrinth
Tue Apr 25, 2006 10:32
Forum: Help
Topic: Text Size
Replies: 1
Views: 2603

Text Size

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...

Go to advanced search