Also we're providing the bitop (http://bitop.luajit.org) as a plugin with the Gideros installation. But it's not enabled by default. You can look at the directory {Gideros Installation}/All Plugins/BitOp/
Thanks for kindly answers for moopf and atilim. Atilim, how can I enable bitop on projects? Can I recompile Gideros Player for mac and iphone to enable bitop? Must I add bitop.dylip for xcode projects?
For desktop player on Mac, copy "/Applications/Gideros Studio/All Plugins/BitOp/bin/Mac OS/bitop.dylib" to "/Applications/Gideros Studio/Plugins" and restart the desktop player.
For iOS, add bit.c and bit_stub.cpp in the folder "/Applications/Gideros Studio/All Plugins/BitOp/source" to the Xcode project and redeploy the iOS player.
Comments
https://github.com/davidm/lua-bit-numberlua
Likes: omer
Likes: omer
Atilim, how can I enable bitop on projects?
Can I recompile Gideros Player for mac and iphone to enable bitop?
Must I add bitop.dylip for xcode projects?
For iOS, add bit.c and bit_stub.cpp in the folder "/Applications/Gideros Studio/All Plugins/BitOp/source" to the Xcode project and redeploy the iOS player.
And after these steps, use
Likes: omer