Mail Archives: djgpp/1996/01/23/18:46:44
> the c++ lib for djgpp v2.x seems to have tons of bugs and invalid filenames
> such as _g_config.h instead of _g_confi.h?
This is only a problem under Win95 with LongFileNames turned on. At the
command prompt try "SET LFN=n" and retry. Default for the next beta will
be off because of the confusion.
> Second, why doesn't anyone build cwsdpmi INTO the DJGPP
> compiler? Is it copyrighted or something?
It doesn't have anything to do with the copyright issue, since DJ has
complete rights to all of it anyway. It's a modularization issue.
If you have a DPMI provider (which Windows, OS/2, QEMM, 386MAX all
provide) you don't need CWSDPMI at all (except for image distribution).
CWSDPMI is also built with different (non-FSF) tools. It can also be
easily replaced in the future with a different DPMI provider without
modification of the DJGPP distribution or images.
It is on my list of things to do to provide a stub which can imbed
a copy of cwsdpmi (or some other DPMI provider) so images can be a single
EXE if desired, but it's sort of low on the priority list right now.
- Raw text -