Compiling the hello world example fails

Jacob Carlborg doob at me.com
Sat Aug 24 04:38:46 PDT 2013


On 2013-08-24 03:19, Jesse Phillips wrote:

> Jacob, what are your thoughts about 64 bit support. Should the Java API
> be changed to use size_t or should there be a conversion (probably near
> the call into the library)?

I would say, first stay as close to the native libraries as possible, 
use the correct types and so on. Second, stay as close to the SWT/Java 
code. I guess that would mean use size_t.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-dwt mailing list