Re: Embedding LUA in PureBasic!?
Posted: Mon Aug 01, 2016 4:52 am
that's a good point DoubleDutch, I personally would compile to dll using msys2 and making an import lib using polib, that way there would be no need for runtime distribution dll's other than the lua dll.
you find msys2 at https://sourceforge.net/projects/msys2/
to make the 64-bit import-lib using polib do polib yourdll.dll /machine:x64 /out:yourlib.lib (polib is included in PB for Windows.)
you find msys2 at https://sourceforge.net/projects/msys2/
to make the 64-bit import-lib using polib do polib yourdll.dll /machine:x64 /out:yourlib.lib (polib is included in PB for Windows.)