Error al Compilar con Fwh 2307 Bcc76 (Solucionado)

Error al Compilar con Fwh 2307 Bcc76 (Solucionado)

Postby CARLOS ATUNCAR » Thu Jan 25, 2024 4:22 pm

Proyecto: eFactura, Entorno: fwh2307:
[1]:iLink32.Exe -Gn -aa -Tpe -s -v @eFactura.bcl
Turbo Incremental Link 6.98 Copyright (c) 1997-2023 Embarcadero Technologies, Inc.
Error: Unresolved external '_hb_parldef' referenced from E:\TOOLS\FWH2307\LIB\FIVEHC.LIB|STR2HEX
Error: Unresolved external '_hb_retclen_buffer' referenced from E:\TOOLS\FWH2307\LIB\FIVEHC.LIB|STR2HEX
Error: Unable to perform link


Buenos dias alguna sugerencia. Gracias
Last edited by CARLOS ATUNCAR on Fri Jan 26, 2024 4:41 am, edited 1 time in total.
CARLOS ATUNCAR
 
Posts: 117
Joined: Thu Sep 17, 2015 11:40 pm

Re: Error al Compilar con Fwh 2307 Bcc76

Postby Antonio Linares » Thu Jan 25, 2024 9:39 pm

Estimado Carlos,

Usas Harbour ó xHarbour ?
regards, saludos

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

Re: Error al Compilar con Fwh 2307 Bcc76

Postby CARLOS ATUNCAR » Fri Jan 26, 2024 4:39 am

Gracias por Contestar con xHarbour, ya encontre la solucion
CARLOS ATUNCAR
 
Posts: 117
Joined: Thu Sep 17, 2015 11:40 pm

Re: Error al Compilar con Fwh 2307 Bcc76 (Solucionado)

Postby Antonio Linares » Fri Jan 26, 2024 6:31 am

Puedes explicarnos como lo has solucionado ? gracias
regards, saludos

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

Re: Error al Compilar con Fwh 2307 Bcc76 (Solucionado)

Postby CARLOS ATUNCAR » Fri Jan 26, 2024 11:03 pm

Antonio Linares wrote:Puedes explicarnos como lo has solucionado ? gracias


Agrege a mi prg este porcion

#pragma BEGINDUMP

#include <hbapi.h>

#undef hb_retclen_buffer
#undef hb_parldef

void hb_retclen_buffer( char * szText, int nLen )
{
hb_retclen( szText, nLen );
}

int hb_parldef( int iParam, int iDefValue )
{
return hb_parl( iParam, iDefValue );
}

#pragma ENDDUMP
CARLOS ATUNCAR
 
Posts: 117
Joined: Thu Sep 17, 2015 11:40 pm

Re: Error al Compilar con Fwh 2307 Bcc76 (Solucionado)

Postby Antonio Linares » Sat Jan 27, 2024 5:43 am

gracias!
regards, saludos

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


Return to FiveWin para Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 87 guests