Search found 19 matches: isarray

Return to advanced search

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: 439

Re: funciones de FWH y Harbour en un archivo .txt

__clsVerify(<nClassH>)-><acBrokenMessages>|Nil __objAddData(<oObject>,<cDataName>)->oObject __objAddInline(<oObject>,<cInlineName>,<bInline>)->oObject __objAddMethod(<oObject>,<cMethodName>,<nFuncPtr>)->oObject __objDelInline(&l...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5707

Re: funciones de FWH y Harbour en un archivo .txt

__clsVerify __objAddData __objAddInline __objAddMethod __objDelInline __objDelMethod __objDelMethod __objDerivedFrom __objGetMethodList __objGetValueList __objModInline __objModMethod __objSetValueList __Pack __Run __Zap AAdd Abs AChoice AClone ACopy ACos AddASCII AddMonth ADel ADir ADSBlob2File ADS...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5707

Re: Harbour-32.dll

HB_FUN_HB_CODEPAGE_HR646 @367 HB_FUN_HB_CODEPAGE_HR852 @368 HB_FUN_HB_CODEPAGE_HRISO @369 HB_FUN_HB_CODEPAGE_HRWIN @370 HB_FUN_HB_CODEPAGE_HU852 @371 HB_FUN_HB_CODEPAGE_HU852C @372 HB_FUN_HB_CODEPAGE_HUISO @373 HB_FUN_HB_CODEPAGE_HUWIN @374 HB_FUN_HB_CODEPAGE_IS850 @375 HB_FUN_HB_CODEPAGE_IS861 @376...
by pgfdz
Fri May 29, 2015 8:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-32.dll
Replies: 5
Views: 2347

Re: xHarbour 1.2.3 build 20141106

This is the changelog for November and December: 2014-12-02 20:00 UTC-300 Luiz Rafael Culik <luiz/AT/xharbour/com/br> * include/hbdefs.h ! minor fix for double defined HB_SYMBOL_USED 2014-12-02 14:35 UTC+0200 Saulius Zrelskis <labitas/AT/gmail/com> * source/rtl/win32ole.prg ! add missing...
by Enrico Maria Giordano
Thu Dec 04, 2014 5:09 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour 1.2.3 build 20141106
Replies: 16
Views: 5821

construcción de easyPreview

... ... lo he comentado y he seguido ... aqui pongo los errores que lanza para ir resolviéndolos .... Warning W8065 epmeta.prg 445: Call to function 'ISARRAY' with no prototype in function HB_FUN_EP_PLAYENHMETAFILE Error E2227 epmeta.prg 447: Extra parameter in call to hb_parni in function HB_FUN_EP_PLAYENHMETAFILE ...
by mastintin
Thu Aug 14, 2014 4:15 pm
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: construcción de easyPreview
Replies: 4
Views: 1468

Array y Bitmaps en MEMO

... dichos campos MEMO. Para saber si guardo un array o un bitmap en formato texto he implementado estas pequeñas funciones en Borland C: La función IsArray( cTexto ) devuelve 1 si cTexto representa una Array vacio, 2 si es un Array NO vacio y 0 en los demás casos. La función IsBmp( cTexto ) devuelve ...
by antolin
Thu Oct 10, 2013 2:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Array y Bitmaps en MEMO
Replies: 2
Views: 609

Re: Canal 5 IDE (en desarrollo)

Un poco de ayuda, puede ser el orden de colocacion de las librerias? Lucas, yo compilo sin problemas usando Harbour 3.2... Tienes que incluir la libreria hbpcre.lib en fwh.mak... El unico problema que he notado es, que el .EXE se queda corriendo en memoria como un proceso, aún despues de salir de la...
by cnavarro
Sat Jun 15, 2013 10:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Canal 5 IDE (en desarrollo)
Replies: 9
Views: 2638

Re: Canal 5 IDE (work in progress)

A little help, you can be the order of placement of the libraries? Silvio, Error: Unresolved external '_ISARRAY' referenced from C:\WORK\PRG\C5IDE\OBJ\APP.OBJ Error: Unresolved external '_ISCHAR' referenced from C:\WORK\PRG\C5IDE\OBJ\WNDSCINT.OBJ Are now HB_ISCHAR and HB_ISARRAY Error: Unresolved ex...
by cnavarro
Sat Jun 15, 2013 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Canal 5 IDE (work in progress)
Replies: 24
Views: 9934

Problemas al crear la libreria TWBROWSE

... ; } rct.left = 0; PaintTheLine( hDC, &rct, hb_parni( 6 ), hb_param( 4, 0xFFFF ), hb_param( 5, 0xFFFF ), hWhitePen, hGrayPen, bTree, ISARRAY(11) ? hb_param( 11, -1 ) : 0, hb_parni( 12 ), (wRow == 0), hb_parni( 13 ), hb_parni( 14 ), hb_parl( 15 ), ISBLOCK( 16 ) ? hb_param( 16, HB_IT_BLOCK ...
by ander7319
Fri Jan 04, 2013 9:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al crear la libreria TWBROWSE
Replies: 6
Views: 2853

C5Ide problem on compilation

Dear Friends, I have problem to compile C5Ide with the last modifications First File http://code.google.com/p/fivewin-contributions/downloads/detail?name=C5ide.zop&can=2&q= I wrote on forun there was problems because When the form designer created a source of a dialog it not was on right coo...
by Silvio.Falconi
Fri Oct 19, 2012 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: C5Ide problem on compilation
Replies: 0
Views: 400

Re: Canal 5 IDE (work in progress)

Lucas, i ADD HBCPRE = $(HARBOUR_LIB_DIR)\hbcpre.lib i CHANGE HB_ISARRAY AND HB_ISCHAR BUT i HAVE THESE ERRORS NOW MAKE Version 5.2  Copyright (c) 1987, 2000 Borland    c:\work\harbour\bin\harbour.exe -iinclude;c:\work\fwh\include;c:\work\harbour\include; -n -m -w0 -es2 -gc0 -p source\app.prg...
by Eoeo
Sat Aug 11, 2012 6:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Canal 5 IDE (work in progress)
Replies: 24
Views: 9934

Re: Canal 5 IDE (work in progress)

Silvio, Error: Unresolved external '_ISARRAY' referenced from C:\WORK\PRG\C5IDE\OBJ\APP.OBJ Error: Unresolved external '_ISCHAR' referenced from C:\WORK\PRG\C5IDE\OBJ\WNDSCINT.OBJ Are now HB_ISCHAR and HB_ISARRAY Error: Unresolved external '_pcre_config' referenced from C:\WORK\HARBOUR\LIB\HBRTL.LIB...
by lucasdebeltran
Sat Aug 11, 2012 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Canal 5 IDE (work in progress)
Replies: 24
Views: 9934

Re: Canal 5 IDE (work in progress)

Antonio, Paco Now I compiled with harbour and I have these errors could you help me please MAKE Version 5.2 Copyright (c) 1987, 2000 Borland c:\work\bcc582\bin\ilink32.exe -Gn -aa -Tpe -s -Iobj -Lc:\work\bcc582\lib -x @make.tmp Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unres...
by Eoeo
Sat Aug 11, 2012 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Canal 5 IDE (work in progress)
Replies: 24
Views: 9934

Re: Canal 5 IDE (en desarrollo)

Hola, Uso Harbour 3.2.0dev (Rev. 17516). Las funciones ISCHAR e ISARRAY resulta que, en Harbour, ahora son HB_. Una vez realizado ese cambio, efectivamente logra compilar. Pero también me sucede lo que Bayron comenta, el .exe se queda entre los procesos. ...
by lucasdebeltran
Sun Aug 05, 2012 10:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Canal 5 IDE (en desarrollo)
Replies: 9
Views: 2638
Next

Return to advanced search