[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Tutor (Delphi + Lua)
- From: "Geo Massar" <luageo@...>
- Date: Wed, 28 Jun 2006 14:17:47 -0700
> I will create a web page with all the examples (and many others) on how
> to use Delphi and Lua.
Great.
> One problem I encoutred is when running a program inside Delphi editor
> containing:
> uses
> luapas;
> ...
> luaopen_io(L);
> ...
> I get an "access violation" in module lua.5.1.dll
> But when I compile the program and then run it externally, I don't get
> this error. The problem instead doesn't appear using lua5.0.2 dll.
> How do you explain this?
Beat me. Suggest to post your code the way I did earlier. Lua folks would be
able to answer. I ain't no pro like them! I just did the implementation.
Like you, I am still learning.
Geo