Search found 1076 matches: linking

Return to advanced search

problem with FWH 2022.12

I am using xharbour com /simplex/ and FWH v.2022.12 when I am linking a get error xLINK: error: Unresolved external symbol '_HB_FUN_ISWEBAPP referenced from Fivehmx.lib(dialog.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_WA_HEADER referenced ...
by kajot
Sat Jan 28, 2023 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with FWH 2022.12
Replies: 5
Views: 351

Re: prsht.h changes for Borland 64 bits

... Resource Compiler Version 5.40 Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved. Error prsht.h 917 1: '#endif' before '#if' * Linking errors * Thank you, I'm investigating. I don't understand why even MSC has the same bugged prsht.h...
by Enrico Maria Giordano
Thu Nov 10, 2022 10:01 pm
 
Forum: Utilities / Utilidades
Topic: prsht.h changes for Borland 64 bits
Replies: 17
Views: 9494

Re: prsht.h changes for Borland 64 bits

... Resource Compiler Version 5.40 Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved. Error prsht.h 917 1: '#endif' before '#if' * Linking errors *
by Antonio Linares
Thu Nov 10, 2022 8:30 pm
 
Forum: Utilities / Utilidades
Topic: prsht.h changes for Borland 64 bits
Replies: 17
Views: 9494

TDatabase broken backward compatibility

... the workarea of dbf opened using :open() 2. The newer TDatabase():save() under certain situation will do an APPEND BLANK automatically. Apart from linking in the old version of TDatabase is there any flag to get the old behaviour? I do not wish to have fingers pointed to me after linking in the ...
by hua
Thu Nov 03, 2022 3:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase broken backward compatibility
Replies: 2
Views: 308

Different dialog sizes using Borland and MSVC

When linking with MSVC please use this linker flag:

/SUBSYSTEM:WINDOWS,5.01

Now both will have the same size. Borland uses 5 by default and MSVC uses 6 by default

Thanks to Bruno Cantero!
by Antonio Linares
Fri Oct 14, 2022 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different dialog sizes using Borland and MSVC
Replies: 2
Views: 348

Re: hb_base64 link

... @type comp.log @type warnings.log ECHO * Compiling errors * GOTO EXIT :RESOURCESERROR ECHO * Resources errors * GOTO EXIT :LINKERROR ECHO * Linking errors * GOTO EXIT :SINTAX ECHO SYNTAX: BuildH32 [Program] {-- No especifiques la extensión PRG ECHO {-- Don't specify .PRG extension GOTO EXIT ...
by carlos vargas
Sun Sep 04, 2022 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 5003

Re: FWH WebApp (HTML) testing

... Technologies, Inc. Error: Unresolved external '_HB_FUN_SETWEBAPP' referenced from C:\FWH2206\SAMPLES\WEBAPP2.OBJ Error: Unable to perform link * Linking errors * C:\fwh2206\samples> Gracias Saludos zonadario ARROBA gmail PUNTO com
by D.Fernandez
Wed Aug 31, 2022 3:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH WebApp (HTML) testing
Replies: 32
Views: 3016

Re: RANDOM FileName ?

Dear Otto, Using dynamic linking: #include "FiveWin.ch"function Main()  local cFileName := Space( 50 )  /*  UINT GetTempFileNameA(    [in]  LPCSTR lpPathName,    [in]  LPCSTR lpPrefixString,    [in]  UINT   uUnique,  ...
by Antonio Linares
Tue Aug 16, 2022 6:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RANDOM FileName ?
Replies: 11
Views: 696

Re: call DLL under FiveWin

... the symbols with 10 characters or less with an underscore: LESS10   --->   _LESS10 Then do: IMPLIB.EXE TEST.LIB TEST.DEF   When linking use that .LIB ! Review our \WinApi directory C -only registered users- source code to see a lot of examples of doing this. Warning: SndPlaySound() ...
by hua
Tue Aug 02, 2022 2:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: call DLL under FiveWin
Replies: 7
Views: 788

FiveWin 64 Bit Environment Settings

... Error when compile / link bcc64.exe: warning: argument unused during compilation: '-e 32or64.exe' ... Fatal: Unable to open file '32OR64.OBJ' * Linking errors * need some Help please @ECHO OFFCLSECHO ┌────────────────────────────────────────────────────────────────────────────┐ECHO │ FiveWin ...
by Jimmy
Thu Jul 21, 2022 1:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin 64 Bit Environment Settings
Replies: 7
Views: 579

Re: MS Visual Studio

... fine. :D I tried to find out if it's possible for my programming to change from xHarbour to Harbour. But the first test gave me the following linking errors: │ FiveWin for Harbour 22.03 - Mar. 2022           Harbour development power  │▄│ (c) FiveTech 1993-2022 for Microsoft Windows ...
by Detlef
Thu Jul 07, 2022 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS Visual Studio
Replies: 23
Views: 1998

Re: Xbrowse bBargetAction and the filtering function for it

... days depending the optimization rules of filters in DBFCDX, since that is what I use. My change from DBFNTX to DBFCDX some while ago was only in linking the cdx files, create new indexes. I think that Mr. Rao will come up with some more items that are important.... I wait !! Thanks for all info, ...
by Marc Venken
Tue Jul 05, 2022 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse bBargetAction and the filtering function for it
Replies: 4
Views: 899

Re: New FWH 22.06

Hello Antonio, Thanks for FWH 22.06. It happened before but I got an error again while linking and compiling with xHarbour Builder. This is the error - Unresolved external symbol '_HB_FUN_DIREXISTS referenced from FiveHMX.lib - Unresolved external symbol '_GetDCBrushColor ...
by driessen
Tue Jun 28, 2022 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 22.06
Replies: 25
Views: 2177

Re: New Class TWebView in next FWH build

Dear Giovany,

Good work :-)

Your implementation forces to have webview.dll accessible and webview.dll it is not accessible on all Windows versions

Thats why FWH uses dynamic linking instead of static linking, so the FWH app works fine no matter if webview.dll can be loaded or not
by Antonio Linares
Wed Jun 22, 2022 2:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Class TWebView in next FWH build
Replies: 23
Views: 2654

Re: How to call Events from OLE/COM objects

... C:\FWH\SAMPLES\OLEBROW.OBJ Error: Unresolved external '_HB_FUN_FW_GT' referenced from C:\FWH\SAMPLES\OLEBROW.OBJ Error: Unable to perform link * Linking errors * using buildH.bat olebrow i got Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: Unresolved ...
by Jimmy
Sun May 15, 2022 12:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to call Events from OLE/COM objects
Replies: 14
Views: 1303
PreviousNext

Return to advanced search