Search found 2 matches
- Sun Jan 24, 2016 9:11 pm
- Forum: Support and Development
- Topic: Loading a C (binary) module
- Replies: 2
- Views: 1872
Re: Loading a C (binary) module
Thanks! It is working now! :-) Just in case someone needs to compile LuaSQL for Lua 5.1, here are the instructions (for Linux, at least): just edit the file named `config` on the root of the LuaSQL sources and change the line LUA_SYS_VER ?= 5.2 to LUA_SYS_VER ?= 5.1 Then, just build normally. You no...
- Sun Jan 24, 2016 6:06 pm
- Forum: Support and Development
- Topic: Loading a C (binary) module
- Replies: 2
- Views: 1872
Loading a C (binary) module
Hello, After some years, I am using LÖVE again. I forgot how nice it was to use it! :-) I am currently trying to load a binary Lua module (one of those written in C, compiled to a dynamic library). A thread from 2014 suggests that this is possible, but I am not being able to make it work. When I req...