Necesito saber si alguno habes trabajado con este producto y ver su integración con [x]Harbour y FiveWin.
Mcuhas gracias.
Necesito saber si alguno habes trabajado con este producto y ver su integración con [x]Harbour y FiveWin.
Mcuhas gracias.
I use a old versio of List&Label ( version 4) .
Regards Maurizio
Please can you provide some sample code to show how to use List & Label with FWH. I have downloaded the trial version.
Paco, de canal-5, está preparando un diseñador de informes!!!.
Moises,
Es triste decirlo, pero Paco ha comenzado y anunciado un montón de proyectos que luego no ha terminado y han quedado en el olvido
I'm starting to get a bit desperate here - can anyone help?
What version of FiveWin do I need (for OCX support for List&Label)
Does anyone have any sample code to show me how to use it in FWH? I really don't know where to start. I would appreciate any help.
Estoy empezando a tener un poco desesperada aquí, ¿puede alguien ayudarme?
¿Qué versión de FiveWin lo que necesito (para OCX apoyo a la lista y etiqueta)
¿Alguien tiene algún código de ejemplo para mostrar cómo utilizarlo en FWH? Realmente no sé por dónde empezar. Le agradecería cualquier ayuda.
Ollie,
It looks as Maurizio (info@nipeservice.com) already uses it with FWH.
Maurizio, could you help us ? Thanks
With List & LAbel Version 4 I use DLL call
If I have your email andress I send my sample .
I now that Jairo Centeno use List & LAbel 12 with ActiveX .
Regards MAurizio
Maurizio,
Please upload it to www.rapidshare.com and copy here the download url, many thanks!
Thanks. Even if you email me, I'll post to rapidshare and tell the forum.
Thanks again.
Here is the file Murizio sent me
http://rapidshare.com/files/61079319/label.zip.html
He said he needed CALLDLL.LIB for List & Label and FWH.
(Doesn't know why callddl of fivewin doesn't work) .
For List&LAbel 12 this is a sample of Jairo Centeno that uses ActiveX .
Thanks: MAurizio
Antonio,
sin animo de entrar en polémicas creo que Paco no merece esas palabras tuyas. Canalfive ha contribuido de una manera grande al desarrollo de FWH en el sentido de que ha ofrecido controles mucho más avanzados que los propios de FWH y ha mostrado el camino a seguir en multitud de ocasiones.
Sin entrar en temas de amistad personal, mis programas tienen mucho que agradecer a los controles de Canalfive, y creo que esa afirmación tuya está un tanto fuera de lugar.
Saludos,
Thanks Maurizio,
But I have encountered a problem with the files you sent me.
I use xMate.
So I loaded the files : label.prg, LLX.PRG, CALLDLL.lib, _wincall.c and _windll.c into xMate
When I build, I get an error:
Line 112 Warning W8002 “Restarting compile using assembly in function DynaCall”
Error: E2133 “execute command ‘tasm32.exe’
This line is in _wincall.c :
Line 111 // Reserve 256 bytes of stack space for our arguments
Line 112 _asm mov pStack, esp
Line 113 _asm sub esp, 0x100
It may have something to do with me not knowing how to link libraries and .c files. I just added them in xMate where I put my .PRGs normally. ?!
CALLDLL is the LIB that include _wincall.c and _windll.c compiled
for xHArbour .
You have to include only _wincall.c and _windll.c
Regards MAurizio
Ok, I took our CALLDLL,
Olny have label.prg LLX.PRG _wincall.c and _windll.c
Still gives same error on compiling.