lua-users home
lua-l archive

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


On 6 February 2018 at 20:11, Dibyendu Majumdar <mobile@majumdar.org.uk> wrote:
>> I seem to recall the C namespace just getting absorbed into another one
>> rather than being outright missing. This sounds like it might be a
>> simple problem (wrong table index? maybe an off-by-one caused by some
>> platform defines?) but I ended up getting distracted before looking
>> into it.
>>
>
> I thought it might be that it isn't loading the right DLL. LuaJIT
> appears to do it differently - it loads the MS C runtime by looking
> for the library that contains a symbol - this seems like a good
> approach to me.
>

It seems the library is doing the same as LuaJIT - i.e. looking for a
DLL that contains the symbol _fmode, so I am mistaken about what the
problem might be.

Regards