On Tue, Sep 7, 2010 at 3:27 PM, John E. / TDM <[email protected]> wrote:
>  On 9/7/2010 1:14 AM, Bidski wrote:
>> Not to seem impatient or anything, but when will TDM64 be updated with
>> this? If it is not going to be anytime soon can someone provide me
>> with a patched header/library?
>
> I am able to build wxWidgets 2.9.1 and wxWidgets SVN trunk with a single
> one-line patch under TDM64, and would not have released it if I
> couldn't. However, I always use makefile.gcc from the Windows shell, not
> MSYS.
>
> At any rate, the only way to prove to me that there is a TDM-GCC bug is
> with a single-file test case that should compile but does not.
>
> -John E. / TDM
>
> --
>
> --- a/src/msw/dlmsw.cpp
> +++ b/src/msw/dlmsw.cpp
> @@ -83,7 +83,7 @@
>      // recent SDK versions and is no PCSTR instead of old PSTR, we
> know that
>      // it's const in version 11 and non-const in version 8 included
> with VC8
>      // (and earlier), suppose that it's only changed in version 11
> -    #if defined(API_VERSION_NUMBER) && API_VERSION_NUMBER >= 11
> +    #if defined(API_VERSION_NUMBER) && API_VERSION_NUMBER >= 9
>          typedef PCSTR NameStr_t;
>      #else
>          typedef PSTR NameStr_t;
>

Is this about dbghelp.h and/or imagehlp.h?  At rev. 2254 (and
later) we had made string arguments of PSYM_ENUMMODULES_CALLBACK64,
PSYM_ENUMSYMBOLS_CALLBACK64, PSYM_ENUMSYMBOLS_CALLBACK64W,
PENUMLOADED_MODULES_CALLBACK64 and PSYM_ENUMMODULES_CALLBACK64
const.  We hould increment the API_VERSION_NUMBER, too, I guess?
(added Kai to the CC list.)

--
Ozkan

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to