On 3 March 2008 at 2:18, "Johnny Kewl" <[EMAIL PROTECTED]> wrote: > > I think it all really comes down to finding a GCC compiler that likes > windows and can interface with > an decent IDE... the MS dudes will be happy. > Havnt quite given up yet... for me getting the code to the developer is > going to be much easier than > trying to get the devloper onto linux.... so I'm trying.
You might want to take a look at www.mingw.org - this is a compiler (and complete toolchain) based on gcc that compiles against native windows apis (rather than against cygwin dlls). -Mark.
