Search found 87 matches: nologo

Return to advanced search

Re: Error en librerias de Harbour MSVC

... echo strmiids.lib >> msvc.tmp *NEW ADD echo ucrt.lib >> msvc.tmp IF EXIST %1.res echo %1.res >> msvc.tmp //@link @msvc.tmp /nologo /subsystem:windows /NODEFAULTLIB:msvcrt *MODIFY @link @msvc.tmp /nologo /subsystem: windows /NODEFAULTLIB:libucrt
by richard-service
Thu Apr 18, 2024 10:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en librerias de Harbour MSVC
Replies: 4
Views: 105

Re: Ajustar compilacion y linkado compilador MSVC Microsoft

Estimado José, En el fichero buildh32.bat actual de FWH se usan estos flags: cl.exe -nologo -c -O2 -W4 -wd4127 /I%hdir%\include %1.c en cuando a -d__FLAT__ sirve para declarar un "define" y asi poder reconocer desde el fichero RC que estamos en 32 bits. ...
by Antonio Linares
Thu Oct 12, 2023 10:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustar compilacion y linkado compilador MSVC Microsoft
Replies: 1
Views: 142

Re: TsBrowse de M. Mercado para VS2022

... de direccionamiento indirecto de Void Y mis conocimientos de C llegan hasta un poco antes. Mis opciones de compilacion son : C:\VS2022\BIN\cl.exe -nologo -TC -W3 -O2 -c /GS- -IC:\HBVS\include -Ic:\fwh\include -IC:\VS2022\include -D__FLAT__ /GA -Fo"getbtn.obj" "getbtn.c" Cualquier ...
by Adolfo
Sun Jun 04, 2023 4:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TsBrowse de M. Mercado para VS2022
Replies: 6
Views: 286

Re: VS2022 Portable x32 x64

... msvc.tmp echo shlwapi.lib >> 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% ...
by Compuin
Wed Apr 12, 2023 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 6771

Re: hb_base64 link

Try putting these parameters:

/FORCE:MULTIPLE
SET HB_USER_LDFLAGS= /NODEFAULTLIB:msvcrt /MACHINE:X86 /nologo /subsystem:windows /INCREMENTAL:NO /ignore:4006 /MANIFEST:NO /FORCE:MULTIPLE
by Giovany Vecchi
Mon Sep 12, 2022 3:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3478

Re: hb_base64 link

... /d__FLAT__ %2 %3 > comp.log 2> warnings.log IF ERRORLEVEL 1 GOTO COMPILEERROR @type comp.log @type warnings.log %VCDIRBIN%\cl.exe -nologo -TC -W3 -c /GS- /I%VCDIR%\include /I%HBDIR%\include /GA %1.c IF ERRORLEVEL 1 GOTO COMPILEERROR IF EXIST %1.rc %VCDIRBIN%\rc -nologo -r -d__FLAT__ ...
by carlos vargas
Sun Sep 04, 2022 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3478

Re: Archivo.env para Microsoft Visual Studio

... -id:\fwh\include;d:\fwh\include2 -q0 -ql Option prefix=- [C] C_INSTALL=d:\compiler\vc2022 C_COMP_COMMAND=%C_INSTALL%\bin32\cl.exe -nologo -TC -W3 -O2 -c /GS- %CRLF%-I%C_INC_INSTALL% -I%HB_INC_INSTALL% -Id:\fwh\include -I%HOME%\include -D__FLAT__ /GA -Fo%OBJ% %C% C_LIB_COMMAND=%C_INSTALL%\bin32\lib.exe ...
by carlos vargas
Tue Jul 12, 2022 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivo.env para Microsoft Visual Studio
Replies: 1
Views: 414

Re: Ayuda para Instalar Microsoft Visual Studio

... output to 'C:\Users\desktop\AppData\Local\Temp\hbmk_bl3d4b.d ir\Tutor01.c'... Done. hbmk2[infowin]: Error: Running C/C++ compiler. -1 cl.exe -nologo -c -O2 -W4 -wd4127 -FoC:\Users\desktop\AppData\Local\Temp\hbmk_b l3d4b.dir\ -IC:\HBBCC74\include -Ic:\FWH1905\include -IC:\HBBCC74\contrib\xhb ...
by karinha
Thu Apr 21, 2022 12:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda para Instalar Microsoft Visual Studio
Replies: 30
Views: 1321

Re: Archivo.env para xMate y VC2019

... /q0 /kmo Option prefix=/ [C] C_INSTALL=d:\compiler\vc2019 C_COMP_COMMAND=%C_BIN_INSTALL%\cl.exe -c -nologo -TC -W3 -O2 /GS- %CRLF%-I%C_INC_INSTALL% -I%HB_INC_INSTALL% -Id:\fwh\include -I%HOME%\include -D__FLAT__ /GA -Fo%OBJ% %C% C_LIB_COMMAND=%C_BIN_INSTALL%\lib.exe ...
by carlos vargas
Wed Dec 01, 2021 6:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivo.env para xMate y VC2019
Replies: 4
Views: 554

Re: .HBP para harbour y Visual Studio

... MiProj.hbp -comp=msvc -run hbmk2: Compiling... hbmk2[MiProj]: Error: Running C/C++ compiler. -1 cl.exe -nologo -c -O2 -W4 -wd4127 -Fo.hbmk\win\msvc\ -IC:\harbour_msvc32\include -Ic:\fwh\include -IC:\harbour_msvc32\contrib\xhb -IC:\harbour_msvc32\contrib\hbct ...
by Compuin
Wed Dec 01, 2021 1:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: .HBP para harbour y Visual Studio
Replies: 36
Views: 2873

Re: .HBP para harbour y Visual Studio

... C:\MiProj>hbmk2.exe C:\MiProj\source\tutor01.prg -comp=msvc -run 1>msvc.log hbmk2: Error: Running C/C++ compiler. -1 cl.exe -nologo -c -O2 -W4 -wd4127 -FoC:\Users\Wuilmer\AppData\Local\Temp\hbmk_mxjdl3.dir\ -IC:\harbour_msvc32\include C:\Users\Wuilmer\AppData\Local\Temp\hbmk_mxjdl3.dir\tutor01.c ...
by Compuin
Tue Nov 30, 2021 8:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: .HBP para harbour y Visual Studio
Replies: 36
Views: 2873

Re: .HBP para harbour y Visual Studio

hbmk2[MiProj32]: Error: Running C/C++ compiler. -1 cl.exe -nologo -c -O2 -W4 -wd4127 -Fo.hbmk\win\msvc\ -IC:\harbour\include -Ic:\fwh\include .hbmk\win\msvc\tutor01.c C:\MiProj> Compuin Yo creo que no haces lo que yo te digo. Un simple .prg sin libs ...
by jvtecheto
Tue Nov 30, 2021 7:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: .HBP para harbour y Visual Studio
Replies: 36
Views: 2873

Re: .HBP para harbour y Visual Studio

hbmk2[MiProj32]: Error: Running C/C++ compiler. -1
cl.exe -nologo -c -O2 -W4 -wd4127 -Fo.hbmk\win\msvc\ -IC:\harbour\include -Ic:\fwh\include .hbmk\win\msvc\tutor01.c
C:\MiProj>
by Compuin
Tue Nov 30, 2021 2:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: .HBP para harbour y Visual Studio
Replies: 36
Views: 2873

Re: .HBP para harbour y Visual Studio

... Warning: Cannot find hbmxml.hbc (referenced from MiProj32.hbp) hbmk2: Compiling... hbmk2[MiProj32]: Error: Running C/C++ compiler. -1 cl.exe -nologo -c -O2 -W4 -wd4127 -Fo.hbmk\win\msvc\ -IC:\harbour32\include -Ic:\fwh\include .hbmk\win\msvc\tutor01.c C:\MiProj>
by Compuin
Mon Nov 29, 2021 9:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: .HBP para harbour y Visual Studio
Replies: 36
Views: 2873

Re: .HBP para harbour y Visual Studio

... fatal error C1083: Cannot open include file: 'stdarg.h': No such file or directory hbmk2[MiProj]: Error: Running C/C++ compiler. 2 cl.exe -nologo -c -O2 -W4 -wd4127 -Fo.hbmk\win\msvc64\ -IC:\harbour64\include -Ic:\fwh64\include .hbmk\win\msvc64\tutor01.c C:\MiProj>
by Compuin
Mon Nov 29, 2021 8:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: .HBP para harbour y Visual Studio
Replies: 36
Views: 2873
Next

Return to advanced search