public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Simple Win32 compiling
@ 1999-11-22  9:28 Amedeo Storni
  1999-11-22 11:35 ` Mumit Khan
  1999-11-30 23:28 ` Amedeo Storni
  0 siblings, 2 replies; 4+ messages in thread
From: Amedeo Storni @ 1999-11-22  9:28 UTC (permalink / raw)
  To: help-gcc

Hi All,

I have a VERY simple C application (it only does very basic things, like
fopen, fread etc.; does NOT use stdin/stdout/stderr).

I would like to have it running under Windows NT: I tried compiling with
djgpp, but when I load it, an msdos window appears.
Is there a "flavor" of gcc that allows me to get rid of the dos window,
while keeping the application small ?

Thanks in advance
Amedeo Storni


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Simple Win32 compiling
  1999-11-22  9:28 Simple Win32 compiling Amedeo Storni
@ 1999-11-22 11:35 ` Mumit Khan
  1999-11-30 23:28   ` Mumit Khan
  1999-11-30 23:28 ` Amedeo Storni
  1 sibling, 1 reply; 4+ messages in thread
From: Mumit Khan @ 1999-11-22 11:35 UTC (permalink / raw)
  To: help-gcc

In article < 81bue8$1lmb9$1@fu-berlin.de >,
Amedeo Storni <astorni@softhome.net> wrote:
>Hi All,
>
>I have a VERY simple C application (it only does very basic things, like
>fopen, fread etc.; does NOT use stdin/stdout/stderr).
>
>I would like to have it running under Windows NT: I tried compiling with
>djgpp, but when I load it, an msdos window appears.
>Is there a "flavor" of gcc that allows me to get rid of the dos window,
>while keeping the application small ?
>

If you want to stick to using DJGPP, then look for the DJGPP add-on called
RSXNTDJ (marriage of RSX/NT and DJGPP) that should do what you want.

If you want to move to windows32, as opposed to using DOS, which is what
DJGPP supports, then you can always use Mingw32 or Cygwin ports. See
http://www.xraylith.wisc.edu/~khan/software/gnu-win32/ for more info.
  
  $ gcc -o foo foo.c -mwindows

creates one of those no-DOS-window applications.

Regards,
Mumit

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Simple Win32 compiling
  1999-11-22 11:35 ` Mumit Khan
@ 1999-11-30 23:28   ` Mumit Khan
  0 siblings, 0 replies; 4+ messages in thread
From: Mumit Khan @ 1999-11-30 23:28 UTC (permalink / raw)
  To: help-gcc

In article < 81bue8$1lmb9$1@fu-berlin.de >,
Amedeo Storni <astorni@softhome.net> wrote:
>Hi All,
>
>I have a VERY simple C application (it only does very basic things, like
>fopen, fread etc.; does NOT use stdin/stdout/stderr).
>
>I would like to have it running under Windows NT: I tried compiling with
>djgpp, but when I load it, an msdos window appears.
>Is there a "flavor" of gcc that allows me to get rid of the dos window,
>while keeping the application small ?
>

If you want to stick to using DJGPP, then look for the DJGPP add-on called
RSXNTDJ (marriage of RSX/NT and DJGPP) that should do what you want.

If you want to move to windows32, as opposed to using DOS, which is what
DJGPP supports, then you can always use Mingw32 or Cygwin ports. See
http://www.xraylith.wisc.edu/~khan/software/gnu-win32/ for more info.
  
  $ gcc -o foo foo.c -mwindows

creates one of those no-DOS-window applications.

Regards,
Mumit

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Simple Win32 compiling
  1999-11-22  9:28 Simple Win32 compiling Amedeo Storni
  1999-11-22 11:35 ` Mumit Khan
@ 1999-11-30 23:28 ` Amedeo Storni
  1 sibling, 0 replies; 4+ messages in thread
From: Amedeo Storni @ 1999-11-30 23:28 UTC (permalink / raw)
  To: help-gcc

Hi All,

I have a VERY simple C application (it only does very basic things, like
fopen, fread etc.; does NOT use stdin/stdout/stderr).

I would like to have it running under Windows NT: I tried compiling with
djgpp, but when I load it, an msdos window appears.
Is there a "flavor" of gcc that allows me to get rid of the dos window,
while keeping the application small ?

Thanks in advance
Amedeo Storni


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-11-30 23:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-22  9:28 Simple Win32 compiling Amedeo Storni
1999-11-22 11:35 ` Mumit Khan
1999-11-30 23:28   ` Mumit Khan
1999-11-30 23:28 ` Amedeo Storni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).