GetSecurityInfo() link problem

Chris Faylor cgf@cygnus.com
Thu Sep 28 18:31:00 GMT 2000


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@sourceware.cygnus.com



More information about the Cygwin mailing list