At 03:40 PM 10/23/99 +0200, Adrian Aichner wrote:
>>>>> "Craig" == Craig Lanning
<CraigL(a)DyCon.com> writes:
Craig> create_child: exe=c:\BIN32\ls.exe,cmdline=c:\BIN32\ls.exe
Craig> create_child.CreateProcess leads child PID -725391,
Craig> changing to PID 725391 Fatal error: assertion failed, file
Craig> sysdep.c, line 353, pid != NULL
Hi Craig,
did you ever see a message like:
Fcall_process_internal.child_setup returns PID 725391, using PID -725391
No, I sent you all the messages that were printed.
If not, then
if (os_subtype == OS_WIN95)
would not be true for Windows 98. That would be a problem!
How is os_subtype set? Maybe I can figure out what it is for Win98.
Please let me know.
Adrian
Craig