Search found 407 matches: linker

Return to advanced search

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... the webview.prg in the samples folder of FWH didn't even compile without errors What errors do you get ? Dear Antonio, sorry for my mistake. I get linker errors not compiler errors. I compiled TWebView without errors to it's obj file. Then I called buildx.bat to build webview.exe. Here is what ...
by Detlef
Sat Jan 27, 2024 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1706

Conectarse con mariaDB

... tira este error al linkear. linking... ld: Undefined symbols: _HB_FUN_MARIA_CONNECT, referenced from: _symbols_table in testdlg.o clang: error: linker command failed with exit code 1 (use -v to see invocation) done! The application cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain ...
by goosfancito
Mon Jan 01, 2024 9:22 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 9907

Re: xHarbour.org updated!

... RFLAGS = LFLAGS = -L$(CC_DIR)\lib\obj;$(CC_DIR)\lib;$(HB_DIR)\lib -Gn -M -m -s -Tpe -x -aa -L$(FWH)\lib IFLAGS = LINKER = ilink32 ALLOBJ = c0w32.obj $(OBJFILES) $(OBJCFILES) ALLRES = $(RESDEPEN) ALLLIB = $(USERLIBS) $(LIBFILES) import32.lib cw32.lib .autodepend ...
by wartiaga
Tue Sep 19, 2023 5:02 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37613

Re: how to "override" Function of FiveH64.lib using MSVC

hi, Try with flags linker: /FORCE:MULTIPLE i have write this into hbmk.hbm DUALGRID.HBC -w1 -es2  -ldflag=-FORCE:MULTIPLE and got FiveH64.lib(ADOFUNCS.obj) : warning LNK4006: HB_FUN_FW_RDBMSNAME ist bereits in "ADO.obj" definiert; ...
by Jimmy
Sun Sep 03, 2023 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to "override" Function of FiveH64.lib using MSVC
Replies: 4
Views: 336

Re: how to "override" Function of FiveH64.lib using MSVC

... how can i modify *.HBP for MSVC to "override" LIB Function :?: using MinGW i can use --allow-multiple-definition Try with flags linker: /FORCE:MULTIPLE
by cnavarro
Sun Sep 03, 2023 5:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to "override" Function of FiveH64.lib using MSVC
Replies: 4
Views: 336

Re: My regex fails under Harbour

... + j:\harbour\bcc7\lib\ws2_32.lib + j:\harbour\bcc7\lib\psdk\odbc32.lib + Now I'm only left with the perplexing issue of the linker not finding hbcpage.lib and hbcplr.lib even though in the link script the full path was written and I checked to make sure they exist. For the ...
by hua
Wed Nov 09, 2022 2:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: My regex fails under Harbour
Replies: 6
Views: 587

Re: My regex fails under Harbour

Thanks Cristobal.
The sentence now works in my standalone test but not my module.
Is there anyway to check where the linker is pulling hb_regex() from? It seems suspicious that I get an empty array when there is no match instead of NIL
by hua
Mon Nov 07, 2022 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: My regex fails under Harbour
Replies: 6
Views: 587

Re: Different dialog sizes using Borland and MSVC

This linker flag also allows to open a console if needed:

/SUBSYSTEM:CONSOLE,5.01

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

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

Re: call DLL under FiveWin

... sndPlaySound( _parc( 1 ), _parni( 2 ) ) );} In this situation it is necessary to use a specific LIB so the linker will know how the DLL connection must be done at RunTime. Example: TEST.DLL // Is a commercial DLL we are going to use IMPDEF.EXE TEST.DEF TEST.DLL ...
by hua
Tue Aug 02, 2022 2:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: call DLL under FiveWin
Replies: 7
Views: 723

Re: VS-Installer

Dear Detlef, > Only to have a new resource editor, compiler and linker? It offers you much more than that. It has a wonderful IDE, a great low level debugger, lots of tools that you will do appreciate when you investigate them :-) > more than 6 GB on ...
by Antonio Linares
Sun Jul 24, 2022 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: VS-Installer
Replies: 4
Views: 465

Re: VS-Installer

Lailton wrote:The first one C++ is the unique one needed.

I tried this option.
But I was afraid to see that this installation will take the place of more than 6 GB on my harddrive :x
Only to have a new resource editor, compiler and linker?
I cancelled the install process because this doesn't make sense for me.
by Detlef
Sun Jul 24, 2022 6:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: VS-Installer
Replies: 4
Views: 465

VS-Installer

... Harbor and FWH. But I don't want tons of tools and software spoiling my pc. Only the necessary programs to have a resource editor, compiler and linker. Perhaps also an editor to write code. But first i'll want to have a look at it to see if I like the MS editor. After download and running the ...
by Detlef
Thu Jul 21, 2022 9:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VS-Installer
Replies: 4
Views: 465

Re: MS Visual Studio

... .EXE and appropriate .DLL files. You can probably work fine with xHarbour. Visual Studio paths should point to those directories for the compiler, linker, include files, and .lib files. You use the Custom Build Tool to compile .prg files so just configure that for your xHarbour .exe files. I have ...
by TimStone
Wed Jul 06, 2022 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS Visual Studio
Replies: 23
Views: 1487

Re: Runtime with Windows 7 - New builds

Rick, I think it's more likely that Microsoft put in a flag in the new linker to turn off it's ability to run under Windows 7. They have been doing a lot of push recently about how it is no longer supported, etc. so it may be their way of pushing upgrades to ...
by TimStone
Mon Apr 25, 2022 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runtime with Windows 7 - New builds
Replies: 5
Views: 564
Next

Return to advanced search