Search found 414 matches: linker

Return to advanced search

Resuelto : hbmk2 no encuentra el archivo C0W32.OBJ

... Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc. Fatal: Unable to open file 'C0W32.OBJ' hbmk2[compiler]: Error: Running linker. 2 ilink32.exe @C:\Users\Albeiro\AppData\Local\Temp\6brk2h.lnk e:\Proyectos\Software\Optica>copy opticabcc.exe e:\Sistemas\optica\opticabcc.exe ...
by albeiroval
Mon Nov 11, 2024 5:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Resuelto : hbmk2 no encuentra el archivo C0W32.OBJ
Replies: 3
Views: 151

Re: New FWH 24.09

As I said, the difference is between 2407 and 2409. Everything in my code, libraries, and compiler/linker is the same for both builds. It works in 07 but not 09. Regret the inconvenience. Please apply this fix: source\classes\tpanel.prg METHOD New( nTop, nLeft, nBottom, ...
by nageswaragunupudi
Wed Oct 16, 2024 10:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.09
Replies: 95
Views: 2959

Re: New FWH 24.09

... was modified that may be causing this problem. As I said, the difference is between 2407 and 2409. Everything in my code, libraries, and compiler/linker is the same for both builds. It works in 07 but not 09. Tim
by TimStone
Tue Oct 15, 2024 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.09
Replies: 95
Views: 2959

Re: Compile with FW August 2024

... Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc. Fatal: Unable to open file 'SSLEAY32.LIB' hbmk2: Error: Running linker. 2 ilink32.exe @C:\Users\Maurizio\AppData\Local\Temp\rm5uz1.lnk Regards Maurizio
by Maurizio
Thu Sep 26, 2024 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile with FW August 2024
Replies: 19
Views: 632

Re: GetDesktopWindow() on dual monitor system.

... but I don't know if it works for more than two screens (I only have 2) . However I cannot successfully link my app with EnumDisplayMonitors() the linker can't find it. I did find several mentions of this function when googling the WinAPI for multiple monitors.
by byron.hopp
Thu Sep 26, 2024 3:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetDesktopWindow() on dual monitor system.
Replies: 7
Views: 213

Re: GOT 64 Bit Version running

... external '_HB_FUN_COPYTOCLIPBOARD' referenced from R:\TEMP\HBMK_5XHQ19.DIR\ADO.OBJ Error: Unable to perform link hbmk2[test32]: Error: Running linker. 2 hbmk2: Error: Referenced, missing, but unknown function(s): VAR2CHAR(), CTRLS_COLORS(), MAKETOP(), FILEONLY(), MY_DIRECTORY(), ENDWITHSLASH(), ...
by Jimmy
Thu Sep 19, 2024 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GOT 64 Bit Version running
Replies: 20
Views: 1093

Re: Error al compilar

Hola

ahora el error es:

Fatal: Unable to open file 'FIVE64.A'
hbmk2[test]: Error: Running linker. 2
ilink64.exe @C:\Users\Kuto\AppData\Local\Temp\2roaq6.lnk

lo demás es igual a la imagen anterior

Gracias por su ayuda.
by kutojed
Thu Sep 12, 2024 11:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar
Replies: 2
Views: 223

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

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

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: 164
Views: 62604

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

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

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

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

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: 387
Next

Return to advanced search