alanzw / ulib-win

Automatically exported from code.google.com/p/ulib-win
Apache License 2.0
4 stars 2 forks source link

64Bit Compatiblity #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
64bit issue will not be concerned for now.
I will try and test the mingw-w64.
64bit compatiblity will be added then.
Thank you for your advice.

Original comment by huy...@gmail.com on 10 Dec 2009 at 4:44