Re: FFI newby question: importing C functions

  • From: Patrick Masotta <masottaus@xxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Tue, 26 Jun 2012 05:04:36 -0700 (PDT)

As Mike just said loading explicitely the exe is not necessary.

Being able to manually add functions to the table would be handy, when you do 
not want to expose them to other type of linking different than LUA code 
calls...


> 
> I don't think so. The only way I found it to work is by
> using __declspec(dllexport) + loading explicitely the exe.
> All access tries through ffi.C failed on my own.
> 


Other related posts: