public inbox for pthreads-win32@sourceware.org
 help / color / mirror / Atom feed
From: "Meir Yanovich" <meiry242@gmail.com>
To: pthreads-win32@sourceware.org
Subject: the multi-threaded.cpp give runtime error under vc6
Date: Sat, 19 Apr 2008 08:59:00 -0000	[thread overview]
Message-ID: <c30def490804190159uf543d02r14bde826dca6e77d@mail.gmail.com> (raw)

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 ?

                 reply	other threads:[~2008-04-19  8:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c30def490804190159uf543d02r14bde826dca6e77d@mail.gmail.com \
    --to=meiry242@gmail.com \
    --cc=pthreads-win32@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).