Re: [Mingw-w64-public] error: nested function '_ftime32' declared 'extern'

2021-03-18 Thread Ken Goldman
On 3/18/2021 10:21 AM, Liu Hao wrote: 在 2021-03-18 04:11, Ken Goldman 写道: Windows 10, When moving to mingw 9.2.0 from a very old version, these errors appeared.  From looking at the header files, I can fix them with this in the makefile.  Is there a better solution? -D_NO_OLDNAMES

[Mingw-w64-public] error: nested function '_ftime32' declared 'extern'

2021-03-17 Thread Ken Goldman
Windows 10, When moving to mingw 9.2.0 from a very old version, these errors appeared. From looking at the header files, I can fix them with this in the makefile. Is there a better solution? -D_NO_OLDNAMES -D_WIN32_WINNT=0x0603 c:\program files\mingw\include\sys\timeb.h:137:6: error: nes

[Mingw-w64-public] Can mingw and windows kit coexist - include path changes

2019-03-20 Thread Ken Goldman
I have an odd issue when I include Windows Kits headers, which I need for tbs.h. gcc starts including mingw headers, but then switches over to Windows Kits headers and fails. My include source is: [snip] #include #include #include #include #include The compiler directive is "c:/program

[Mingw-w64-public] Compiling on 64-bit windows

2013-02-11 Thread Ken Goldman
I downloaded mingw from mingw.org. The documentation says: "The project's name changed from mingw32 to MinGW is to prevent the implication that MinGW will only works on 32 bit systems (as 64 and higher bit machines become more common, MinGW will evolve to work with them)." What exactly does t