Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Where is the SWT library for the PocketPC?

library pocketpc swt
0
Posted

Where is the SWT library for the PocketPC?

0

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

0

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

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123