Mail Archives: djgpp/1998/04/23/07:45:19
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 -