Build LuaJIT and link static library to Universal Windows Project (VS2015)

  • From: Panos Evagorou <pa_no5@xxxxxxxxxxx>
  • To: "luajit@xxxxxxxxxxxxx" <luajit@xxxxxxxxxxxxx>
  • Date: Tue, 15 Mar 2016 14:11:02 +0000



Hello All

 

I want to
use LuaJit in a UWP (Universal Windows Platform) C++ app.

I am trying
to build Luajit on windows 10 using the msvcbuild.bat script and then link the
static library to a UWP project.

It builds
successfully, however on launch of the app I get the following error.

“Unable to activate Windows Store app”

Also in the
output I get “A dependent dll was not found” although I added the directory of
the luajit dll to the VC++ Directories > Executable Directories



Has anyone been able to use luajit on a UWP app or can otherwise help with
this?

 

Thanks

Panos

                                          

Other related posts: