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
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?
The text was updated successfully, but these errors were encountered:
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.
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?The text was updated successfully, but these errors were encountered: