I have downloaded the pthreads for Windows code from
(http://sources.redhat.com/pthreads-win32/)
and want to use it as a
statically linked library in a CW 9 statically linked command line app.
(The app already runs in UNIX with pthreads). I have linked in the
prebuilt (Visual C built library) in the download and set the path to
the include files in the system paths. My application now compliles
and links but when I attempt to run in the debugger it does not begin
at my main but rather in some assembly code which starts with a "leave"
instruction. If I step the app immediately terminates.
Does this mean I have to build the library in CodeWarrior and link that
or am I missing a step somewhere.