Search found 77 matches: linkerror

Return to advanced search

Re: Error al leer un dll

... this line to use the debugger and comment the following one if %GT% == gtwin %bcdir%\bin\ilink32 -Gn -Tpe -s -v @b32.bc IF ERRORLEVEL 1 GOTO LINKERROR if %GT% == gtgui %bcdir%\bin\ilink32 -Gn -aa -Tpe -s -v @b32.bc IF ERRORLEVEL 1 GOTO LINKERROR ECHO * Application successfully built * %1 ...
by jpcavagnaro
Sun Apr 23, 2023 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error al leer un dll
Replies: 19
Views: 1556

Re: VS2022 Portable x32 x64

... 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% @set libpath=%oldlibpath% @set oldpath="" ...
by Compuin
Wed Apr 12, 2023 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 6852

Re: hb_base64 link

... msvc.tmp %VCDIRBIN%\link @msvc.tmp -nologo /SUBSYSTEM:windows /FORCE:multiple /NODEFAULTLIB:msvcrt /LIBPATH:%VCDIRLIB% IF ERRORLEVEL 1 GOTO LINKERROR rem borrando archivos temporales y ejecutando aplicacion ECHO * Delete temporal files * @del %1.c @del %1.obj @del %1.ppo @del warnings.log ...
by carlos vargas
Sun Sep 04, 2022 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3590

Re: Error compilando con visualstudio 2019

... 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% @set libpath=%oldlibpath% @set oldpath="" ...
by Compuin
Wed Jun 19, 2019 7:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilando con visualstudio 2019 (SOLUCIONADO)
Replies: 9
Views: 1109

Re: Error compilando con visualstudio 2019

... 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% @set libpath=%oldlibpath% @set oldpath="" ...
by cnavarro
Wed Jun 19, 2019 7:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilando con visualstudio 2019 (SOLUCIONADO)
Replies: 9
Views: 1109

Re: Google APIS Lib for Fivewin

... this line to use the debugger and comment the following one if %GT% == gtwin %bcdir%\bin\ilink32 -Gn -Tpe -s -v @b32.bc IF ERRORLEVEL 1 GOTO LINKERROR if %GT% == gtgui %bcdir%\bin\ilink32 -Gn -aa -Tpe -s -v @b32.bc IF ERRORLEVEL 1 GOTO LINKERROR ECHO * Application successfully built * %1 ...
by cnavarro
Fri Jun 08, 2018 3:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 78
Views: 20716

Re: Google APIS Lib for Fivewin

... this line to use the debugger and comment the following one if %GT% == gtwin %bcdir%\bin\ilink32 -Gn -Tpe -s -v @b32.bc IF ERRORLEVEL 1 GOTO LINKERROR if %GT% == gtgui %bcdir%\bin\ilink32 -Gn -aa -Tpe -s -v @b32.bc IF ERRORLEVEL 1 GOTO LINKERROR ECHO * Application successfully built * %1 ...
by cnavarro
Fri Jun 08, 2018 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 129
Views: 25917

Re: Building Harbour 3.4 for BCC outside MSYS

... /NODEFAULTLIB:msvcrt /force:multiple /nxcompat:NO /subsystem:windows,5.01 /machine:X86 /Ignore:4006 /LIBPATH:c:\Msvc17\lib IF ERRORLEVEL 1 GOTO LINKERROR ECHO * Application successfully built * @set path=%oldpath% @set include=%oldinclude% @set lib=%oldlib% @set libpath=%oldlibpath% @set oldpath="" ...
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: 17413

Re: Pantalla negra detras de ventana

... >> b32.bc IF EXIST %1.res echo %1.res >> b32.bc if %GT% == gtwin %bcdir%\bin\ilink32 -Gn -Tpe -s @b32.bc IF ERRORLEVEL 1 GOTO LINKERROR if %GT% == gtgui %bcdir%\bin\ilink32 -Gn -aa -Tpe -s @b32.bc IF ERRORLEVEL 1 GOTO LINKERROR ECHO * Application successfully built * rem signtool.exe ...
by Compuin
Sat Sep 24, 2016 4:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pantalla negra detras de ventana (SOLUCIONADO)
Replies: 17
Views: 3644

Re: problems creating UNICODE directories

... >> b32.bc IF EXIST %1.res echo %1.res >> b32.bc if %GT% == gtwin %bcdir%\bin\ilink32 -Gn -Tpe -s @b32.bc IF ERRORLEVEL 1 GOTO LINKERROR if %GT% == gtgui %bcdir%\bin\ilink32 -Gn -aa -Tpe -s @b32.bc
by marzio
Fri May 06, 2016 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problems creating UNICODE directories
Replies: 13
Views: 2715

Re: FWH64

... 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% @set oldpath="" ...
by Francisco Valério
Thu Apr 28, 2016 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25295

Re: xharbour with gcc (mingw)?

... -lhbrtl -lhbsix -lhbsqlit3 -lhbtip -lhbusrrdd -lhbvm -lhbwin -lhbzlib -lrddcdx -lrddfpt -lrddntx -lxhb -lpng -Wl,--end-group IF ERRORLEVEL 1 GOTO LINKERROR ECHO * Application successfully built %1 rem delete temporary files @del %1.c @if exist %1.rc del _%1.o GOTO EXIT ECHO :RESOURCESERROR ECHO ...
by pieter
Sat Apr 16, 2016 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour with gcc (mingw)?
Replies: 15
Views: 4965

Re: Compilando FWH + HB32, Falta HBCURL.LIB

... >> b32.bc IF EXIST %1.res echo %1.res >> b32.bc if %GT% == gtwin %bcdir%\bin\ilink32 -Gn -Tpe -s @b32.bc IF ERRORLEVEL 1 GOTO LINKERROR if %GT% == gtgui %bcdir%\bin\ilink32 -Gn -aa -Tpe -s @b32.bc IF ERRORLEVEL 1 GOTO LINKERROR ECHO * Application successfully built * rem signtool.exe ...
by jnavas
Mon Jun 08, 2015 9:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando FWH + HB32, Falta HBCURL.LIB
Replies: 5
Views: 1869

Compilando FWH + HB32, Falta HBCURL.LIB

... >> b32.bc IF EXIST %1.res echo %1.res >> b32.bc if %GT% == gtwin %bcdir%\bin\ilink32 -Gn -Tpe -s @b32.bc IF ERRORLEVEL 1 GOTO LINKERROR if %GT% == gtgui %bcdir%\bin\ilink32 -Gn -aa -Tpe -s @b32.bc IF ERRORLEVEL 1 GOTO LINKERROR ECHO * Application successfully built * rem signtool.exe ...
by jnavas
Mon Jun 08, 2015 5:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando FWH + HB32, Falta HBCURL.LIB
Replies: 5
Views: 1869

Re: Funcion UTF8ToStr()

... and comment the following one rem %bcdir%\bin\ilink32 -Gn -Tpe -s -v @b32.bc %bcdir%\bin\ilink32 -Gn -aa -Tpe -s -v @b32.bc IF ERRORLEVEL 1 GOTO LINKERROR ECHO * Application successfully built %1 GOTO EXIT ECHO rem delete temporary files @del %1.c :LINKERROR ECHO * There are errors GOTO EXIT ...
by servicomver
Mon Jun 01, 2015 5:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funcion UTF8ToStr()
Replies: 10
Views: 2053
Next

Return to advanced search