----- Original Message ----- 
From: "Dock, Dion" <[email protected]>
> Any thoughts on where `__GSHandlerCheck' and `__security_check_cookie' are 
> defined?  There has to be > a way to link with a Visual Studio created 
> lib.

When I build programs with my (64-bit) "Microsoft Platform SDK for Windows 
Server 2003 R2" compiler, I have to explicitly link to bufferoverflowu.lib 
(otherwise I get the "undefined reference to `__security_check_cookie'" 
error).

I was also once plagued by the __GSHandlerCheck problem, too. A friend of 
mine sent me a file called 'gshandler.obj' from somewhere within his 
(64-bit) VC 8 compiler, and linking to it took care of the problem. I forget 
the details of how that problem arose - I think I might have been using a 
library he had compiled using VC 8 with the above-mentioned SDK compiler.
Try linking to AMD64/runtmchk.lib (or any other runtmchk.lib you can find) - 
that might resolve the symbol.

I think I still have that gshandler.obj (12kb).

If you're wanting to use those libs with mingw-64, then all bets are off.

Cheers,
Rob 


------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to