Re: [newbie] compiling for windows

2001-02-18 Thread Evan Flynn

Possibly, if you could emulate the compiler (using Wine or something).
Natively compiling it in Linux? Hell no, better write your own.

However, if you would like to port a Linux app to Windows, you could try
using DJGPP -- a dos implementation of the gnu compile tools.  If it's just
a console app you can probably compile with no problems (it even fakes a lot
of Linux services).  If the specific app has a GUI, you'll need to do a lot
of modifying (and get the library for Windows apps -- I can't recall its
name).  Don't ask me how to do that, I only know ansi C++.

Just my 2 cents.
- Original Message -
From: "adam" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 17, 2001 11:41 PM
Subject: Re: [newbie] compiling for windows


> n...
> - Original Message -
> From: Carlos Berardi <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, February 16, 2001 4:13 PM
> Subject: [newbie] compiling for windows
>
>
> > is there a way to compile an application under linux, for running it in
> > MSWindows?
> >
> > Carlos Berardi
> >
> >
>
>
>





Re: [newbie] compiling for windows

2001-02-18 Thread adam

n...
- Original Message - 
From: Carlos Berardi <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 16, 2001 4:13 PM
Subject: [newbie] compiling for windows


> is there a way to compile an application under linux, for running it in 
> MSWindows?
> 
> Carlos Berardi
> 
>