Search found 29 matches

by aaron1a12
Sun Oct 24, 2010 11:21
Forum: Help
Topic: Using tolua++ with C++?
Replies: 7
Views: 5482

Re: Using tolua++ with C++?

very funny
by aaron1a12
Fri Oct 22, 2010 10:34
Forum: Help
Topic: Using tolua++ with C++?
Replies: 7
Views: 5482

Re: Using tolua++ with C++?

???
by aaron1a12
Wed Oct 20, 2010 20:24
Forum: Help
Topic: Using tolua++ with C++?
Replies: 7
Views: 5482

Re: Using tolua++ with C++?

Anyone?
by aaron1a12
Tue Oct 19, 2010 15:40
Forum: Help
Topic: Using tolua++ with C++?
Replies: 7
Views: 5482

Using tolua++ with C++?

Hey, can anyone point me out to a simple, user-friendly, tutorial on how to integrate C++ functions into Lua? I heard CEGUI uses a custom build of tolua++ so that's why I'm posting here. Thing is as a newbie in software programming I have no friggin' idea on how to get MY c++ functions into Lua. I m...
by aaron1a12
Tue Oct 19, 2010 15:33
Forum: CEGUI Library Development Discussion
Topic: Kulik joins the CEGUI team!
Replies: 9
Views: 8422

Re: Kulik joins the CEGUI team!

Hooray! :pint: I see everyone's using the smiley now :)

:pint: :pint: :pint: :pint: :pint: :pint: :pint: :pint:
by aaron1a12
Tue Oct 19, 2010 15:31
Forum: Help
Topic: Subscribing Lua functions to buttons
Replies: 7
Views: 4996

Re: Subscribing Lua functions to buttons

OMG! So I was using C++ in a Lua script? :oops: crazy
by aaron1a12
Mon Oct 18, 2010 23:34
Forum: Help
Topic: Subscribing Lua functions to buttons
Replies: 7
Views: 4996

Re: Subscribing Lua functions to buttons

Okay, I tried catching an exception and I got something: CEGUI::ScriptExecption in file ..\..\..\..\cegui\src\ScriptingModules\LuaScriptModule\CEGUILua.cpp(579) : Unable to execute Lua script file: 'Scripts/cegui/vita.lua' [string "Scripts/cegui/vita.lua"]: 12:'<name>' expected near ':' I ...
by aaron1a12
Sat Oct 16, 2010 23:43
Forum: Help
Topic: Subscribing Lua functions to buttons
Replies: 7
Views: 4996

Re: Subscribing Lua functions to buttons

Anyone? :?:
by aaron1a12
Thu Oct 14, 2010 17:37
Forum: Help
Topic: Subscribing Lua functions to buttons
Replies: 7
Views: 4996

Subscribing Lua functions to buttons

Is there a way of subscribing Lua functions to events for button not created in the LUA script but rather in the actual UI .layout? You see I tried running the following code (from the wiki) in the LUA script but I kept getting Runtime errors: CEGUI::PushButton* pb = (CEGUI::PushButton*)CEGUI::Windo...
by aaron1a12
Thu Oct 14, 2010 16:52
Forum: Help
Topic: Integrating LUA (Assertion failed!)
Replies: 6
Views: 4694

Re: Integrating LUA (Assertion failed!)

SOLVED! I found out what was the problem! I was creating the scripting module BEFORE creating the renderer! Stupid! :rofl:
by aaron1a12
Thu Oct 14, 2010 16:46
Forum: Help
Topic: Integrating LUA (Assertion failed!)
Replies: 6
Views: 4694

Re: Integrating LUA

What's the bootstrap method? Is what you talk about mentioned here?: http://cegui.org.uk/api_reference/rendering_tutorial.html If so, I think it has nothing to do with my problem. My CEGUI renders and initialises perfectly well. It only gives me the assertion error when it gets to this line: CEGUI::...
by aaron1a12
Thu Oct 14, 2010 15:37
Forum: Help
Topic: Integrating LUA (Assertion failed!)
Replies: 6
Views: 4694

Re: Integrating LUA

Okay, I managed to include the CEGUILuaScriptModule.lib and now my App includes CEGUILuaScriptModule.dll. BUT now I get an Assertion Failed message! Assertion failed! Program: C:\vita\Vita-Debug.exe File: d:\projects\cegui\cegui_mk2-v0-7..\CEGUIS...leton.h Line: 79 Expression: ms_Singleton When I hi...
by aaron1a12
Thu Oct 14, 2010 15:20
Forum: Help
Topic: Integrating LUA (Assertion failed!)
Replies: 6
Views: 4694

Re: Integrating LUA

Okay, thanks.
by aaron1a12
Wed Oct 13, 2010 01:05
Forum: Help
Topic: Integrating LUA (Assertion failed!)
Replies: 6
Views: 4694

Integrating LUA (Assertion failed!)

Hi again guys, everything has been going great except when I integrate the LUA scripting module into CEGUI. When I compile in VC2008 I get the following error: Integrating LUA 1>Vita.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class CEGUI::LuaScriptModu...

Go to advanced search