Search found 15 matches: clscntclasses

Return to advanced search

Re: Consigue FWH 6.12 gratuitamente !!!

Antonio: Yo compré la versión 2.6 de FWH, ayer bajé la versión gratis (6.12) y al tratar de compilar un programa que compilaba sin errores con la versión 2.6 me aparecen los siguientes errores: Error: Unresolved external '_hb_dynsymSymbol' referenced from C:\FWH\LIB\FIVEHC.LIB|HARBOURC Error: Unreso...
by mariordz
Wed Mar 10, 2010 4:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consigue FWH 6.12 gratuitamente !!!
Replies: 48
Views: 13334

Error al compilar con Fivehc y Fivehx de fwh 811

Saludos. Con una nueva que no se como resolver. Al compilar mi aplicacion me con FWH 8.11 y XH 1.1 con xEdit me marca los siguientes errores. Compilando ainven.prg... Compilando RAJUALMA.PRG... Compilando RCATARTI.PRG... Compilando RCATMOVI.PRG... Compilando RCATPARA.PRG... Compilando RCATRUTA.PRG.....
by noe aburto
Tue Dec 23, 2008 12:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar con Fivehc y Fivehx de fwh 811
Replies: 1
Views: 677

FwH 8.01 xHarbour Builder Nov 2007 unresolved externals

Hi,

How can I resolve these externals ?

_hb_ObjHasMessage
_hb_fun__ClsCntClasses
_hb_VmPushEvalSym

Antonio
by AHF
Mon Jan 14, 2008 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FwH 8.01 xHarbour Builder Nov 2007 unresolved externals
Replies: 1
Views: 461

Mario,

Try this one:

USHORT hb_clsMaxClasses( void );

HB_FUNC( __CLSCNTCLASSES )
{
hb_retnl( hb_clsMaxClasses() );
}

Are you using Class TRichEdit ?
by Antonio Linares
Wed May 16, 2007 5:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error ao atualizar para FWH 7.04
Replies: 29
Views: 9746

E estas funções onde achar ? xLINK: error: Unresolved external symbol '_HB_FUN_REGETZOOM'. xLINK: error: Unresolved external symbol '_HB_FUN_REINSERTPICTURE'. xLINK: error: Unresolved external symbol '_HB_FUN_REPAGEBREAK'. xLINK: error: Unresolved external symbol '_HB_FUN_REPASTESPECIAL'. xLINK: err...
by saviotti
Wed May 16, 2007 5:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error ao atualizar para FWH 7.04
Replies: 29
Views: 9746

Mario,

You need an upgraded xHB for __CLSCNTCLASSES()
by Antonio Linares
Wed May 16, 2007 5:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error ao atualizar para FWH 7.04
Replies: 29
Views: 9746

Error ao atualizar para FWH 7.04

Antonio, Veja, xLINK: error: Unresolved external symbol '_hb_dynsymSymbol'. xLINK: error: Unresolved external symbol '_HB_FUN_REGETZOOM'. xLINK: error: Unresolved external symbol '_HB_FUN_REINSERTPICTURE'. xLINK: error: Unresolved external symbol '_HB_FUN_REPAGEBREAK'. xLINK: error: Unresolved exter...
by saviotti
Wed May 16, 2007 4:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error ao atualizar para FWH 7.04
Replies: 29
Views: 9746

Antonio, I am also getting error linking testprn2.prg; I adding the coding at the top. // Sample showing how to manage the printer object #include "FiveWin.ch" #pragma BEGINDUMP #include "hbapi.h" #include "hbapiitm.h" PHB_SYMB hb_dynsymSymbol( PHB_DYNS pDynSym ) { return pDynSym->pSymbol; } #pra...
by cdmmaui
Wed Dec 06, 2006 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: gtgui.lib
Replies: 12
Views: 3306

Error al Compilar!!

Buenas Noches Foro: Con la última versión de FW 2.8 compilo un pequeño programa, ya que estoy empezando de 0 con esta versión y me sale el siguiente error: ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ FiveWin for xHarbour 2.8 - October 2006 xHarbour development po...
by Mike Serra
Mon Nov 13, 2006 11:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al Compilar!!
Replies: 1
Views: 671

buildx samples 2.8

Hello Mr.Antonio When I tried to build samples with buildx.bat + xHarbour9960, I am getting the following error: unable to open file gtgui.lib what is gtgui.lib , where can i found this lib If I use gtwin.lib instead , I am getting : Unresolved external '_hb_objHasMessage' referenced from FIVEHC.LIB...
by Paweł Podbielski
Wed Oct 04, 2006 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: buildx samples 2.8
Replies: 1
Views: 609

Hello Mr.Antonio Now after installing harbour form the download, I could build the BABUDLL.DLL without errors. Now when I try to check it with BABU.EXE the code from the DLL is not working and only "ok from EXE" which is from the exe itself is displayed using xHarbour. When I tried to check it with ...
by RAMESHBABU
Wed Oct 04, 2006 2:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: buildhd.bat babudll is generating errors in FWH 2.8 Sept.
Replies: 5
Views: 1163

Linking problems with xHarbour builder ...

Hi , Today I bought the latest FWH ( libs dated 2006.09.17 ) and tried with xHarbour binaries from FW site and with xHB Builder ( 2006.August ) . With free xHarbour all compiles and links are OK . But with xHB builder I'm getting the following error : xLINK: error: Unresolved external symbol '_HB_FU...
by Rimantas
Thu Sep 21, 2006 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Linking problems with xHarbour builder ...
Replies: 2
Views: 659

ERRO _HB_FUN___CLSCNTCLASSES FWH 2.8 + XHARBOUR.COM

xLINK: error: Unresolved external symbol '_HB_FUN___CLSCNTCLASSES'.

xLINK: fatal error: 1 unresolved external(s).

como resolver?

hugs.
by syda
Tue Sep 19, 2006 3:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERRO _HB_FUN___CLSCNTCLASSES FWH 2.8 + XHARBOUR.COM
Replies: 1
Views: 570

2.8 - Construcción Septiembre 2006 ========================= Nuevo versión 2.8 de Fivewin para CA-Clipper, Harbour y xHarbour, C3 y Alaska Xbase++. Después de 10 meses de desarrollo, nos alegramos de ofrecerte esta nueva versión con muchas novedades, correcciones y totalmente compatible con las cont...
by Antonio Linares
Sun Sep 17, 2006 10:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FiveWin 2.8 - September 2006
Replies: 1
Views: 3272

New FiveWin 2.8 - September 2006

2.8 - September 2006 build =================== New FiveWin 2.8 version for CA-Clipper, Harbour and xHarbour, C3 and Alaska Xbase++. After ten months of development work, we are pleased to offer you this new version with many news, fixes and fully compatible with the most recent Harbour and xHarbour ...
by Antonio Linares
Sun Sep 17, 2006 12:57 pm
 
Forum: WhatsNew / Novedades
Topic: New FiveWin 2.8 - September 2006
Replies: 1
Views: 3272

Return to advanced search