|
It seens to be a c++ file so name mangling is used and printMe symbol
does not exist. Rename your file into DLLtest.c or declare your
function with extern "C" if you want to use c++
On Sat, May 7, 2011 at 7:12 PM, Kaj Eijlers <bizziboi@gmail.com> wrote:
> Hi,
> I'm playing around with LUAJit 2.0 and loving it so far. The FFI is amazing,
> but being a C programmer I wanted to try to at least create and bind a DLL
> of my own.
>
> But...even my simplest attempt fails...sure I get the DLL and would believe
> I did the right thing:
> It compiles find and creates the DLL (code at the end of the message).