Hi All,
I am using XCode for developing a C++ Console Application. After compiling XCode generates the Unix Executable File, which run on Mac perfectly. But doesn't work on windows. I have tried changing the active architecture as well from x86_64 to i386 but no luck.
Is it possible anyway to generate executable like Borland C, or Turbo C compilers does. ?