Search found 2 matches
- Sun Dec 20, 2015 9:46 am
- Forum: Support and Development
- Topic: External C dll
- Replies: 5
- Views: 3237
Re: External C dll
Be sure to build it for the same architecture as your copy of LÖVE - i.e. make a 32 bit build if you're running 32 bit love, or a 64 bit build if you're running 64 bit love. Aw, I always forget about that! :? Now ffi gives me missing declaration for symbol 'test' and require gives me error loading ...
- Sun Dec 20, 2015 5:15 am
- Forum: Support and Development
- Topic: External C dll
- Replies: 5
- Views: 3237
External C dll
Hi, I'm experimenting and trying to make a collision manager dll, following these two pages http://www.mingw.org/wiki/sampleDLL http://www.troubleshooters.com/codecorn/lua/lua_lua_calls_c.htm But when I try to require the library from Love, it gives me this error loading module 'test' from file '.\t...