Search found 1 match
- 25 Apr 2018, 17:08
- Forum: General
- Topic: Building LUA socket module or using Lua5.1 dll
- Replies: 1
- Views: 7689
Building LUA socket module or using Lua5.1 dll
I am trying to get some fairly accurate press/release timing and it looks like the solution is using the luasocket module. I've tried using dlls built for lua5.1 and LMC tries to load it (yay it does support modules! :) but fails likely b/c LMC uses lua5.2 dll. I'm wondering if I can replace the 5.2...