Imprimir con Vouch32 (Error)
Publicado por Cesar H. (16 intervenciones) el 18/11/2005 11:45:03
Buenos dias a todos, les hago la siguiente consulta por si alguien me puede ayudar, yo hice una pregunta acerca de imprimir con impresoras chorro de tinta o laser bajo clipper y me aconsejaron que use vouch32, perfecto lo baje al equipo lo instale y me da una serie de errores detallo a continuacion lo que hice.
cdir:="c:\vetelfor\"
V32INIT ("impresion",cdir,cdir,.F.)
#include "vouch32.ch"
#define pini V32PBEGINDOC
#define psize V32PSETPAGESIZE
#define pfont V32PSETFONT
#define pssay V32PTEXTOUT
#define plin V32PLINE
#define pnew V32PNewPage
#define pfFin V32PEndDoc
#define pmarco V32PFrame
#define pfilcol V32PSetRowCol()
pini()
psize(210,297)
pfilcol(80,80)
pfont('Arial',0,16)
psay(1,3,"COMPAÑIA PEPITO")
pfont('arial',0,12)
psay(3,5,"DIARIO DE ALMACEN")
PSAY(3,71,"Pág.")
plin(5,3,5,79)
pfont('courier',0,10)
psay(5.5,15,"CUENTA")
psay(5.5,38,"CONCEPTO")
psay(5.5,61,"DEBE")
psay(5.5,72,"HABER")
plin(7.5,3,7.5,79)
PFIN()
tengo instalado clipper 5.3
luego de linkearlo me da el siguiente error
Compiling VETELFOR.PRG
Code size 251, Symbols 176, Constants 213
C:\Imprimir>blinker Fi vetelfor Lib vouch32
__ __
(«») («») BLINKER Dynamic Overlay Linker 1.00 for CA-Clipper 5.3
___ Blink and you'll miss it !!
Copyright (c) Assembler Software Manufacturers, Inc. 1990 - 1995
All Rights Reserved. Licensed solely for use with CA-Clipper 5.3
BLINKER : 1115 : VETELFOR.OBJ(VETELFOR) : 'PSAY' : unresolved external
BLINKER : 1115 : VETELFOR.OBJ(VETELFOR) : 'PFIN' : unresolved external
BLINKER : 1115 : VOUCH32.LIB(VOUCH32) : 'OL_YIELD' : unresolved external
BLINKER : 1115 : BLIKRNMGR(CLSWPRUN) : '$$$SWPPRM' : unresolved external
BLINKER : 1115 : BLIKRNMGR(CLSWPRUN) : '$$SWPRUN' : unresolved external
BLINKER : 0 Warning error(s), 5 Fatal error(s)
VETELFOR.EXE (not created) (0.3 seconds)
alguien me podra ayudar diciendome de que se trata estos errores.
Desde ya mil gracias por el tiempo dedicado.
Cesar H., Argentina
cdir:="c:\vetelfor\"
V32INIT ("impresion",cdir,cdir,.F.)
#include "vouch32.ch"
#define pini V32PBEGINDOC
#define psize V32PSETPAGESIZE
#define pfont V32PSETFONT
#define pssay V32PTEXTOUT
#define plin V32PLINE
#define pnew V32PNewPage
#define pfFin V32PEndDoc
#define pmarco V32PFrame
#define pfilcol V32PSetRowCol()
pini()
psize(210,297)
pfilcol(80,80)
pfont('Arial',0,16)
psay(1,3,"COMPAÑIA PEPITO")
pfont('arial',0,12)
psay(3,5,"DIARIO DE ALMACEN")
PSAY(3,71,"Pág.")
plin(5,3,5,79)
pfont('courier',0,10)
psay(5.5,15,"CUENTA")
psay(5.5,38,"CONCEPTO")
psay(5.5,61,"DEBE")
psay(5.5,72,"HABER")
plin(7.5,3,7.5,79)
PFIN()
tengo instalado clipper 5.3
luego de linkearlo me da el siguiente error
Compiling VETELFOR.PRG
Code size 251, Symbols 176, Constants 213
C:\Imprimir>blinker Fi vetelfor Lib vouch32
__ __
(«») («») BLINKER Dynamic Overlay Linker 1.00 for CA-Clipper 5.3
___ Blink and you'll miss it !!
Copyright (c) Assembler Software Manufacturers, Inc. 1990 - 1995
All Rights Reserved. Licensed solely for use with CA-Clipper 5.3
BLINKER : 1115 : VETELFOR.OBJ(VETELFOR) : 'PSAY' : unresolved external
BLINKER : 1115 : VETELFOR.OBJ(VETELFOR) : 'PFIN' : unresolved external
BLINKER : 1115 : VOUCH32.LIB(VOUCH32) : 'OL_YIELD' : unresolved external
BLINKER : 1115 : BLIKRNMGR(CLSWPRUN) : '$$$SWPPRM' : unresolved external
BLINKER : 1115 : BLIKRNMGR(CLSWPRUN) : '$$SWPRUN' : unresolved external
BLINKER : 0 Warning error(s), 5 Fatal error(s)
VETELFOR.EXE (not created) (0.3 seconds)
alguien me podra ayudar diciendome de que se trata estos errores.
Desde ya mil gracias por el tiempo dedicado.
Cesar H., Argentina
Valora esta pregunta


0