public inbox for pthreads-win32@sourceware.org
 help / color / mirror / Atom feed
* the multi-threaded.cpp give runtime error under vc6
@ 2008-04-19  8:59 Meir Yanovich
  0 siblings, 0 replies; only message in thread
From: Meir Yanovich @ 2008-04-19  8:59 UTC (permalink / raw)
  To: pthreads-win32

Hello all

im trying to run the multi-threaded.cpp example im compiling it under
visual studio 6 where the pthread compiled as "debug multithreaded
dll" and as static lib .
i even added the :
#ifdef PTW32_STATIC_LIB
	pthread_win32_process_attach_np();
#endif

code ...
code ...
code ...

#ifdef PTW32_STATIC_LIB
	pthread_win32_process_detach_np();
#endif

but when i run the example im  geting error :

The thread 0xBB8 has exited with code 0 (0x0).
The thread 0xB84 has exited with code 0 (0x0).
The thread 0x964 has exited with code 0 (0x0).
The program 'I:\\cUrl_test3\Debug\cUrl_test3.exe' has exited with code 0 (0x0).

what i need to do to run the example right ?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-19  8:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-19  8:59 the multi-threaded.cpp give runtime error under vc6 Meir Yanovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).