Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com From: Chris Faylor Date: Thu, 28 Sep 2000 21:30:13 -0400 To: cygwin AT sources DOT redhat DOT com Subject: Re: GetSecurityInfo() link problem Message-ID: <20000928213013.A16204@cygnus.com> Reply-To: cygwin AT sources DOT redhat DOT com Mail-Followup-To: cygwin AT sources DOT redhat DOT com References: <200009281312 DOT PAA01402 AT mail DOT eng DOT it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.6i In-Reply-To: <200009281312.PAA01402@mail.eng.it>; from lauri@mail.eng.it on Thu, Sep 28, 2000 at 03:12:00PM +0200 On Thu, Sep 28, 2000 at 03:12:00PM +0200, Gian Uberto Lauri wrote: >I had problem while trying to use this call. Even if I added advapi32 to >the linking list I got a missing simbol error from ld. > >/* > I was trying to use this call and GetWindowThreadProcessID() > because an attempt to CreateProcess() in a window procedure > crashed and the same attempt from a spawned thread failed. > > Then I reverted to the good old system() and everything > is o.k. now... > > But the linker error is still there... >*/ #if 1 You are probably not including the correct header file to declare these two functions. You probably need to include "windows.h". From the MSDN documentation, GetWindowThreadProcessId is located in user32.dll. #endif // cgf -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com