ocran icon indicating copy to clipboard operation
ocran copied to clipboard

Compile to 32 bit

Open SimoLRepo opened this issue 1 year ago • 2 comments

Hello, would it be possible to add an option to compile in 32-bit? If scripts are compiled in 64 bit they will not work on 32-bit computers. Thank you.

SimoLRepo avatar Oct 11 '24 17:10 SimoLRepo

Only the 64-bit version will be distributed. The Git repository contains the source code, so you can compile the 32-bit version yourself.

shinokaro avatar Oct 11 '24 20:10 shinokaro

@shinokaro When compiling, several errors are returned that do not appear if compiled in 64-bit (including SIZE_MAX). I #include <stdint.h> but other errors appeared. The original ocra project is compiled in 32-bit, I don't understand the reason to distribute only the 64-bit version. I found another source file in another project and it compiles correctly. Thanks anyway.

SimoLRepo avatar Oct 11 '24 22:10 SimoLRepo