by "vze35xda@[EMAIL PROTECTED]
" <vze35xda@[EMAIL PROTECTED]
>
Mar 16, 2005 at 07:00 PM
I should mention that the debug code never gets to main(). That is
after starting and going to the ASM code if you say go and have a
breakpoint in main() you never get there. Also if you single step if
only does the first asm statement (leave) and exits.
Would it be easier to use this library or build my own "pthread" like
calls on top of the native Windows stuff (Window's threading,
CriticalSection and whatever they use for events) ? (Anyone out there
done this ?)