Hey all,
I'm currently using Lua 5.1.5, and I have some lua codes compiled into bytecode on Mac,and need to be loaded on windows. But, when I tried to load file on windows, it's throwing my error state "bad header in precompiled chunk". So, I'm wondering if the compiled bytecode is compatible on osx and windows.
Note: i can load those bytecodes on windows if I compile them on windows as well.
Thanks!
Mike