lua-users home
lua-l archive

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


Mr. Sessile escribió:

I'm curious if anyone has attempted (or would be willing to attempt) to build Luiz' lposix module on Win with the libgw32c library: http://gnuwin32.sourceforge.net/packages/libgw32c.htm

I did some job porting lposix to Win32. It depends of 50 functions plus a few structs and defines not found in Win32.
Many of these are useless or unavailable in Win32 (like fork).
Before releasing my code I'll look at libgw32c.
Regards,
Daniel