PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Printer Zebra MZ 320 BT
Printer Zebra MZ 320 BT
Débuté par Gallardo PATRIICO (, 28 oct. 2010 22:06 - 1 réponse
Membre enregistré
1 message
Posté le 28 octobre 2010 - 22:06
When trying to print gives me the following error
"Echec lors du chargement de la DLL PCS"

Hardware
Honeywell 9700
Printer Zebra MZ320 BT
Windows Mobile 6.5

Code Windev Mobile
PROCEDURE firsttest()
iConfigure()
iPrint(iPosY(10) + iPosX(10) + "Hello")
iEndPrinting()
Membre enregistré
8 messages
Posté le 16 novembre 2010 - 12:29
Hi,

i too have problems with printing out of Windev Mobile 6.1 or 6.5.
I have a DPP-250 printer (bluetooth), installed the drivers and the software.
I can get a testpage printed out with the printer config program,
but nothing more. I don't even find a systemprogram to test a printer ????

Windev Mobile iconfigure(), iprint(), iendprinting() asked the first time for some infos () and saved them, then it shows a "printing..." message, but then comes the error message (could not print...).

Do you have any hints ?