[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Urgent: has somebody printed simple text to a printer from a Pocket PC SWT application?

I need to print simple text to a bluetooth linked printer. The printers
should be discovered by the Pocket PC operating system.
My application run on a Pocket PC Windows Mobile 2003.
I receive the error message "UnsatisfiedLinkError"  when i call
pDialog.open()

PrintDialog pDialog=new PrintDialog(this.getShell());
PrinterData pData=pDialog.open();

Complete error message:
Exception in thread "main" java.lang.UnsatisfiedLinkError:
org/eclipse/swt/internal/win32/OS.PrintDlgW(Lorg/eclipse/swt/internal/win32/
PRINTDLG;)ZUnsatisfiedLinkError



I think the SWT print packages NATIVE implementacion is missing in the dll
3064 for that operating system , is that true?
I need to resolve this problem urgent, please, can you help me??
Do you know another way to print text from the Pocket PC to a bluetooth
linked printer?.

Thanks
Diego