Search found 2252 matches: unresolved

Return to advanced search

Re: Ver PDF

... que me dices pero no me funcionaron se sigue cerrando el programa. Cristóbal: probé con la opción WebView y me marca el siguiente error: Error: Unresolved external '_HB_FUN_TWEBVIEW' referenced from C:\USERS\SYDEL\ONEDRIVE\PROGRAMA\FIVEWIN\PROTOTIPO\OBJ\CLIENTES.OBJ https://1drv.ms/i/s!Ar6Rcd8ROBAs4jwbldi8r9a0tMPE?e=7VGqID
by Male
Mon Jun 03, 2024 6:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RESUELTO - Ver PDF
Replies: 9
Views: 301

DbCopyStruct

Hi guys,
when I tried to compile with BCC7.7 and Harbour I get unresolved external for dbCopyStruct().
The function is in which lib? For now I use __dbCopyStruct() instead
TIA
by hua
Mon May 20, 2024 3:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DbCopyStruct
Replies: 4
Views: 185

Re: Bug Combobox itemData in FWH-23.10

... por tu respuesta. Ya recibí de parte de Mr. Rao las librerías pero al momento de compilar cualquier ejemplo me genera el siguiente error: Error: Unresolved external '_hb_vmCDP' referenced from C:\FWH\LIB\FIVEHC.LIB|fwunicode This function is available in the FiveHX.lib sent to you. As confirmed ...
by nageswaragunupudi
Fri May 17, 2024 3:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Combobox itemData in FWH-23.10
Replies: 14
Views: 652

Re: Bug Combobox itemData in FWH-23.10

Apreciado Antonio, gracias por tu respuesta.

Ya recibí de parte de Mr. Rao las librerías pero al momento de compilar cualquier ejemplo me genera el siguiente error:

Error: Unresolved external '_hb_vmCDP' referenced from C:\FWH\LIB\FIVEHC.LIB|fwunicode
by Cgallegoa
Thu May 16, 2024 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Combobox itemData in FWH-23.10
Replies: 14
Views: 652

GetImage on fiveh.lib

While I was carrying out a small procedure, a strange error appeared, basically asking for these functions whe we use getimage function Error: Unresolved external '_HB_FUN_BETAVERSION' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|ereport Error: Unresolved external '_HB_FUN_SHOWGRID' referenced from ...
by Silvio.Falconi
Thu May 09, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetImage on fiveh.lib
Replies: 3
Views: 224

Re: Crear Archivo Json y Enviarlo vía POST

Que libereias tengo que enlazar con XHARBOUR y FiveWin for xHarbour 64 parar incluir estos funciones? Error: Unresolved external '_HB_FUN_HB_BASE64ENCODE' referenced from C:\FIVEWIN21\FWH\SAMPLES\APP1API.OBJ Error: Unresolved external '_HB_FUN_HB_JSONENCODE' referenced from C:\FIVEWIN21\FWH\SAMPLES\APP1API.OBJ ...
by PAUL SIMM
Sun May 05, 2024 10:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Archivo Json y Enviarlo vía POST
Replies: 19
Views: 2633

Re: Crear Archivo Json y Enviarlo vía POST

Que libereias tengo que enlazar con XHARBOUR y FiveWin for xHarbour 64 parar incluir estos funciones? Error: Unresolved external '_HB_FUN_HB_BASE64ENCODE' referenced from C:\FIVEWIN21\FWH\SAMPLES\APP1API.OBJ Error: Unresolved external '_HB_FUN_HB_JSONENCODE' referenced from C:\FIVEWIN21\FWH\SAMPLES\APP1API.OBJ ...
by PAUL SIMM
Sun May 05, 2024 10:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Archivo Json y Enviarlo vía POST
Replies: 19
Views: 2633

Re: Error FWH 2404 unresolved external 'SetWindow Theme'

I found it and had removed my post ... builds are now fine.
by TimStone
Fri Apr 26, 2024 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 7
Views: 326

Re: Error FWH 2404 unresolved external 'SetWindow Theme'

Dear Tim,

uxtheme.lib belongs to the C compiler
by Antonio Linares
Fri Apr 26, 2024 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 7
Views: 326

Re: Error FWH 2404 unresolved external 'SetWindow Theme'

Error: Unresolved external 'SetWindowTheme' referenced from C:\FWH2404\LIB\FIVEHX.LIB|window


Please add this to your link script:
Code: Select all  Expand view
%bcdir%\lib\psdk\uxtheme.lib
by nageswaragunupudi
Fri Apr 26, 2024 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 7
Views: 326

Re: Error FWH 2404 unresolved external 'SetWindow Theme'

Enrico

Thanks for the Bcc32.cfg file .. .

Rick Lipkin
by Rick Lipkin
Thu Apr 25, 2024 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 7
Views: 326

Re: Error FWH 2404 unresolved external 'SetWindow Theme'

No, the correct one is this:

bcc32.cfg

Code: Select all  Expand view
-I@\..\include\windows\crtl;@\..\include\windows\sdk;@\..\include\dinkumware
-O
-O1
-OS
-Ob
-Oc
-Ov
-c
-d
-g0
-k-
-v-
-w
-w!
-w-inl
-w-pro
by Enrico Maria Giordano
Thu Apr 25, 2024 9:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 7
Views: 326

Re: Error FWH 2404 unresolved external 'SetWindow Theme'

Enrico This is the default BCC32.cfg -I@\..\include\windows\crtl;@\..\include\windows\sdk;@\..\include\dinkumware -O -O1 -OS -Ob -Oc -Ov -c -d -g0 -k- -v- -w -w! My bcc74 is quite different .. is it worth editing the folder name and use this Borland.cfg ?? -I"c:\borland\bcc74\include";&quo...
by Rick Lipkin
Thu Apr 25, 2024 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 7
Views: 326

Re: Error FWH 2404 unresolved external 'SetWindow Theme'

These are the only BCC libs you need:

Code: Select all  Expand view
cw32 +
import32 +
shell32 +
iphlpapi +
wininet +
uxtheme


But you also have to correctly set your bcc32.cfg. At least with this line:

Code: Select all  Expand view
-I@\..\include\windows\crtl;@\..\include\windows\sdk;@\..\include\dinkumware
by Enrico Maria Giordano
Thu Apr 25, 2024 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 7
Views: 326

Error FWH 2404 unresolved external 'SetWindow Theme'

... was [1]:iLink32.Exe -Gn -aa -Tpe -s -v @ContW32.bcl Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc. Error: Unresolved external 'SetWindowTheme' referenced from C:\FWH2404\LIB\FIVEHX.LIB|window Error: Unable to perform link Still need a better solution for ...
by Rick Lipkin
Thu Apr 25, 2024 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 7
Views: 326
Next

Return to advanced search