DWT2
Andrej Mitrovic
andrej.mitrovich at gmail.com
Tue Apr 5 16:35:38 PDT 2011
Could you tell me what switches I need to build a simple example from scratch?
So far I know I probably need these:
libs dir: \dwt2\lib
libs dir: \dwt2\org.eclipse.swt.win32.win32.x86\lib
imports: \dwt2\base\src
imports: \dwt2\org.eclipse.swt.win32.win32.x86\src
-J switch: \dwt2\org.eclipse.swt.win32.win32.x86\res
lib: org.eclipse.swt.win32.win32.x86.lib
I still have linker errors for missing symbols referenced by
eclipse.swt.win32.win32.x86.lib, e.g.:
missing symbol: _D4java4lang6String7indexOfFAxaaZi
Is there a basic set of switches needed that are mentioned somewhere,
e.g. how do you build new projects?
Btw, are the long names necessary to ease porting of Java to D?
More information about the Digitalmars-d
mailing list