From: jman AT lx DOT net (jman) Subject: Re: stdio.h 24 May 1997 12:50:27 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <33875539.309C.cygnus.gnu-win32@lx.net> References: <199705241617 DOT JAA17375 AT nz1 DOT netzone DOT com> Reply-To: jman AT lx DOT net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.01 (Win95; I) Original-To: jeffdb AT netzone DOT nospam DOT com Original-CC: gnu-win32 AT cygnus DOT com Original-Sender: owner-gnu-win32 AT cygnus DOT com Mikey wrote: > > Did you fix your mounts after switching to B18? > Should all say text=binary, not text!=binary. > > (*jeffdb AT netzone DOT com) > the return address for this message is anti spammed > remove * from the above address to reply. > Mikey > ---- > From: jman > To: gnu-win32 AT cygnus DOT com > Date: Saturday, May 24, 1997 9:06 AM > Subject: stdio.h > > >Howdy, > > Has anyone had a problem with stdio.h > >Most the programs I have compiled work but ANY the use stdio.h crash or > >just won't compile no mater what... > > Just wondering if anyone else has had any similar problems with it.. > >-- > >Jason L. Esman aka _Jman > >System Admin. Network Consultant > >Irc Admin of irc.lx.net(newnet) > >Co. Owner of Den Internet Services > >http://www.lx.net && http://www.deninc.com > >PGP Keys finger jman AT lx DOT net > >- > >For help on using this list (especially unsubscribing), send a message to > >"gnu-win32-request AT cygnus DOT com" with one line of text: "help". > > Ok I unmounted an remounted unmounted text!=binary to text=binary just like ya said... and this simple easy program wouldn't compile at all.. I know it don't call for stdio.h but it didn't an wouldn't compile. #include int STDCALL WinMain (HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpCmd, int nShow) { MessageBox (NULL, "Hello World!", "Test Compiler works", MB_OK); return 0; } Compiled with gcc -o test.exe test.c -luser32 -Wl,--subsystem,windows I remounted the old way with text!=binary and tada it compiled no problems.. I guess I will just have to play around I never had this problem till I went to b18 tho. I do see that b18 is faster tho at least it is for me.. -- Jason L. Esman aka _Jman System Admin. Network Consultant Irc Admin of irc.lx.net(newnet) Co. Owner of Den Internet Services http://www.lx.net && http://www.deninc.com PGP Keys finger jman AT lx DOT net - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".