Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Dave Korn" To: Subject: RE: _beginthreadex Date: Wed, 19 Jan 2005 12:45:43 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: Message-ID: X-OriginalArrivalTime: 19 Jan 2005 12:45:43.0390 (UTC) FILETIME=[C9F6F7E0:01C4FE24] > -----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. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/