From: "Michel Chassey" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: Win-programs Lines: 62 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Message-ID: Date: Sat, 21 Aug 1999 00:24:44 -0300 NNTP-Posting-Host: 207.253.156.94 X-Complaints-To: abuse AT videotron DOT net X-Trace: wagner.videotron.net 935210295 207.253.156.94 (Sat, 21 Aug 1999 00:38:15 EDT) NNTP-Posting-Date: Sat, 21 Aug 1999 00:38:15 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, instead of the BASH shell I run the VIM editor which for me is a super shell. I launch it from a batch file ( VIM.BAT see below ) @echo off set LD_LIBRARY_PATH=c:\user\local\mingw\lib ::set LD_LIBRARY_PATH=c:\cygnus\cygwin-b20\H-i586-cygwin32\bin set TERM=cygwin set HOME=c:\CYGNUS\CYGWIN~1\H-I586~1\BIN ::set CYGWIN=tty notitle strace=0x1 SET MAKE_MODE=UNIX SET PREVPATH=%PATH% SET PATH=c:\CYGNUS\CYGWIN~1\H-I586~1\BIN;%PATH% cd \mc\craftsrc\craftlab gvim SET PATH=%PREVPATH% Check out the VIM page at : http://www.vim.org/ Michel Chassey Joseph Wong a écrit dans le message : EXAu3.123207$U42 DOT 204794 AT news1 DOT rdc1 DOT bc DOT home DOT com... > > Johan Venter wrote in message > news:wCuu3.1503$ei1 DOT 2501 AT newsfeeds DOT bigpond DOT com... > > Michel Chassey wrote in message > > news:la2u3.1633$MW6 DOT 70923 AT wagner DOT videotron DOT net... > > > Hello Johan, > > > you did your best to fix me up with RSXNTDJ a > > while > > > back but it didn't > > > work out. I'm into Cygwin and Mingw now but I haven't heard of > LCC-WIN32. > > > Thanks in advance, > > > Michel Chassey > > > ICQ # 34801616 > > > > lcc-win32 is a free C only compiler. It's not too bad. It comes with a > nice > > resource editor and precompiled libraries for working with just about > > everything (including directx and opengl). It also has all the latest > > includes. It is C only though. > > > > -- > > Johan Venter > > ICQ 3643877 > > surf.to/djgppig > > > > > > > I have the latest copy of the Mingw32 distribution. It runs well on the > command line, but I'm so used to developing programs in an IDE. I'm curious > if RHIDE can be tweaked to work with Mingw32. If not what are my options? > > Joseph Wong > >