Mail Archives: djgpp/1996/08/07/14:25:51
> This is the main reason that I will not distribute v2 executables,
> instead, I will distribute v1 produced executables. I though that I
> might be able to get rid of v1 by distributing distribute CWSDPMI.exe;
> however, I am unable to run 16 bit apps from the application subshell
> if DPMI is provided by CWSDPMI.
I suggest you try binding with PMODE/DJ and see how well this works for you.
Since it is a single pass, it won/t try to provide DPMI services to any
sub-program. It should be noted that V1.x images can't run 16-bit dpmi
apps in a subshell either under any DPMI provider (windows, etc), so the
right idea is just to avoid 16-bit dpmi apps :-)
Oh, there is a minor bug in pmode/dj 1.0 if you have "int86" or assembly
int instructions and are checking the return flags - this bug is not
seen when using dpmi_int. Pmode/dj 1.1 will get released as soon as I do
a bit of testing on it.
- Raw text -