Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

64Bit Compatiblity #1

Open
GoogleCodeExporter opened this issue Apr 24, 2015 · 1 comment
Open

64Bit Compatiblity #1

GoogleCodeExporter opened this issue Apr 24, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 10 Dec 2009 at 4:44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant