lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>From lua-l@tecgraf.puc-rio.br Fri Sep 17 21:26:43 1999
>From: jz@tether.com (Jacob Zielinski)

>I'm attempting to access Lua through Pascal. I've compiled a DLL in VC6 and
>used a '__declspec(dllexport)' to export functions. I assume this uses the
>stdcall calling convention.

I know almost nothing of DLL's and Pascal, but you might want to check
Lunacy, at http://www.tecgraf.puc-rio.br/lua/addons.html.

>This made me suspect I may have a problem with my calling convention.

I think you're right, but I'm sorry I cannot help you.
--lhf