List & Labels

List & Labels

Postby manuelcalerosolis » Mon Sep 24, 2007 11:30 am

Necesito saber si alguno habes trabajado con este producto y ver su integración con [x]Harbour y FiveWin.

Mcuhas gracias.
User avatar
manuelcalerosolis
 
Posts: 149
Joined: Mon Oct 10, 2005 9:30 am
Location: Huelva - Spain

Postby Maurizio » Mon Sep 24, 2007 12:35 pm

I use a old versio of List&Label ( version 4) .
Regards Maurizio
User avatar
Maurizio
 
Posts: 797
Joined: Mon Oct 10, 2005 1:29 pm

Postby Ollie » Sat Oct 06, 2007 7:15 pm

Please can you provide some sample code to show how to use List & Label with FWH. I have downloaded the trial version.
Many thanks
Ollie.

Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)
Ollie
 
Posts: 233
Joined: Sat Dec 30, 2006 6:10 am

Postby MOISES » Sun Oct 07, 2007 7:27 pm

Paco, de canal-5, está preparando un diseñador de informes!!!.
MOISES
 
Posts: 838
Joined: Wed Aug 22, 2007 10:09 am

Postby Antonio Linares » Sun Oct 07, 2007 9:09 pm

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
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41332
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Ollie » Mon Oct 08, 2007 7:10 am

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.
Many thanks
Ollie.

Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)
Ollie
 
Posts: 233
Joined: Sat Dec 30, 2006 6:10 am

Postby Antonio Linares » Mon Oct 08, 2007 7:11 am

Ollie,

It looks as Maurizio (info@nipeservice.com) already uses it with FWH.

Maurizio, could you help us ? Thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41332
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Maurizio » Mon Oct 08, 2007 8:56 am

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
User avatar
Maurizio
 
Posts: 797
Joined: Mon Oct 10, 2005 1:29 pm

Postby Antonio Linares » Mon Oct 08, 2007 9:01 am

Maurizio,

Please upload it to www.rapidshare.com and copy here the download url, many thanks!
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41332
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Ollie » Mon Oct 08, 2007 9:40 am

Thanks. Even if you email me, I'll post to rapidshare and tell the forum.

ollie@theoasis.co.za

Thanks again.
Many thanks
Ollie.

Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)
Ollie
 
Posts: 233
Joined: Sat Dec 30, 2006 6:10 am

Postby Ollie » Mon Oct 08, 2007 9:49 am

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
Many thanks
Ollie.

Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)
Ollie
 
Posts: 233
Joined: Sat Dec 30, 2006 6:10 am

Postby José Luis Sánchez » Mon Oct 08, 2007 7:02 pm

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,
User avatar
José Luis Sánchez
 
Posts: 539
Joined: Thu Oct 13, 2005 9:23 am
Location: Novelda - Alicante - España

Postby Ollie » Mon Oct 08, 2007 9:23 pm

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. ?!
Many thanks
Ollie.

Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)
Ollie
 
Posts: 233
Joined: Sat Dec 30, 2006 6:10 am

Postby Maurizio » Tue Oct 09, 2007 6:22 am

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
User avatar
Maurizio
 
Posts: 797
Joined: Mon Oct 10, 2005 1:29 pm

Postby Ollie » Tue Oct 09, 2007 6:56 am

Ok, I took our CALLDLL,

Olny have label.prg LLX.PRG _wincall.c and _windll.c

Still gives same error on compiling.
Many thanks
Ollie.

Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)
Ollie
 
Posts: 233
Joined: Sat Dec 30, 2006 6:10 am

Next

Return to FiveWin para Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 18 guests