Message-ID: From: George Kinney To: "'djgpp AT delorie DOT com'" Subject: Re: RSXNTDJ project building difficulties Date: Mon, 18 Oct 1999 09:22:03 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01BF196B.C4AD7D84" Reply-To: djgpp AT delorie DOT com This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01BF196B.C4AD7D84 Content-Type: text/plain >If you are such a person that uses both, just please provide the basic >configuration and environment I need, and my troubles will be over. Actually, I use DJGPP, MingW32, and LCC-WIN32 (depending on the target machine for specific projects) and instead of trying to set them all up to be available at all times, I just put the environment settings needed for any particular compiler in a batch file. So I have fixdj.bat, fixlcc.bat and fixming.bat and just run whichever one is appropriate when I open a dos-box. (Note that when you close the dos-box you'll have to run it again when you open them) This is definately easier to handle and less prone to errors than any other method I've seen offered. (You could set up different shortcuts to command.com and add different environment settings on the advanced dialog in properties, but then you'll be booting in and out of windows to switch, and that just takes too long IMHO. good luck. ------_=_NextPart_001_01BF196B.C4AD7D84 Content-Type: text/html Re: RSXNTDJ project building difficulties

>If you are such a person that uses both, just please provide the basic
>configuration and environment I need, and my troubles will be over.

Actually, I use DJGPP, MingW32, and LCC-WIN32 (depending on the
target machine for specific projects) and instead of trying to set them
all up to be available at all times, I just put the environment settings
needed for any particular compiler in a batch file.

So I have fixdj.bat, fixlcc.bat and fixming.bat and just run whichever
one is appropriate when I open a dos-box. (Note that when you close
the dos-box you'll have to run it again when you open them)
This is definately easier to handle and less prone to errors than any
other method I've seen offered. (You could set up different shortcuts
to command.com and add different environment settings on the
advanced dialog in properties, but then you'll be booting in and out of
windows to switch, and that just takes too long IMHO.

good luck.

------_=_NextPart_001_01BF196B.C4AD7D84--