Search found 2883 matches: external

Return to advanced search

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

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

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

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

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

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

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

Error FWH 2404 unresolved external 'SetWindow Theme'

... -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 xMate to find ...
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: 143

Link errors xHarbour 10283.bcc770

... -Gn -aa -Tpe -s -v @ContW32.bcl Turbo Incremental Link 6.90 Copyright (c) 1997-2017 Embarcadero Technologies, Inc. Error: Unresolved external '___get_std_stream' referenced from C:\XHARBOUR\LIB\COMMON.LIB|hbtrace Error: Unresolved external '__chdir' referenced from C:\XHARBOUR\LIB\HBZIP.LIB|zipplatform ...
by Rick Lipkin
Thu Apr 25, 2024 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Link errors xHarbour 10283.bcc770
Replies: 3
Views: 69

Re: New FWH 24.04

... (c) 1993-2023 Embarcadero Technologies, Inc. Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc. Error: Unresolved external 'SetWindowThemeAttribute' referenced from S:\PROJECT\ACCOUNTS PAYABLE SYSTEM\SQL-UNICODE-SDI\xxx\OBJ32UH\WINDOW.OBJ Error: Unresolved external ...
by richard-service
Wed Apr 24, 2024 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 3
Views: 127

Re: Compiler with MSVC y HARBOUR

... not typically required for running Apache itself but may be necessary if you are using Apache modules or other components that depend on cURL for external communications. Installation and Configuration To use these DLLs with Apache on Windows: Download and Install: First, download the necessary ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 149

HBCURL.LIB

Hi. How to solve the problem:

Error: Unresolved external '_hb_gcAlloc' referenced from C:\HARBOUR1510\LIB\HBCURL.LIB|hbcurl
Error: Unresolved external '_hb_storclenAdopt' referenced from C:\HARBOUR1510\LIB\HBCURL.LIB|hbcurl

Regards
ACWoo
FWH1510+bcc582
by acwoo1
Thu Apr 18, 2024 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBCURL.LIB
Replies: 2
Views: 113

Re: Help to friends to Config Xmate with bcc7.7

... on harbour enviroment I have this error Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc. Error: Unresolved external '_pcre_config' referenced from C:\WORK\HARBOUR\LIB\WIN\BCC\HBRTL.LIB|hbregex Error: Unresolved external '_pcre_stack_malloc' referenced from ...
by Silvio.Falconi
Mon Apr 15, 2024 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to friends to Config Xmate with bcc7.7
Replies: 9
Views: 214

Re: Compiling error Antonio Nages

Error: Unresolved external 'SetWindowTheme' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|window Error: Unable to perform link Add to your link script: \bcc7\lib\psdk\Uxtheme.lib In the place of \bcc7\. use the installation folder ...
by nageswaragunupudi
Sat Apr 13, 2024 2:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 225

Compiling error Antonio Nages resolved

... [1]:iLink32.Exe -Gn -aa -Tpe -s -v @test.bcl Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc. Error: Unresolved external 'SetWindowTheme' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|window Error: Unable to perform link How I resolve ?
by Silvio.Falconi
Fri Apr 12, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 225
Next

Return to advanced search

cron