Search found 84 matches: nodefaultlib

Return to advanced search

Re: Error compilando con visualstudio 2019

... >> msvc.tmp echo strmiids.lib >> msvc.tmp IF EXIST %1.res echo %1.res >> msvc.tmp link @msvc.tmp /nologo /subsystem:windows /NODEFAULTLIB:msvcrt IF ERRORLEVEL 1 GOTO LINKERROR ECHO * Application successfully built * @set path=%oldpath% @set include=%oldinclude% @set lib=%oldlib% ...
by cnavarro
Wed Jun 19, 2019 7:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilando con visualstudio 2019 (SOLUCIONADO)
Replies: 9
Views: 1176

Re: Building Harbour 3.4 for BCC outside MSYS

... >> msvc.tmp 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 ...
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: 18390

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

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

Re: Building Harbour 3.4 for BCC outside MSYS

... . console output ... [1]:link.exe @fivemsh.vcl /nologo /force:multiple  /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 ...
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: 18390

Re: Building Harbour 3.4 for BCC outside MSYS

... to use Visual Studio 2017 or the distilled 2017 Command line MSVC .. I must use Harbour ? ... surely there is some compromise here. Rick Lipkin /NODEFAULTLIB:msvcrt solve this.. my linker line for harbour fw32 ... C_BIN_INSTALL%\link.exe @%LNK% /nologo /force:multiple /NODEFAULTLIB:msvcrt /machine:X86 ...
by mastintin
Wed Dec 13, 2017 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 18390

Re: Introducing FiveTech's fivedit

... 6=/n /m /w /es1 /gc1 7= 8=C:\Program Files\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503 9=/nologo /subsystem:windows /NODEFAULTLIB:msvcrt /LTCG 10= 34=-TP -W3 -c /GS- /GA 72=-r -d__FLAT__ [USERLIBS] 001=c:\fwh\lib\fiveh32.lib,1 002=c:\fwh\lib\fivehc32.lib,1 003=c:\Fwh\lib\dolphinvs2015.lib,1 ...
by cnavarro
Thu Aug 24, 2017 11:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 115032

Re: Mejoras para scintilla

... 6=/n /m /w /es1 /gc1 7= 8=C:\Program Files\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503 9=/nologo /subsystem:windows /NODEFAULTLIB:msvcrt /LTCG 10= 34=-TP -W3 -c /GS- /GA 72=-r -d__FLAT__ [USERLIBS] 001=c:\fwh\lib\fiveh32.lib,1 002=c:\fwh\lib\fivehc32.lib,1 003=c:\Fwh\lib\dolphinvs2015.lib,1 ...
by cnavarro
Thu Aug 24, 2017 11:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1038
Views: 881978

Re: Problema creando aplicación

... Ya he puesto en el linkador el siguiente parámetro: C:\Local\FWppc\vce\bin\link /nologo /SUBSYSTEM:WINDOWSCE,4.20 /MACHINE:THUMB /ARMPADCODE /NODEFAULTLIB:libcmt /NODEFAULTLIB:oldnames Se ha quitado el error, pero ahora hay otros que no sé como solucionar: hbwin.lib(win_misc.obj) : error LNK2005: ...
by jmartial
Mon May 30, 2016 12:23 pm
 
Forum: FiveWin para Pocket PC
Topic: Problema creando aplicación
Replies: 7
Views: 6028

Re: FWH 16.03 32 BIT

Hakan, Please try to remove this: /NODEFAULTLIB:msvcrt libucrt.lib(_file.obj) : warning LNK4006: __iob already defined in Master.obj; second definition ignored   Creating library IcraW.lib and object IcraW.expLINK : warning LNK4098: ...
by Horizon
Tue May 10, 2016 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.03 32 BIT
Replies: 118
Views: 26337

Re: FWH 16.03 32 BIT

Hakan,

Please try to remove this:

/NODEFAULTLIB:msvcrt
by Antonio Linares
Tue May 10, 2016 2:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.03 32 BIT
Replies: 118
Views: 26337

Re: Working With Visual Studio 2015 and FWH / Harbour

... and certain routines ( ie. Harbour TIP which has 5 files that must be linked in a specific order ) actually work. 2) In step 16, you declare /NODEFAULTLIB:MSVCRT You may also need to do the same for MSVCRTD 3) In the same step, you are told to add the windows libraries from a path specified ...
by TimStone
Wed May 04, 2016 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Working With Visual Studio 2015 and FWH / Harbour
Replies: 15
Views: 3660

Re: FWH64

... msvc.tmp echo 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% ...
by Francisco Valério
Thu Apr 28, 2016 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 26516

Re: Build.bat for MSVC 2015

... not handled in any of the samples we have seen posted. Here is the Link command from the .mak file: link @msvc.tmp /nologo /subsystem:windows /NODEFAULTLIB:msvcrt > link.log Ideas ?
by TimStone
Wed Apr 13, 2016 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build.bat for MSVC 2015
Replies: 28
Views: 5847

Re: Build.bat for MSVC 2015

One more STOP

NMAKE : fatal error U1077: 'link' : return code '0x49d'

The command line was link @msvc.tmp /nologo /subsysterm:windows /NODEFAULTLIB:msvcrt > link.log

Tim
by TimStone
Fri Apr 08, 2016 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build.bat for MSVC 2015
Replies: 28
Views: 5847
PreviousNext

Return to advanced search