This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: _beginthreadex


On Jan 19 12:45, Dave Korn wrote:
> > -----Original Message-----
> > From: cygwin-owner On Behalf Of Kukuk Barbara
> > Sent: 19 January 2005 11:49
> 
> > Hi,
> > I would like to know how I can use _beginthreadex in my program.
> > It is shown as an unresolved external. Do I have to link a special
> > library?
> > 
> > Thanks for your help.
> > 
> > Barbara
> 
> 
>   You can't use MSVCRT functions, such as _beginthreadex, under cygwin, but you
> can use the win32 equivalents such as CreateThread and so on.

Or even better, use posix threads.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]