Replies: 4 comments
-
Got it: |
Beta Was this translation helpful? Give feedback.
-
The DLL loads fine, but the example fails with an invalid memory access error in Are there any other flags that need to be set for 32-bit builds? I did try again with |
Beta Was this translation helpful? Give feedback.
-
Which system your on? maybe I could try it out. It works well on my Mac. |
Beta Was this translation helpful? Give feedback.
-
I have tried the DLL build on Windows. Could you give me a segfaul example? the test.Lua seems work. gcc -o amoeba.dll -mdll -DLUA_BUILD_AS_DLL .\lua_amoeba.c -LC:\Devel\Lua54\lib
-llua54 |
Beta Was this translation helpful? Give feedback.
-
I'd like to use amoeba as an external library in Smalltalk but don't know how to generate a DLL from the header file.
Is there a one line script for doing so with gcc or other C compiler?
Beta Was this translation helpful? Give feedback.
All reactions