public inbox for pthreads-win32@sourceware.org
 help / color / mirror / Atom feed
From: James Ewing <james.ewing@sveasoft.com>
To: raque@research.bell-labs.com
Cc: pthreads-win32@sources.redhat.com
Subject: Re: use pthread under winCE
Date: Fri, 17 Oct 2003 08:40:00 -0000	[thread overview]
Message-ID: <3F8FAAB4.9090201@sveasoft.com> (raw)
In-Reply-To: <3F8F10F2.8070509@lucent.com>

Did you define WINCE in the project?

I compile pthreads for ARM using Micrsoft's Embedded Visual C++ 3.0 
regularly and haven't had any problems. I have the following defines in 
the config.h file:

#ifdef WINCE
#define NEED_DUPLICATEHANDLE
#define NEED_CREATETHREAD
#define NEED_ERRNO
#define NEED_CALLOC
#define NEED_FTIME
#define NEED_SEM
#define NEED_UNICODE_CONSTS
#endif


And the following in every file that includes <process.h>:

#if !defined(_UWIN) && !defined(WINCE)
#include <process.h>
#endif

Best Regards,

James Ewing

Benoit Raque wrote:

> Hi,
>
> I try to compile the pthreads-win32 library for winCE, but I can only 
> get a dll and a lib on the x86 format (using VC++6 to compile).
> When I make a project in embedded Visual C (3 or 4), I get an error 
> "can't found process.h".
>
> Is there a way to compile it in the ARM, MIPS or other format ?
>
>
> Thank you for your help
> Benoit Raque
>


  reply	other threads:[~2003-10-17  8:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-16 21:43 Benoit Raque
2003-10-17  8:40 ` James Ewing [this message]
2003-10-17 19:14   ` Benoit Raque
2003-10-18 13:06     ` James Ewing
2003-10-20 15:40       ` Benoit Raque
2003-10-20 17:19         ` James Ewing

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=3F8FAAB4.9090201@sveasoft.com \
    --to=james.ewing@sveasoft.com \
    --cc=pthreads-win32@sources.redhat.com \
    --cc=raque@research.bell-labs.com \
    /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).