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

Building for x86_64 #21

Open
etcimon opened this issue May 8, 2015 · 1 comment
Open

Building for x86_64 #21

etcimon opened this issue May 8, 2015 · 1 comment

Comments

@etcimon
Copy link

etcimon commented May 8, 2015

I've gotten this to build on -m64 by casting everything to int where necessary, with dub. I'm getting a null handle in createHandle and a 0 error code though. Is there a lot of work involved on making this actually work in x64?

@jacob-carlborg
Copy link
Member

The 64bit support was recently added to the Linux port. Currently I'm spending all time I've dedicated for DWT on a tool, JPort, that will automatically port the Java code to D. The goal of this tool is to handle Windows, Linux and OS X, 32 and 64bit versions of all platforms.

I'm not sure if someone else is working on manually updating the code for 64bit.

To me it doesn't make sense any more to do this work manually. It takes too much time just keeping the code we have working. Updating the code base to later versions of SWT is not event on the radar, when doing it manually.

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

No branches or pull requests

2 participants