Search found 1100 matches: linking

Return to advanced search

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

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

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

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

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

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

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

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

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

Re: ADS - The future is <sadly> now so where do you go ?

... 1-Open the data dictionary of the present registry office. Ex: \\Server\UNC\Folder\MyDictionary.add 2-I'm going to UNION the AGENT's Document linking it to another data dictionary that is in the central registry office on the internet. Ex: \\201.64.98.121:2660\UNC\Folder\DictionaryCenter.add ...
by Giovany Vecchi
Tue Apr 26, 2022 1:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 4151

New Version of FiveWin 20.02

... Error: Unresolved external '_HB_FUN_FW_GT' referenced from E:\DATAFILE\NEWFW\FWTEST.OBJ Error: Unable to perform link * Linking errors * Am I missing a lib, or can they be in the wrong order, the function "Hello" is my issue, but the rest seem like typical FiveWin ...
by byron.hopp
Thu Mar 31, 2022 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Version of FiveWin 20.02
Replies: 3
Views: 393

Re: Conectar SFTP con CURL

... referenced from C:\PRO_WIN\1_PRG\2_FTP.OBJ Error: Unresolved external '_HB_FUN_CURL_GLOBAL_CLEANUP' referenced from C:\PRO_WIN\1_PRG\2_FTP.OBJ * Linking errors * Jose Garcia
by pepe_garcia
Thu Mar 10, 2022 8:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar SFTP con CURL
Replies: 67
Views: 13872

Re: Using WebView with Borland !!!

The following code is working fine with Borland C Compiler via STATIC linking of the DLL. I have added the missing C wrapper definitions. #include "FiveWin.ch"function Main()   local hWebView := WebView_Create()   WebView_Navigate( ...
by Silvio.Falconi
Tue Feb 15, 2022 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 11282

Re: Using WebView with Borland !!!

The following code is working fine with Borland C Compiler via STATIC linking of the DLL. I have added the missing C wrapper definitions. #include "FiveWin.ch"function Main()   local hWebView := WebView_Create()   WebView_Navigate( ...
by anserkk
Tue Feb 15, 2022 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 11282

Re: Using WebView with Borland !!!

Hi, I am trying to test WebView2 using Borland via Static linking of the DLL's. I understand that the samples used in this thread are for Microsoft compiler. I believe that many here are still using Borland C more than Microsoft C compiler. Found the ...
by anserkk
Mon Feb 14, 2022 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 11282
PreviousNext

Return to advanced search