|
>Nope, Windows cannot export symbols from an exe. Some flavours of Unix can,
>but not Windows.
Are you sure about the above? Really sure? ...
Currently I have lua statically linked into a Win32 exe ( using BC++ free command line compiler ), I have extension dll's calling MOM API's, these extn DLL's get their lua env by linking against an implib created from the exe.
implib momscript momscript.exe
works for me.