lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, 2010-05-20 at 13:54 -0300, Fabio Mascarenhas wrote:
> On Thu, May 20, 2010 at 1:34 PM, Gilles Ganault <gilles.ganault@free.fr> wrote:
> > ==========
> > CreateFile
> > C:\Program Files\Lua\5.1\rocks\wsapi\1.3.4-1\samples\lfs.lua
> > NAME NOT FOUND
> 
> ...
> 
> >
> > C:\Program Files\Lua\5.1\rocks\wsapi\1.3.4-1\samples\socket\core.lua
> > PATH NOT FOUND
> > ==========
> >
> > So using the above, I still have no idea what files/directories I need
> > to extract from the LuaForWindows/Rocks thingie to run Xavante.
> 
> require tries to load .lua files first before trying the dlls. Why
> this shows up as failed CreateFile calls
> I have no idea, probably a glitch in your process monitor.

CreateFile (despite it's name) is a Windows API function used to open a
file for reading and/or writing. Maybe it is named like that because it
'creates' a file handle.