Cross-Platform

Heyy everybody,
I was wondering how i could get a program i made to work on windows (Im on mac). Everything should be cross-platform but since the executable isn't a exe how would i be able to send it someone on windows?
Thanks in advance :)
You need a cross-compiler (read: MinGW) to produce a Windows executable.
Are there any other cross-compilers for mac? I could only find a 32bit version of MinGW
Last edited on
Only MinGW pops up - i have it but when i tried to compile some thing it said something about no having something i x86 , i have a 64bit mac and couldnt find a 64 bit version
You can run 32-bit apps on a 64-bit Mac just fine, it's the other way around that doesn't work. It sounds like you're just missing a file. Copy paste the error and we'll tell you how to fix it.
Topic archived. No new replies allowed.