From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Amedeo Storni" To: help-gcc@gnu.org Subject: Simple Win32 compiling Date: Tue, 30 Nov 1999 23:28:00 -0000 Message-ID: <81bue8$1lmb9$1@fu-berlin.de> X-SW-Source: 1999-11n/msg00337.html Message-ID: <19991130232800.RZy5d8DTVOp9ciEClHXeVrhPIpt_qOc96QW9FBEyAnU@z> 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