Attempt at DWT 64 bit port

Mike via Digitalmars-d-dwt digitalmars-d-dwt at puremagic.com
Sat Jul 19 16:50:07 PDT 2014


On Saturday, 19 July 2014 at 14:55:29 UTC, Jacob Carlborg wrote:
> On 2014-07-19 00:23, Mike wrote:
>
>> Where can one obtain this tool and, hopefully, its source code?
>
> Hmm, it might be this one [1]. Source code is somewhere here 
> [2]. As far as I remember it didn't really do any interesting. 
> Mostly converting between "long" and "int".
>
> [1] http://www.eclipse.org/swt/jnigen.php
> [2] 
> http://git.eclipse.org/c/platform/eclipse.platform.swt.git/tree/bundles/org.eclipse.swt.tools

It looks like it's here:

http://git.eclipse.org/c/platform/eclipse.platform.swt.git/tree/bundles/org.eclipse.swt.tools/src/org/eclipse/swt/tools/builders/Check64CompilationParticipant.java

Specifically, the `replace` function.  I guess I'll use that as a 
model.

Mike


More information about the Digitalmars-d-dwt mailing list