List & Labels
- manuelcalerosolis
- Posts: 149
- Joined: Mon Oct 10, 2005 9:30 am
- Location: Huelva - Spain
List & Labels
Necesito saber si alguno habes trabajado con este producto y ver su integración con [x]Harbour y FiveWin.
Mcuhas gracias.
Mcuhas gracias.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
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.
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.
Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Ollie,
It looks as Maurizio (info@nipeservice.com) already uses it with FWH.
Maurizio, could you help us ? Thanks
It looks as Maurizio (info@nipeservice.com) already uses it with FWH.
Maurizio, could you help us ? Thanks
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Thanks. Even if you email me, I'll post to rapidshare and tell the forum.
ollie@theoasis.co.za
Thanks again.
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.
Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)
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
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.
Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)
- José Luis Sánchez
- Posts: 484
- Joined: Thu Oct 13, 2005 9:23 am
- Location: Novelda - Alicante - España
- Contact:
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,
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. ?!
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.
Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)