Hello survivors,
I am a newcomer to this list. To introduce myself I'm immediately
crying for help with MS C version 7.0. If I compile several C-sources,
the compiler crashes after two or three compilations with an error
in ms322krnl.dll.
Sample source: (filename=VBXSCN.C)
----------------------------------
main ()
{ int sc, c = 1, skey = 1, cursor = 3, cesc = 1;
static int _3 = 3;
int getkbd(int *,int *,int *,int *);
while (1) {
sc = getkbd (&_3,&skey,&c,&cursor);
if (skey > 0) break;
}
return(0);
}
Compilation Runs:
-----------------
C:\tools\vde\VBX>cl /AL /nologo /c /FPa /Os /Gs /W1 vbxscn.c
vbxscn.c
C:\tools\vde\VBX>cl /AL /nologo /c /FPa /Os /Gs /W1 vbxscn.c
vbxscn.c
C:\tools\vde\VBX>cl /AL /nologo /c /FPa /Os /Gs /W1 vbxscn.c
=> Unhandled exception in program: ms32krnl.dll
Exception number: c000000d
Exception caused by instruction at: 8270d0cb
Stack Backtrace:
ms32krnl.dll 0:a0cb
ms32krnl.dll 0:ed1
ms32krnl.dll 0:5df
ms32krnl.dll 0:201
To clarify the situation, I'm running the compilations under W95 in the
DOS-box. (CPU: Pentium 100Mhz).
I cannot find anything of help in M$'s so called knowledge base and
wonder, if anybody has come across this bug. If so, is there a cure?
Grateful for hints,
Manfred Jainz.
To unsubscribe from SURVPC send a message to [EMAIL PROTECTED] with
unsubscribe SURVPC in the body of the message.
Also, trim this footer from any quoted replies.