[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: New version of lconsole available
- From: "Steve Donovan" <steve.j.donovan@...>
- Date: Fri, 1 Aug 2008 08:48:57 +0200
Any error messages, or did it fail silently? If so, then run lconsole.wlua
from a command prompt using lua.exe, then you'll see actual error messages
;) I really should do something about the 'silent error' thing!
Things to check out for:
- is CRForm.lua, CLRPackage.lua in lualibs?
- is luanet.dll, LuaInterface.dll in clibs?
steve d.
----- Original Message -----
From: Mike Crowe
To: Lua list
Sent: Thursday, July 31, 2008 3:33 PM
Subject: Re: New version of lconsole available
Hey folks,
I gave a very cursory effort to trying to run this with the new Lua for
Windows system (http://luaforwindows.luaforge.net/). Seems like we are
missing something to run this? Or did I just botch it?
Mike
On Thu, Jul 31, 2008 at 9:08 AM, steve donovan <steve.j.donovan@gmail.com>
wrote:
On Thu, Jul 31, 2008 at 2:53 PM, Andrew Wilson <agrwagrw@gmail.com> wrote:
My default browser was IE and it was real slow to startup, on the
order of tens of seconds maybe even a minute. AGRW
That is odd behaviour! IE is usually quick! lconsole is doing a
Process.Start(), effectively a call to ShellExecute(). Is it quick if
IE is already open?
steve d.