Monday, July 27, 2009

I am running Linux. How do I port a .c program to Windows using gcc without involving using Windows at all?

I am running Fedora Core 6 with gcc version 4.1.1.

I am running Linux. How do I port a .c program to Windows using gcc without involving using Windows at all?
Use WINE?





No matter what the alternative, if you're going to port the program to a different OS, you have to see how it works on that OS. You might waste hours of precious time to find out there are critical problems after it actually hits the OS it's meant to run on.

cvs

No comments:

Post a Comment