Hi Laurent,
I'm using WindowsDDK to compile LuaJIT. I'm targeting MSVCRT.DLL so I
can get it working for old machines (Windows XP, but it might also work
on Windows 2000).
I've put some precompiled binaries here:
https://github.com/malkia/ufoPlease check the bin/Windows/x64 folder.
There is also a batch file that can recompile LuaJIT with windowsddk,
it's more hacky than it needs to -
https://github.com/malkia/ufo/tree/master/build/Windows - open
luajit-wdk.cmd (to build it)
Thanks,
Dimiter "malkia" Stanev.
On 7/5/2011 2:39 AM, Laurent Poujoulat wrote:
> Hi all,
> We are are currently using LuaJIT 2 embedded in a 32 bits win32
> application where it does wonders :-)
> We are on the process to migrate to 64 bits windows. We may target two
> compilers: either MSVC 2010 or Mingw64. I saw that currently only MSVC
> 2010 is a supported build. My question is: are there some known problems
> with Mingw64 and LuaJIT and has anyone tried ?
>
> Regards,
>