delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/04/23/07:45:19

From: "John M. Aldrich" <fighteer AT cs DOT com>
Newsgroups: comp.os.msdos.djgpp
Subject: Re: System report
Date: Wed, 22 Apr 1998 18:26:32 -0400
Organization: Two pounds of chaos and a pinch of salt.
Lines: 25
Message-ID: <353E6E98.2B19@cs.com>
References: <353D4241 DOT 8E8ACB82 AT bellatlantic DOT net> <353E2718 DOT 65CE61C3 AT oregoncoast DOT com>
NNTP-Posting-Host: ppp215.cs.com
Mime-Version: 1.0
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp

Rudy Gingles wrote:
> 
> > set DJGPP=C:\DJGPP\DJGPP.ENV
> 
> I think DJGPP requires foreward slashes in this environment string:
> 
> set djgpp=c:/djgpp/djgpp.env

DJGPP programs do not require any particular sort of slashes; the
compiler, tools, and library code all handle them completely
transparently.  Nor does the type of slash matter when interfacing with
DOS/Win95, as the DOS kernel also recognizes both.  The only case where
it matters is when calling external commands such as command.com and
other 16-bit DOS programs.  However, DJGPP system() emulates most shell
commands internally, so the only time when you need to worry is when you
interface with external DOS programs.  This can and should be done on a
case-by-case basis.

-- 
---------------------------------------------------------------------
|      John M. Aldrich       |"Men rarely (if ever) manage to dream |
|       aka Fighteer I       |up a god superior to themselves. Most |
|   mailto:fighteer AT cs DOT com   |gods have the manners and morals of a |
| http://www.cs.com/fighteer |spoiled child."    - Lazarus Long     |
---------------------------------------------------------------------

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019