Search found 144 matches: errorlevel

Searched query: errorlevel

by vinpug
Tue Mar 04, 2025 8:12 pm
Forum: All products support
Topic: Fivedbu
Replies: 6
Views: 1489

Re: Fivedbu

... Ordini>c:\xharbour\bin\harbour ordini /n /i.\..\\include;c:\xharbour\include /w /p 1>comp.log 2>warnings.log

E:\WTMP\portolorto\Ordini>IF ERRORLEVEL 1 GOTO COMPILEERRORS
xHarbour 1.3.1 Intl. (SimpLex) (Build 20250119)
Copyright 1999-2024, http://www.xharbour.org http://www.harbour-project.org ...
by servicomver
Fri Feb 14, 2025 7:09 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda para compiar
Replies: 0
Views: 395

Ayuda para compiar

... c:\bcc64 set bcdir=c:\bcc64

%hdir%\bin\win\bcc32c\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log


if errorlevel 1 goto COMPILEERRORS
@type comp.log
@type warnings.log

echo -O2 -e%1.exe -I%hdir%\include -I%bcdir%\include -I%fwh%\include %1.c > b32.bc
%bcdir ...
by russimicro
Sun Nov 10, 2024 3:09 pm
Forum: FiveWin para Harbour/xHarbour
Topic: twebview2
Replies: 18
Views: 2798

Re: twebview2

... 09

ECHO Compiling...

%xhbdir%\bin\xhb %1 /n /w /p /i%fwhdir%\include;%xhbdir%\include;%xhbdir%\c_include > compiler.log 2> warnings.log

IF ERRORLEVEL 1 GOTO COMPILERERROR:
@type compiler.log
@type warnings.log

IF EXIST %1.rc %xhbdir%\bin\xrc -r -d__FLAT__ -i%xhbdir%\c_include -i%xhbdir%\c ...
by Cgallegoa
Sat Sep 14, 2024 10:06 pm
Forum: FiveWin para Harbour/xHarbour
Topic: xHarbour 64 bits y xbScritp - (Solucionado)
Replies: 49
Views: 8187

Re: xHarbour 64 bits y xbScritp

... C:\XHARBOUR64\BIN\Harbour xbscript /n /p /i%C:\FWH64\INCLUDE;C:\XHARBOUR64\INCLUDE;C:\BORLAND7764\INCLUDE% -D__HARBOUR__ > LOGFILE.TXT
IF ERRORLEVEL 1 GOTO ERROR >> LOGFILE.TXT
ECHO *************** Todo bien *************** >> LOGFILE.TXT
ECHO... >> LOGFILE.TXT

@ECHO ****** Con los archivos C ...
by kajot
Fri Aug 16, 2024 3:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: problem with 24.07
Replies: 12
Views: 3269

Re: problem with 24.07

... set bcdir=c:\borland\bcc770
set fwh=%FWDIR%

%hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log
IF ERRORLEVEL 1 GOTO COMPILEERRORS
@type comp.log
@type warnings.log

echo -O2 -e%1.exe -I%hdir%\include -I%bcdir%\include %1.c > b32.bc
%bcdir%\bin\bcc32 -M ...
by Antonio Linares
Mon Feb 26, 2024 8:06 am
Forum: mod_harbour
Topic: AP_SetStatusCode
Replies: 2
Views: 1592

Re: AP_SetStatusCode

Dear Otto,

200 is returned by defaut by Apache. If you want to return a different value then you have to use ErrorLevel( nValue ) in example: ErrorLevel( 408 )
by EASYSOFT
Wed Jul 12, 2023 7:49 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Ruta no especificada al compilar
Replies: 3
Views: 534

Ruta no especificada al compilar

... if exist c:\bcc64 set bcdir=c:\bcc64

%hdir%\bin\win\bcc\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log
if errorlevel 1 goto COMPILEERRORS
@type comp.log
@type warnings.log

echo -O2 -e%1.exe -I%hdir%\include -I%bcdir%\include -I%fwh%\include %1.c > b32.bc
%bcdir ...
by jpcavagnaro
Sun Apr 23, 2023 9:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: Error al leer un dll
Replies: 19
Views: 3770

Re: Error al leer un dll

... hdir%\lib
set bcdir=c:\bcc7
set fwh=%FWDIR%

%hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log
IF ERRORLEVEL 1 GOTO COMPILEERRORS
@type comp.log
@type warnings.log

echo -O2 -e%1.exe -I%hdir%\include -I%bcdir%\include %1.c > b32.bc
%bcdir%\bin\bcc32 -M ...
by Jimmy
Tue Apr 18, 2023 12:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: SkinButton() Problem
Replies: 19
Views: 2728

Re: SkinButton() Problem

... SKIN2>C:\BCC7\bin\bcc32 -M -c -v -O2 -eJIMMYSKI.Exe -Ic:\Harbour\include -IC:\BCC7\include JIMMYSKI.C 1>>Erro.log 2>>ERROS.LOG
c:\fwh\0\SKIN2>If ErrorLevel 1 Type Erro.log | More
c:\fwh\0\SKIN2>If ErrorLevel 1 Goto Exit
c:\fwh\0\SKIN2>C:\BCC7\bin\BRC32.Exe -R XPLOOK.RC
Borland Resource Compiler ...
by Compuin
Wed Apr 12, 2023 9:00 pm
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 9543

Re: VS2022 Portable x32 x64

... hdirl=%hdir%\lib\win\msvc

@cd %current_dir%
%hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log
IF ERRORLEVEL 1 GOTO COMPILEERROR
@type comp.log
@type warnings.log

cl.exe -TP -W3 -c /GS- /I%hdir%\include /GA %1.c
:ENDCOMPILE

IF EXIST %1.rc rc -r -d ...
by carlos vargas
Sun Sep 04, 2022 4:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 7824

Re: hb_base64 link

... win32

ECHO Compiling...

%HBDIR%\bin\32\harbour %1 /n /w /p /i%FWDIR%\include;%HBDIR%\include /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 ...
by Compuin
Tue Jun 29, 2021 7:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 9127

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... Estoy obteniendo este codigo de error pero no logro conseguir documentacion que me explique a que se debe


Turbo Incremental Link64 6.75 Copyright (c) 1997-2016 Embarcadero Technologies, Inc.
if ERRORLEVEL 0 sistema.exe

** error -1073741819 ** deleting Sistema.exe


Agradeciendo de antemano
by hmpaquito
Tue May 11, 2021 6:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: FTP: Request to share samples
Replies: 22
Views: 4003

Re: FTP: Request to share samples

Gracias Félix. 0, 1, 2 son los EXIT code detectables con ERRORLEVEL que supongo que se puede coger con GetEnv("ERRORLEVEL")
by Compuin
Wed Jun 19, 2019 7:48 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilando con visualstudio 2019 (SOLUCIONADO)
Replies: 9
Views: 1550

Re: Error compilando con visualstudio 2019

... set hdirl=%hdir%\lib

@cd %current_dir%
%hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log
IF ERRORLEVEL 1 GOTO COMPILEERROR
@type comp.log
@type warnings.log

cl.exe -TP -W3 -c /GS- /I%hdir%\include /GA %1.c
:ENDCOMPILE

IF EXIST %1.rc rc -r -d ...
by cnavarro
Wed Jun 19, 2019 7:41 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilando con visualstudio 2019 (SOLUCIONADO)
Replies: 9
Views: 1550

Re: Error compilando con visualstudio 2019

... set hdirl=%hdir%\lib

@cd %current_dir%
%hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log
IF ERRORLEVEL 1 GOTO COMPILEERROR
@type comp.log
@type warnings.log

cl.exe -TP -W3 -c /GS- /I%hdir%\include /GA %1.c
:ENDCOMPILE

IF EXIST %1.rc rc -r -d ...