PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Printer Zebra MZ 320 BT
Printer Zebra MZ 320 BT
Iniciado por Gallardo PATRIICO (, 28,oct. 2010 22:06 - 1 respuesta
Miembro registrado
1 mensaje
Publicado el 28,octubre 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()
Miembro registrado
8 mensajes
Publicado el 16,noviembre 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 ?