32 bit only?

Monkey Archive Forums/Monkey Discussion/32 bit only?

julesd(Posted 2014) [#1]
Does Monkey make programs or games in 32 or 32 and 64 bit?


MikeHart(Posted 2014) [#2]
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.


SLotman(Posted 2014) [#3]
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.


dawlane(Posted 2014) [#4]
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++.


julesd(Posted 2014) [#5]
Monkey Does not seem to work with the 32 and 64 bit mingw compiler, just the 32 bit version.


AdamRedwoods(Posted 2014) [#6]
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.