Re: [Mingw-w64-public] undefined reference to __GSHandlerCheck

2011-01-27 Thread Sisyphus
- Original Message - From: "Dock, Dion" > 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

Re: [Mingw-w64-public] undefined reference to __GSHandlerCheck

2011-01-27 Thread JonY
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/28/2011 09:29, Dock, Dion wrote: > I've searched and searched for an answer but maybe my Google-fu is weak. > > We produce a library with VS 2005. When I try to link it into a test program > using g++, I get lots of messages like > > ...

[Mingw-w64-public] undefined reference to __GSHandlerCheck

2011-01-27 Thread Dock, Dion
I've searched and searched for an answer but maybe my Google-fu is weak. We produce a library with VS 2005. When I try to link it into a test program using g++, I get lots of messages like ... C:\Views\dockd_headers\lip__mgls_nt\mgls_nt\src\release\mgls64.lib(./x64/release/lpclsdll.ob

Re: [Mingw-w64-public] winscard.h required by windows.h (only in mingw-w64, not mingw.org)

2011-01-27 Thread Dongsheng Song
Hi Luis, Please try the following patch (include VC6 trick): include/sqlfront.h |5 + include/tds_sysdep_private.h |2 +- win32/config.h |7 --- 3 files changed, 10 insertions(+), 4 deletions(-) --- a/include/sqlfront.h +++ b/include/sqlfront.h @@ -29

Re: [Mingw-w64-public] More details on qt-4.7 + mingw-w64 hazzles.

2011-01-27 Thread Ruben Van Boxem
2010/12/25 Wolfgang Glas : > On 2010-12-25 15:11, Ruben Van Boxem wrote: >> 2010/12/25 Wolfgang Glas > > >> >>     Hi all, >> >>      rubenvb mentioned, that there were some problems with mingw-w64 and >> qt-4.7, >>     which actuallay have been solved. >> >>      Sin

Re: [Mingw-w64-public] compiler interpreting function prototype as variable

2011-01-27 Thread K. Frank
Hello Jim! On Thu, Jan 27, 2011 at 12:13 AM, Jim Michaels wrote: > the errors I am getting on this first line indicate to me that mingw-w64 is > interpreting my function prototype as a variable. > why is this? Don't know. > I am using the fltk windowing toolkit and its headers.  this function i

Re: [Mingw-w64-public] compiler interpreting function prototype as variable[semi-solved]

2011-01-27 Thread Jim Michaels
http://www.codeguru.com/forum/showthread.php?t=465960 sorry for cluttering up the mailing list, I was just looking for help with what I thought was a compiler bug. the error message is strange enough to make you think like it's not looking at this as a function prototype, when the problem