Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!clarkson!BETASVM2.vnet.ibm.com!KWB Message-Id: <9105161900.AA01951@grape.ecs.clarkson.edu> Date: Thu, 16 May 91 15:10:48 EDT From: "Ken Borgendale" Subject: DosCreateThread Newsgroups: comp.os.os2.programmer 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