List & Labels

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

List & Labels

Post by manuelcalerosolis »

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

Mcuhas gracias.
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Post by Maurizio »

I use a old versio of List&Label ( version 4) .
Regards Maurizio
Ollie
Posts: 233
Joined: Sat Dec 30, 2006 6:10 am

Post by Ollie »

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)
MOISES
Posts: 824
Joined: Wed Aug 22, 2007 10:09 am

Post by MOISES »

Paco, de canal-5, está preparando un diseñador de informes!!!.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

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
Ollie
Posts: 233
Joined: Sat Dec 30, 2006 6:10 am

Post by Ollie »

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)
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

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

Post by Maurizio »

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
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Maurizio,

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

Antonio Linares
www.fivetechsoft.com
Ollie
Posts: 233
Joined: Sat Dec 30, 2006 6:10 am

Post by Ollie »

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

Post by Ollie »

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

Post by José Luis Sánchez »

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,
Ollie
Posts: 233
Joined: Sat Dec 30, 2006 6:10 am

Post by Ollie »

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

Post by Maurizio »

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
Ollie
Posts: 233
Joined: Sat Dec 30, 2006 6:10 am

Post by Ollie »

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)
Post Reply