View Full Version : Lua 5
JSMain
January 26th, 2005, 07:47 PM
Can someone explain the process of setting up Lua 5 for G4?
I downloaded Lua 5 Win32 binaries, and found them to be EXE files instead of the former dll files that I had in G3.3.
Haven't had time to try yet, but want to be sure I'm doing it right.
Ron
January 26th, 2005, 07:48 PM
You don't have to do that!!! Girder comes with Lua5. What are you trying to do?
quixote
January 26th, 2005, 07:59 PM
Well, since there is a LUA5 thread going now... :D
Here is a correction to my former blunder about non-blocking speech:
Care of FatherofMonsterMagnet,
if not VoiceObj then
VoiceObj = luacom.CreateObject("Sapi.SpVoice")
end
function SpeakText()
VoiceObj:Speak("Place the text that you want spoken here.",1)
end
SpeakText()
JSMain
January 26th, 2005, 08:15 PM
ah! My mistake!
I thought last night I was given direction to download the version 5 binaries.
I must have misunderstood the Lua problems I've been reading.
Ron
January 26th, 2005, 08:19 PM
If I remember correctly you were asking about the LuaSocket thing right? If so I mean go and download the luasockets binary, it should work with Girder's version of Lua.
JSMain
January 26th, 2005, 08:38 PM
It was the Luasocket plugin that crashed girder, yes! I'm not certain as yet what it is used for. is it necessary for normal Lua operation?
Ron
January 26th, 2005, 08:40 PM
You'll only need luasocket for internet related stuff. I totally forgot, Luasocket is also included with Girder you don't need to download a thing.
JSMain
January 27th, 2005, 06:20 AM
Oh! OK!
Plan on giving that a shot too down the road, as I want to do some girder with PHP control for a project I have in mind.
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.