PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Printer Zebra MZ 320 BT
Printer Zebra MZ 320 BT
Iniciado por Gallardo PATRIICO (, out., 28 2010 10:06 PM - 1 resposta
Membro registado
1 mensagem
Publicado em outubro, 28 2010 - 10:06 PM
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()
Membro registado
8 mensagems
Publicado em novembro, 16 2010 - 12:29 PM
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 ?