[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16bit
Back about 16bit applications:
i took the hello.c and compiled it with MS C 7 which results in a 16bit
app: hello_c16.exe. I did the same using Visual C++ version 4 which gave me
a 32 bit app: hello_c32.exe. The 32-bit application runs without a problem,
but the 16bit results in a time-out, as if the output isn't returned to the
webserver.
Anyone an idea how to track.
PS: I'm using win NT
hello_c32.exe
hello_c16.exe
- Follow-Ups:
- Re: 16bit
- From: zimpel@t-online.de (Holger Zimmermann)