-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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 CPLUSPLU...@gmail.com
on 5 Dec 2009 at 9:19