I want to use the lua bitop but problem is there is 2 ways to include it,
- to download it from
http://bitop.luajit.org/download.html
and require the C file “bit.c”
- to include the bit.dll file, I found the bit.dll file somewhere in my old projects I can’t remember where did I get it, but it is here…
When I require the C or the DLL file corona simulator gives an error “module bit not found”
and I noticed in the error that it only looks for bit.lua and bit.dll in my C/users/username/AppData/Roaming/Corona Labs/Plugins/…
I tried putting the .dll file in there but still it didn’t work and gave me another error.
so what should I do ?
here is the module