[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Building luaffifb with MSVC
- From: Dibyendu Majumdar <mobile@...>
- Date: Tue, 6 Feb 2018 20:11:54 +0000
Hi Steven,
On 6 February 2018 at 20:06, Steven Johnson <steve@xibalbastudios.com> wrote:
> I did the changes discussed in the pull request there, though I didn't come
> away with any great insights as it was all rather mechanical. It
> sounds like you might already be building on that though, unless your
> comments about tests just come from reading through some of the
> discussion?
>
Unfortunately I didn't look into the pull request or the discussion -
so I was reporting my own findings. But I will look into the changes
you mention now that I am aware of it.
> 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.
Regards
Dibyendu