Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sourceware.org/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Wed, 19 Jan 2005 14:07:59 +0100 From: Corinna Vinschen <corinna-cygwin AT cygwin DOT com> To: cygwin AT cygwin DOT com Subject: Re: _beginthreadex Message-ID: <20050119130759.GC30059@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <AB3A7F43BF185E49A97510ACDA996AC8023DCF8B AT fthw341a DOT fthw DOT siemens DOT de> <NUTMEGySXrrYIW01BLn0000129f AT NUTMEG DOT CAM DOT ARTIMI DOT COM> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <NUTMEGySXrrYIW01BLn0000129f@NUTMEG.CAM.ARTIMI.COM> User-Agent: Mutt/1.4.2i 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 AT cygwin DOT 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/