Re: Lua wrappers[still no answer]
- Posted by petelomax at fastmail.fm Dec 18, 2005
- 542 views
On Sat, 17 Dec 2005 06:21:08 -0800, "Juergen Luethje" <guest at RapidEuphoria.com> said: > If for instance the file 'code_for_win.e' contains a line such as > Shell32 = open_dll("shell32.dll") > > this will cause an error on DOS. It does not. For example:
include dll.e atom Shell32 procedure x() Shell32 = open_dll("shell32.dll") end procedure puts(1,"done") if getc(0) then end if
This runs fine on ex.exe. The problem is only if you actually call the open_dll function on ex.exe. Regards, Pete -- petelomax at fastmail.fm -- http://www.fastmail.fm - Or how I learned to stop worrying and love email again