Re: [Freedos-user] Lua in DOS?

2006-06-12 Thread Escorter
Arkady V.Belousov [EMAIL PROTECTED] wrote: Yes. You may recompile as DOS application Hmmm... I compiled the basic interpreter (min.c) as a standard (real-mode) DOS program. If I run it without any parameters, it shows the help. But when I try to run the hello.lua script (the basic Hello

Re: [Freedos-user] Lua in DOS?

2006-06-12 Thread Arkady V.Belousov
Hi! 12-Июн-2006 19:02 [EMAIL PROTECTED] (Escorter) wrote to freedos-user@lists.sourceforge.net: Yes. You may recompile as DOS application E Hmmm... I compiled the basic interpreter (min.c) as a E standard (real-mode) DOS program. If I run it without any E parameters, it shows the help.

Re: [Freedos-user] Lua in DOS?

2006-06-12 Thread Escorter
Arkady V.Belousov [EMAIL PROTECTED] wrote: First, don't forget to use Large memory model. Second, increasing stack should help. Third, there is successful experience in compiling Lua for DOS and running in it some examples from its TEST directory. This was achieved by Mat

Re: [Freedos-user] Lua in DOS?

2006-06-11 Thread Arkady V.Belousov
Hi! 12-Июн-2006 00:03 [EMAIL PROTECTED] (Escorter) wrote to freedos-user@lists.sourceforge.net: E Is it possible to use the Lua script system under DOS? I Yes. You may recompile as DOS application, as DOS32 application, or stub WinAPI emulation (for example, by WDOSX) to WIN32 edition. E