You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you try 64bit mingw compiler like x86_64-w64-mingw32- ?
They are provided by http://mingw-w64.sf.net.
When compiling ulib-win with 64bit compilers, many errors occur, for example,
SetWindowLong ( under 64bit windows, it should be SetWindowPtr ), also
casting pointer to 32bit integer.
Original issue reported on code.google.com by [email protected] on 5 Dec 2009 at 9:19
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 5 Dec 2009 at 9:19The text was updated successfully, but these errors were encountered: