Search found 60 matches: libc

Return to advanced search

LIBC.LIB No esta en xhb10272_xcc

... Rev. 10272 for XCC (xHarbour.com) This download includes all xHarbour binaries and libraries for XCC (xHarbour.com version). No esta esta libreria LIBC.LIB Alguien la tiene esta version completa Gracias
by ruben Dario
Wed Sep 27, 2023 11:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LIBC.LIB No esta en xhb10272_xcc
Replies: 0
Views: 234

Re: hb_base64 link

Sorry, same result. It is still requesting for LIBC. Of course, a new fivehmx.lib compiled with MSC2022 is also required. Can you build it for me?
by Enrico Maria Giordano
Sat Sep 10, 2022 11:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3482

Re: hb_base64 link

Ok, this explains why it requires LIBC. So, which are the correct FWH libs for MSC 2022 and xHarbour?
by Enrico Maria Giordano
Sat Sep 10, 2022 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3482

Re: hb_base64 link

Dear Enrico,

Have you tried using this flag: /NODEFAULTLIB:libc ?

What do you get ?
by Antonio Linares
Wed Sep 07, 2022 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3482

Re: hb_base64 link

Ok, I understood: the problem is in the xHarbour rdd.lib. But the real problem is the request for LIBC. Who are requesting it?
by Enrico Maria Giordano
Wed Sep 07, 2022 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3482

Re: hb_base64 link

... : error LNK2005: _HB_FUN_GETVOLINFO already defined in fivehmx.lib(OLDFUNC.obj)LINK : fatal error LNK1104: cannot open file 'LIBC.lib' Dear Enrico, We should rename DbPack(), LoadLibrary(), FreeLibrary() and GetVolInfo() in FWH. The problem is that LoadLibrary() and FreeLibrary() ...
by Antonio Linares
Wed Sep 07, 2022 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3482

Installation of mod_harbour as module or fastcgi handler

... Debian: modharbour via fcgi: Following the steps described in readme.md in "mod_harbour/fastcgi/linux" results in a oviously missing libcurl.so-File. The Apache error_log says: "/usr/bin/modharbour: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_4' not found (required ...
by chrisiwien
Thu May 20, 2021 1:19 pm
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2875

Re: Building Harbour 3.4 for BCC outside MSYS

... echo %vcdir%\lib\ws2_32.lib >> msvc.tmp IF EXIST %1.res echo %1.res >> msvc.tmp %vcdir%\bin\link @msvc.tmp /nologo /NODEFAULTLIB:LIBC /NODEFAULTLIB:msvcrt /force:multiple /nxcompat:NO /subsystem:windows,5.01 /machine:X86 /Ignore:4006 /LIBPATH:c:\Msvc17\lib IF ERRORLEVEL 1 GOTO ...
by Rick Lipkin
Sun Dec 17, 2017 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17203

Re: Building Harbour 3.4 for BCC outside MSYS

mastintin I must be jinxed or hexed .. I made your change I'm running out of ideas :-) ok ,is correct /NODEFAULTLIB:libc see this http://fivetechsupport.com/forums/viewtopic.php?f=3&t=31895&start=0 .. go back to fivehcM.lib and include last xfw.lib https://bitbucket.org/fivetech/fivewin-contributions/downloads/xfw_20171005.zip ...
by mastintin
Fri Dec 15, 2017 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17203

Re: Building Harbour 3.4 for BCC outside MSYS

...    >> msvc.tmpIF EXIST %1.res echo %1.res >> msvc.tmpRem %vcdir%\bin\link @msvc.tmp /nologo /NODEFAULTLIB:LIBC /NODEFAULTLIB:msvcrt /force:multiple /nxcompat:NO /subsystem:windows,5.01 /machine:X86 /Ignore:4006 /LIBPATH:c:\Msvc17\lib%vcdir%\bin\link @msvc.tmp ...
by Rick Lipkin
Fri Dec 15, 2017 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17203

Re: Building Harbour 3.4 for BCC outside MSYS

mastintin I appreciate all your help .. removing /NODEFAULTLIB:LIBC created this error ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿³ FiveWin for xHarbour 17.07 (MSVC++) July 2017    xHarbour development power ³Ü³ ...
by Rick Lipkin
Thu Dec 14, 2017 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17203

Re: Building Harbour 3.4 for BCC outside MSYS

...  /nxcompat:NO /subsystem:windows,5.01 /machine:X86 /Ignore:4006 /NODEFAULTLIB:msvcrt /LIBPATH:C:\Vc\Lib /LIBPATH:LIB /LIBPATH:C:\MSHARB~1\LibC:\fivemsh\\fivemsh.Exe : warning LNK4088: image being generated due to /FORCE option; image may not runEjecutando... C:\fivemsh\FIVEMSH.EXE   the ...
by mastintin
Thu Dec 14, 2017 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17203

Re: FWH64

... winmm.lib >> msvc.tmp IF EXIST %1.res echo %1.res >> msvc.tmp link @msvc.tmp /nologo /subsystem:windows /force:multiple /NODEFAULTLIB:libc IF ERRORLEVEL 1 GOTO LINKERROR ECHO * Application successfully built * @set path=%oldpath% @set include=%oldinclude% @set lib=%oldlib% @set libpath=%oldlibpath% ...
by Francisco Valério
Thu Apr 28, 2016 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25127

Harbour and ZIP files

... Error F0029 Can't open #include file 'hbmzip.ch' LINK /nologo /subsystem:windows /force:multiple /NODEFAULTLIB:libc /NODEFAULTLIB:msvcrt M10us.obj TDATA.obj Kukui.obj aswEmail.obj DemandForce.obj mls10.res FiveHC32.lib FiveH32.lib hbrtl.lib hbvm.lib gtgui.lib ...
by TimStone
Tue Feb 09, 2016 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour and ZIP files
Replies: 8
Views: 3506
Next

Return to advanced search