In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Xailer 2.7.4 + Hb. Problemas con macros y al compilar fastReport

Foro público de Xailer en español
Responder
Avatar de Usuario
jasm
Mensajes: 447
Registrado: Mar Jul 08, 2008 8:12 pm

Xailer 2.7.4 + Hb. Problemas con macros y al compilar fastReport

Mensaje por jasm »

Hola,
Con la nueva versión de Xailer, usando Harbour, me da error al compilar en esto:
{ | n | navVentas:getCurrentItem():get&n.() }
detalle del error:
RecibosPrn.prg(101) Error E0042 Macro of declared symbol 'GET&N.'
compilando con xHarbour no hay problemas.
También me da estos errores al compilar el fuente de FastReport (que no da en xHb):
Compilando FastRepH.prg...
Warning W8075 FastRepH.prg 81: Suspicious pointer conversion in function HB_FUN_CALL_PROC_C
Warning W8075 FastRepH.prg 87: Suspicious pointer conversion in function HB_FUN_CALL_PROC_IC
Warning W8075 FastRepH.prg 93: Suspicious pointer conversion in function HB_FUN_CALL_PROC_CC
Warning W8075 FastRepH.prg 93: Suspicious pointer conversion in function HB_FUN_CALL_PROC_CC
Warning W8075 FastRepH.prg 99: Suspicious pointer conversion in function HB_FUN_CALL_PROC_CCC
Warning W8075 FastRepH.prg 99: Suspicious pointer conversion in function HB_FUN_CALL_PROC_CCC
Warning W8075 FastRepH.prg 99: Suspicious pointer conversion in function HB_FUN_CALL_PROC_CCC
Warning W8075 FastRepH.prg 125: Suspicious pointer conversion in function HB_FUN_CALL_FUNC_C_I
Warning W8075 FastRepH.prg 137: Suspicious pointer conversion in function HB_FUN_CALL_FUNC_IC_I
Warning W8075 FastRepH.prg 143: Suspicious pointer conversion in function HB_FUN_CALL_FUNC_CC_I
Warning W8075 FastRepH.prg 143: Suspicious pointer conversion in function HB_FUN_CALL_FUNC_CC_I
Warning W8075 FastRepH.prg 149: Suspicious pointer conversion in function HB_FUN_CALL_FUNC_CCC_I
Warning W8075 FastRepH.prg 149: Suspicious pointer conversion in function HB_FUN_CALL_FUNC_CCC_I
Warning W8075 FastRepH.prg 149: Suspicious pointer conversion in function HB_FUN_CALL_FUNC_CCC_I
Warning W8075 FastRepH.prg 155: Suspicious pointer conversion in function HB_FUN_CALL_FUNC_CCI_I
Warning W8075 FastRepH.prg 155: Suspicious pointer conversion in function HB_FUN_CALL_FUNC_CCI_I
Warning W8075 FastRepH.prg 167: Suspicious pointer conversion in function HB_FUN_CALL_FUNC_CIII_I
Warning W8075 FastRepH.prg 174: Suspicious pointer conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
Warning W8075 FastRepH.prg 174: Suspicious pointer conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
Warning W8075 FastRepH.prg 174: Suspicious pointer conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
Warning W8075 FastRepH.prg 174: Suspicious pointer conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
Warning W8075 FastRepH.prg 174: Suspicious pointer conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
Warning W8075 FastRepH.prg 174: Suspicious pointer conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
Warning W8075 FastRepH.prg 174: Suspicious pointer conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
Warning W8075 FastRepH.prg 174: Suspicious pointer conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
Warning W8075 FastRepH.prg 174: Suspicious pointer conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
Saludos
Alf+.
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9457
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Xailer 2.7.4 + Hb. Problemas con macros y al compilar fastReport

Mensaje por ignacio »

Hola,
No tengo ni idea de como están las cosas con FastReport debido a la muerte del creador de las librerí­as de conexión con Harbour. Pero supongo que alguien de este foro habrá podido convertir las funciones de conexión a Harbour. En cualquier caso, al igual que se ofrecí­an las librerí­as para xHarbour, supongo que el creador de la librerí­a debió ofrecer también la misma librerí­a para Harbour.
Yo personalmente no te puedo ayudar más pues nunca he utilizado dicha librerí­a. Lo siento.
Un saludo
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Jose Lopez Carrasco
Mensajes: 215
Registrado: Lun Oct 20, 2008 11:38 pm

Xailer 2.7.4 + Hb. Problemas con macros y al compilar fastReport

Mensaje por Jose Lopez Carrasco »

Alfonso,
Mandame un pequeño ejemplo y lo pruebo con la version que tengo yo.
Tengo una aplicacion con mas de 20 años, y actualmente la compilo con hb32 y
fastreport y funciona genial.
Un abrazo.
Pepe.
"Jose Alfonso Suarez Moreno" <jasm[at]tpvsoft[dot]com> escribió en el
mensaje news:50b0d9e5$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hola,
>
> Con la nueva versión de Xailer, usando Harbour, me da error
> al compilar en esto:
>
> { | n | navVentas:getCurrentItem():get&n.() }
> detalle del error:
> RecibosPrn.prg(101) Error E0042 Macro of declared symbol
> 'GET&N.'
>
> compilando con xHarbour no hay problemas.
>
>
> También me da estos errores al compilar el fuente de
> FastReport (que no da en xHb):
>
> Compilando FastRepH.prg...
> Warning W8075 FastRepH.prg 81: Suspicious pointer conversion
> in function HB_FUN_CALL_PROC_C
> Warning W8075 FastRepH.prg 87: Suspicious pointer conversion
> in function HB_FUN_CALL_PROC_IC
> Warning W8075 FastRepH.prg 93: Suspicious pointer conversion
> in function HB_FUN_CALL_PROC_CC
> Warning W8075 FastRepH.prg 93: Suspicious pointer conversion
> in function HB_FUN_CALL_PROC_CC
> Warning W8075 FastRepH.prg 99: Suspicious pointer conversion
> in function HB_FUN_CALL_PROC_CCC
> Warning W8075 FastRepH.prg 99: Suspicious pointer conversion
> in function HB_FUN_CALL_PROC_CCC
> Warning W8075 FastRepH.prg 99: Suspicious pointer conversion
> in function HB_FUN_CALL_PROC_CCC
> Warning W8075 FastRepH.prg 125: Suspicious pointer
> conversion in function HB_FUN_CALL_FUNC_C_I
> Warning W8075 FastRepH.prg 137: Suspicious pointer
> conversion in function HB_FUN_CALL_FUNC_IC_I
> Warning W8075 FastRepH.prg 143: Suspicious pointer
> conversion in function HB_FUN_CALL_FUNC_CC_I
> Warning W8075 FastRepH.prg 143: Suspicious pointer
> conversion in function HB_FUN_CALL_FUNC_CC_I
> Warning W8075 FastRepH.prg 149: Suspicious pointer
> conversion in function HB_FUN_CALL_FUNC_CCC_I
> Warning W8075 FastRepH.prg 149: Suspicious pointer
> conversion in function HB_FUN_CALL_FUNC_CCC_I
> Warning W8075 FastRepH.prg 149: Suspicious pointer
> conversion in function HB_FUN_CALL_FUNC_CCC_I
> Warning W8075 FastRepH.prg 155: Suspicious pointer
> conversion in function HB_FUN_CALL_FUNC_CCI_I
> Warning W8075 FastRepH.prg 155: Suspicious pointer
> conversion in function HB_FUN_CALL_FUNC_CCI_I
> Warning W8075 FastRepH.prg 167: Suspicious pointer
> conversion in function HB_FUN_CALL_FUNC_CIII_I
> Warning W8075 FastRepH.prg 174: Suspicious pointer
> conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
> Warning W8075 FastRepH.prg 174: Suspicious pointer
> conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
> Warning W8075 FastRepH.prg 174: Suspicious pointer
> conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
> Warning W8075 FastRepH.prg 174: Suspicious pointer
> conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
> Warning W8075 FastRepH.prg 174: Suspicious pointer
> conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
> Warning W8075 FastRepH.prg 174: Suspicious pointer
> conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
> Warning W8075 FastRepH.prg 174: Suspicious pointer
> conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
> Warning W8075 FastRepH.prg 174: Suspicious pointer
> conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
> Warning W8075 FastRepH.prg 174: Suspicious pointer
> conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
>
>
> Saludos
>
> Alf+.
>
>
> __________ Informacin de ESET NOD32 Antivirus, versin de la base de firmas
> de virus 7727 (20121124) __________
>
> ESET NOD32 Antivirus ha comprobado este mensaje.
>
> http://www.eset.com
>
>
>
__________ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 7729 (20121125) __________
ESET NOD32 Antivirus ha comprobado este mensaje.
http://www.eset.com
jasm.quitaesto
Mensajes: 420
Registrado: Sab Ago 16, 2008 9:06 pm

Xailer 2.7.4 + Hb. Problemas con macros y al compilar fastReport

Mensaje por jasm.quitaesto »

Pepe,
Lo de las macros lo tengo controlado ya.
El problema con fastreport es que al compilar el fartreport.prg con
harbour lanza muchos errores en la parte de C.
Saludos
Alf+.
El 25/11/2012 22:47, Jose Lopez Carrasco escribió:
> Alfonso,
> Mandame un pequeño ejemplo y lo pruebo con la version que tengo yo.
> Tengo una aplicacion con mas de 20 años, y actualmente la compilo con hb32 y
> fastreport y funciona genial.
> Un abrazo.
> Pepe.
>
>
> "Jose Alfonso Suarez Moreno" <jasm[at]tpvsoft[dot]com> escribió en el
> mensaje news:50b0d9e5$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Hola,
>>
>> Con la nueva versión de Xailer, usando Harbour, me da error
>> al compilar en esto:
>>
>> { | n | navVentas:getCurrentItem():get&n.() }
>> detalle del error:
>> RecibosPrn.prg(101) Error E0042 Macro of declared symbol
>> 'GET&N.'
>>
>> compilando con xHarbour no hay problemas.
>>
>>
>> También me da estos errores al compilar el fuente de
>> FastReport (que no da en xHb):
>>
>> Compilando FastRepH.prg...
>> Warning W8075 FastRepH.prg 81: Suspicious pointer conversion
>> in function HB_FUN_CALL_PROC_C
>> Warning W8075 FastRepH.prg 87: Suspicious pointer conversion
>> in function HB_FUN_CALL_PROC_IC
>> Warning W8075 FastRepH.prg 93: Suspicious pointer conversion
>> in function HB_FUN_CALL_PROC_CC
>> Warning W8075 FastRepH.prg 93: Suspicious pointer conversion
>> in function HB_FUN_CALL_PROC_CC
>> Warning W8075 FastRepH.prg 99: Suspicious pointer conversion
>> in function HB_FUN_CALL_PROC_CCC
>> Warning W8075 FastRepH.prg 99: Suspicious pointer conversion
>> in function HB_FUN_CALL_PROC_CCC
>> Warning W8075 FastRepH.prg 99: Suspicious pointer conversion
>> in function HB_FUN_CALL_PROC_CCC
>> Warning W8075 FastRepH.prg 125: Suspicious pointer
>> conversion in function HB_FUN_CALL_FUNC_C_I
>> Warning W8075 FastRepH.prg 137: Suspicious pointer
>> conversion in function HB_FUN_CALL_FUNC_IC_I
>> Warning W8075 FastRepH.prg 143: Suspicious pointer
>> conversion in function HB_FUN_CALL_FUNC_CC_I
>> Warning W8075 FastRepH.prg 143: Suspicious pointer
>> conversion in function HB_FUN_CALL_FUNC_CC_I
>> Warning W8075 FastRepH.prg 149: Suspicious pointer
>> conversion in function HB_FUN_CALL_FUNC_CCC_I
>> Warning W8075 FastRepH.prg 149: Suspicious pointer
>> conversion in function HB_FUN_CALL_FUNC_CCC_I
>> Warning W8075 FastRepH.prg 149: Suspicious pointer
>> conversion in function HB_FUN_CALL_FUNC_CCC_I
>> Warning W8075 FastRepH.prg 155: Suspicious pointer
>> conversion in function HB_FUN_CALL_FUNC_CCI_I
>> Warning W8075 FastRepH.prg 155: Suspicious pointer
>> conversion in function HB_FUN_CALL_FUNC_CCI_I
>> Warning W8075 FastRepH.prg 167: Suspicious pointer
>> conversion in function HB_FUN_CALL_FUNC_CIII_I
>> Warning W8075 FastRepH.prg 174: Suspicious pointer
>> conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
>> Warning W8075 FastRepH.prg 174: Suspicious pointer
>> conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
>> Warning W8075 FastRepH.prg 174: Suspicious pointer
>> conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
>> Warning W8075 FastRepH.prg 174: Suspicious pointer
>> conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
>> Warning W8075 FastRepH.prg 174: Suspicious pointer
>> conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
>> Warning W8075 FastRepH.prg 174: Suspicious pointer
>> conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
>> Warning W8075 FastRepH.prg 174: Suspicious pointer
>> conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
>> Warning W8075 FastRepH.prg 174: Suspicious pointer
>> conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
>> Warning W8075 FastRepH.prg 174: Suspicious pointer
>> conversion in function HB_FUN_CALL_FUNC_CICCCCCCCC_I
>>
>>
>> Saludos
>>
>> Alf+.
>>
>>
>> __________ Informacin de ESET NOD32 Antivirus, versin de la base de firmas
>> de virus 7727 (20121124) __________
>>
>> ESET NOD32 Antivirus ha comprobado este mensaje.
>>
>> http://www.eset.com
>>
>>
>>
>
>
>
> __________ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 7729 (20121125) __________
>
> ESET NOD32 Antivirus ha comprobado este mensaje.
>
> http://www.eset.com
>
>
>
>
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

Xailer 2.7.4 + Hb. Problemas con macros y al compilar fastReport

Mensaje por jfgimenez »

José Alfonso,
> Lo de las macros lo tengo controlado ya.
>
> El problema con fastreport es que al compilar el fartreport.prg con
> harbour lanza muchos errores en la parte de C.
Esto te puede ayudar:
http://www.xailer.com/dokuwiki/doku.php ... de.xharbou r.a.harbour#a.nivel.c
Un saludo,
José F. Giménez
http://www.xailer.com
http://www.xailer.info
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
ftwein
Mensajes: 55
Registrado: Lun Oct 22, 2007 5:17 pm

Xailer 2.7.4 + Hb. Problemas con macros y al compilar fastReport

Mensaje por ftwein »

Hola,
Necesita actualizar FastRepH.prg y FastRepH.ch, la versión que tengo es de 23.11.2011 y no muestra el error con Harbour o xHarbour. En la compra de FRH me envió una url para descargar actualizaciones, así­ como una contraseña para descomprimir el archivo, comenzando con http://www.spirins.com/downloads/CL/frh_
Saludos,
Fausto Di Creddo Trautwein
jasm.quitaesto
Mensajes: 420
Registrado: Sab Ago 16, 2008 9:06 pm

Xailer 2.7.4 + Hb. Problemas con macros y al compilar fastReport

Mensaje por jasm.quitaesto »

Gracias, es la versión que tengo.
El 27/11/2012 12:21, ftwein escribió:
> Hola,
>
> Necesita actualizar FastRepH.prg y FastRepH.ch, la versión
> que tengo es de 23.11.2011 y no muestra el error con Harbour
> o xHarbour. En la compra de FRH me envió una url para
> descargar actualizaciones, así­ como una contraseña para
> descomprimir el archivo, comenzando con
> http://www.spirins.com/downloads/CL/frh_
>
> Saludos,
>
> Fausto Di Creddo Trautwein
Jose Lopez Carrasco
Mensajes: 215
Registrado: Lun Oct 20, 2008 11:38 pm

Xailer 2.7.4 + Hb. Problemas con macros y al compilar fastReport

Mensaje por Jose Lopez Carrasco »

Alfonso,
Acabo de probar un pequeño modulo de etiquetas compilado con xailer y
harbour y no me da error. El fichero FastRepH.prg tiene fecha de 24/11/2011.
Dime como te puedo ayudar.? O mandame un ejemplo para probar.
Pepe.
Saludos.
__________ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 7737 (20121127) __________
ESET NOD32 Antivirus ha comprobado este mensaje.
http://www.eset.com
Responder