32 bit only?
Monkey Archive Forums/Monkey Discussion/32 bit only?
| ||
Does Monkey make programs or games in 32 or 32 and 64 bit? |
| ||
Trans calls MingW to build them in 32 bit I think but you can easily change that or build them again with different settings I guess. |
| ||
Monkey is just a translator - If you compile your code on Mac, I believe it will be 64 bits. If you use Visual Studio (instead of MingW on Windows) I believe it will also be 64 bits. |
| ||
If you know how to use the back-end compiler tools then 32bit and 64bit application can be created. But you have to be aware of the differences between 32 bit and 64 bit code. You should do a bit of googling to find out more about 64bit considerations with C/C++. |
| ||
Monkey Does not seem to work with the 32 and 64 bit mingw compiler, just the 32 bit version. |
| ||
monkey will work with Mingw64, but NOT the glfw library underneath. you'd need to grab the GLFW3 to get that working and change some underlying things in mojo. |