Search found 139 matches: errorlevel

Return to advanced search

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 Antonio Linares
Mon Feb 26, 2024 8:06 am
 
Forum: mod_harbour
Topic: AP_SetStatusCode
Replies: 2
Views: 91

Ruta no especificada al compilar

... 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 ...
by EASYSOFT
Wed Jul 12, 2023 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ruta no especificada al compilar
Replies: 3
Views: 188

Re: Error al leer un dll

... 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 ...
by jpcavagnaro
Sun Apr 23, 2023 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error al leer un dll
Replies: 19
Views: 1450

Re: SkinButton() Problem

... -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 ...
by Jimmy
Tue Apr 18, 2023 12:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SkinButton() Problem
Replies: 19
Views: 936

Re: VS2022 Portable x32 x64

... @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__FLAT__ ...
by Compuin
Wed Apr 12, 2023 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 6694

Re: hb_base64 link

... 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 ...
by carlos vargas
Sun Sep 04, 2022 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3120

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

... 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 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: 3990

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 hmpaquito
Tue May 11, 2021 6:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP: Request to share samples
Replies: 22
Views: 2731

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__FLAT__ ...
by Compuin
Wed Jun 19, 2019 7:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilando con visualstudio 2019 (SOLUCIONADO)
Replies: 9
Views: 1074

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__FLAT__ ...
by cnavarro
Wed Jun 19, 2019 7:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilando con visualstudio 2019 (SOLUCIONADO)
Replies: 9
Views: 1074

Re: How to Create Easy Report Designer Files ?

... Warning W0001 Ambiguous reference 'OCLASSINSTANCE' 82 errors No code generated. ** error 1 ** deleting .\obj\ereport.obj C:\easyreport>if errorlevel 0 ereport.exe 'ereport.exe' is not recognized as an internal or external command, operable program or batch file. C:\easyreport>
by Otto
Sun Jan 06, 2019 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Create Easy Report Designer Files ?
Replies: 35
Views: 6985

Re: How to Create Easy Report Designer Files ?

... Warning W0001 Ambiguous reference 'OCLASSINSTANCE' 82 errors No code generated. ** error 1 ** deleting .\obj\ereport.obj c:\fwh\easyRep>if errorlevel 0 ereport.exe Der Befehl "ereport.exe" ist entweder falsch geschrieben oder konnte nicht gefunden werden. c:\fwh\easyRep>
by Otto
Sat Jan 05, 2019 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Create Easy Report Designer Files ?
Replies: 35
Views: 6985

Re: Google APIS Lib for Fivewin

... set bcdir=d:\borland\bcc73 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 ...
by cnavarro
Fri Jun 08, 2018 3:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 78
Views: 19509

Re: Google APIS Lib for Fivewin

... set bcdir=d:\borland\bcc73 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 ...
by cnavarro
Fri Jun 08, 2018 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 129
Views: 24532

Re: Building Harbour 3.4 for BCC outside MSYS

... c:\vc rem set vclib=%vcdir%\lib %hdir%\bin\harbour %1 /n /ic:\Fwh1707\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log IF ERRORLEVEL 1 GOTO COMPILEERROR @type comp.log @type warnings.log IF ERRORLEVEL 1 PAUSE IF ERRORLEVEL 1 GOTO EXIT : mvsc compiler line %vcdir%\bin\cl.Exe ...
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: 17168
Next

Return to advanced search