Where is the SWT library for the PocketPC?
There is an experimental version of SWT for WinCE devices. The swt.jar and ARM Pocket PC dll are available from the Eclipse download page. Choose which swt.jar fits your project requirements. You can also build a custom version. A custom version allows you, for example, to exclude image decoders or layouts, to further reduce the size. • win32-ce-arm-ppc.zip • J2SE profile • Emulated Drag and Drop (no OLE support) • Native widgets only (no custom widgets) • No class file debug information (for reduced size) • win32-ce-arm-ppc-j2me.zip • J2ME profile (CLDC) • Emulated Drag and Drop (no OLE support) • Native widgets only (no custom widgets) • No class file debug information (for reduced size) • Custom SWT library • From Eclipse, check out the projects org.eclipse.swt and org.eclipse.swt.win32.wce_ppc.arm from the head stream. These projects reside in the Eclipse repository • Build the swt.jar Open the file org.eclipse.swt.win32.wce_ppc.arm/build_custom.xml The file contains indications on
There is an experimental version of SWT for WinCE devices. The swt.jar and ARM Pocket PC dll are available from the Eclipse download page. Choose which swt.jar fits your project requirements. You can also build a custom version. A custom version allows you, for example, to exclude image decoders or layouts, to further reduce the size. • win32-ce-arm-ppc.zip • J2SE profile • Emulated Drag and Drop (no OLE support) • Native widgets only (no custom widgets) • No class file debug information (for reduced size) • win32-ce-arm-ppc-j2me.zip • J2ME profile (CLDC) • Emulated Drag and Drop (no OLE support) • Native widgets only (no custom widgets) • No class file debug information (for reduced size) • Custom SWT library • From Eclipse, check out the projects org.eclipse.swt and org.eclipse.swt.win32.wce_ppc.arm from the head stream. These projects reside in the Eclipse repository • Build the swt.jar Open the file org.eclipse.swt.win32.wce_ppc.arm/build_custom.xml The file contains indications on