View Single Post
Old Apr 20th, 2006, 12:24 PM   #7
The Dark
Expert Programmer
 
Join Date: Jun 2005
Posts: 852
Rep Power: 4 The Dark is on a distinguished road
Sorry, didn't see the "runs on GNU" bit in your original post.

You can write code that works in both Visual Studio and gcc, but there are a few differences to do with GUI, console control, sockets, threading, etc, that can make it harder to cross compile.
The Dark is offline   Reply With Quote