Search found 48 matches: retclen

Return to advanced search

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

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 ) { ret...
by CARLOS ATUNCAR
Fri Jan 26, 2024 11:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al Compilar con Fwh 2307 Bcc76 (Solucionado)
Replies: 5
Views: 278

Error al Compilar con Fwh 2307 Bcc76 (Solucionado)

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_r...
by CARLOS ATUNCAR
Thu Jan 25, 2024 4:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al Compilar con Fwh 2307 Bcc76 (Solucionado)
Replies: 5
Views: 278

Re: QR-CODE

Estimados Willi y Alerchster: Gracias por sus respuestas ! Si, me faltaba linkear esa librería. Y karinha, gracias también por tu aporte ! Vos estás justo en el otro lugar del problema. con la forma de la "QRCodelib.Dll" Realmente traté de conseguir mi ojbetivo primero con la propuesta de ...
by pedroluis
Thu Apr 27, 2023 6:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: QR-CODE
Replies: 22
Views: 1755

Re: error al compilar

Hello, I get te same error when compiling with FW202212 (and xHarbour 2018). What was the solution ? Taavi. xLINK: error: Unresolved external symbol '_hb_parldef referenced from FiveHCM.lib(STR2HEX.obj)'. xLINK: error: Unresolved external symbol '_hb_retclen_buffer referenced from FiveHCM.lib(STR2HE...
by Taavi
Sun Mar 05, 2023 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error al compilar
Replies: 4
Views: 428

error al compilar

Hola, estoy compilando y me da estos errores: Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: Unresolved external '_hb_parldef' referenced from C:\FWH2212\LIB\FIVEHC.LIB|STR2HEX Error: Unresolved external '_hb_retclen_buffer' referenced from C:\FWH2212\LIB\F...
by jpcavagnaro
Sat Jan 21, 2023 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error al compilar
Replies: 4
Views: 428

Re: IA

Dear Jimmy,

I think CreateBinary() could be implemented like this:

HB_FUNC( CREATEBINARY )
{
hb_retclen( hb_parc( 1 ), hb_parclen( 1 ) );
}

or maybe we simply don't need it as Harbour strings can contain embedded zeroes
by Antonio Linares
Fri Apr 08, 2022 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IA
Replies: 19
Views: 1696

problemas al linkear

Hola. usando harbour y Fwh la ultima. Me arroja estos errores: [1]:iLink32.Exe -Gn -q -aa -Tpe -x @testMaria.bcl Error: Unresolved external 'WinMain' referenced from X:\HARB\BCC7\LIB\C0W32.OBJ Error: Unresolved external '_hb_vmProcessSymbols' referenced from X:\PROYECTOS\TEST\MARIA\OBJ\MARIA.OBJ Err...
by goosfancito
Thu Feb 04, 2021 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas al linkear
Replies: 6
Views: 441

Re: Funcion I2BIN(n)

Ahora me gusta más, pero podríamos mejorarla una miaja más jajaja :roll: :roll: :roll: Harbour tiene la función "hb_parnidef" con lo que nos evitaríamos tener que leer dos veces la pila y "hb_retclen_buffer" que evita hacer dos copias de cRet y además harbour se encarga de libera...
by xmanuel
Sun Jun 17, 2018 11:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funcion I2BIN(n)
Replies: 10
Views: 1621

Hi New To The Forum / Need Help with setting up Dolphin

Hello All Names Aaron, My good friend Rick Lipkin Got me into this Board and started in this Language. Im formally use to using, AS3.0 / GML / Java... Recently got interested in his work, and got myself started up to learn. Heres what im using Xharbour Bcc70 I currently gotten the libmysql.dll / lib...
by Tekfreakz
Thu Jan 12, 2017 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hi New To The Forum / Need Help with setting up Dolphin
Replies: 14
Views: 3316

Dolphin (SOLUCIONADO)

Buenas tardes, necesito conectarme a una base de datos MySQL y quiero utilizar Dolphin, utilizo XHarbour, BCC7, FWH1512, y tengo el siguiente resultado Error: Unresolved external '_HB_FUN___CLSLOCKDEF' referenced from D:\DEV\FWH1512\LIB\DOLPHIN.LIB|tdolpexp Error: Unresolved external '_HB_FUN___CLSU...
by Marcelo Via Giglio
Fri Sep 02, 2016 6:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dolphin (SOLUCIONADO)
Replies: 1
Views: 469

Re: Connect to MySql db

Hi, I Always receive a lot of link errors ? Do I need an updated lib in your opinion ? FWH Sept 2015 - Embarcadero C++ 7.00 Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: Unresolved external '_HB_FUN___CLSLOCKDEF' referenced from K:\FWH\LIB\DOLPHIN.LIB|tdol...
by Marco Turco
Sun May 22, 2016 5:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connect to MySql db
Replies: 14
Views: 4094

Re: GetAdaptersInfo ¿DLL32 FUNCION o BEGINDUMP/ENDDUMP?

JM,

Sería mas sencillo que devolvieses un array.

Si quieres devolver una cadena entonces tienes que usar hb_retclen( ( char * ) pAdapterInfo, sizeof (IP_ADAPTER_INFO) );
by Antonio Linares
Tue Mar 22, 2016 9:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetAdaptersInfo ¿DLL32 FUNCION o BEGINDUMP/ENDDUMP?
Replies: 12
Views: 2161

Version de lib's tdolphin

Saludotes. En mi app que version de libs de dolphin debo tomar: en FWH 13.07, traen fecha 01/ago/2013 en xH 1.2.3, traen fecha 30/Jul/2013 con las versiones de FWH, marca errores (siguientes), con las de XH, no. Enlazando inc.exe... Error: Unresolved external '_HB_FUN___CLSLOCKDEF' referenced from C...
by noe aburto
Mon Mar 21, 2016 6:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Version de lib's tdolphin
Replies: 2
Views: 512

Re: Ejecutar con un bloque de código una instrucción

Prueba a cambiar hb_gcAlloc() por hb_xgrab() y hb_retclenAdopt() por hb_retclen() en los fuentes de Dolphin
by Antonio Linares
Sun Feb 28, 2016 7:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejecutar con un bloque de código una instrucción
Replies: 17
Views: 2642

Re: To All help to compile last Ereport repository

Antonio, I add this lib but I have all these error now Lines 641, Functions/Procedures 15, pCodes 3134 [1]:Bcc32.Exe -M -c -O2 -tW -v- -X -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\Work\fwh\include -IC:\Work\bcc582\Include;c:\work\xHarbour\Incl...
by Silvio.Falconi
Wed Dec 03, 2014 6:16 pm
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: To All help to compile last Ereport repository
Replies: 14
Views: 6445
Next

Return to advanced search