Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hp-pcd!hpcvlx!bturner From: bturner@hpcvlx.cv.hp.com (Bill Turner) Newsgroups: comp.windows.ms Subject: Re: Problem with Windows programming Message-ID: <106580067@hpcvlx.cv.hp.com> Date: 12 Oct 89 16:54:00 GMT References: <582@vall.dsv.su.se> Organization: Hewlett-Packard Co., Corvallis, OR, USA Lines: 10 > I am being terrorized by a very nasty bug. The problem is > as follows. As soon as a call a routine in the standard C > library (e.g time(), chdir(), getcwd()) my progam dies. The only thing I can think of is that you've compiled your code with one memory model and linked to a library of a different model. Something like compiling with /AM and linking with slibc.lib. --Bill Turner (bturner@hp-pcd.hp.com) HP Corvallis Information Systems