[comp.os.os2.programmer] DosCreateThread

"Ken Borgendale" <kwb@betasvm2.vnet.ibm.com> (05/16/91)

Ref: 1991May16.153241.11420@grapl.univ-lyon1.fr

When creating a thread in IBM C/2, you must use the _beginthread
library call and not DosCreateThread if you intend to use any
C library routines in the new thread.  Also be sure to turn off
stack checking.

Ken Borgendale