What's the status on Linux/amd64 ?

Jacob Carlborg doob at me.com
Wed Feb 27 23:28:23 PST 2013


On 2013-02-28 05:43, Marco Leise wrote:
> Has anyone used it successfully there? I'd like to try it
> since it has no dependencies.

I doesn't compile. There are two problems (at least) here:

* Using "int" when "size_t" should have been used and similar type issues

* Using the native API

I have no idea if the same native API can be used both for 32 and 64bit.

Any help would be appreciated if you want to port it to 64bit.

BTW, it's perfectly possible to use 32bit executables on 64bit.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-dwt mailing list