Search found 87 matches: endcompile

Return to advanced search

Ruta no especificada al compilar

... comp.log @type warnings.log echo -O2 -e%1.exe -I%hdir%\include -I%bcdir%\include -I%fwh%\include %1.c > b32.bc %bcdir%\bin\bcc32 -M -c @b32.bc :ENDCOMPILE IF EXIST %1.rc %bcdir%\bin\brc32.exe -r -I%bcdir%\include -I%bcdir%\include\windows\sdk %1 Gracias por su ayuda
by EASYSOFT
Wed Jul 12, 2023 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ruta no especificada al compilar
Replies: 3
Views: 190

Re: Error al leer un dll

... @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 -c -v @b32.bc :ENDCOMPILE IF EXIST %1.rc %bcdir%\bin\brc32.exe -r -I%bcdir%\include -I%bcdir%\include\windows\sdk %1 echo %bcdir%\lib\c0w32.obj + > b32.bc echo ...
by jpcavagnaro
Sun Apr 23, 2023 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error al leer un dll
Replies: 19
Views: 1490

Re: VS2022 Portable x32 x64

... 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__ %1 IF EXIST %1.rc IF NOT EXIST %1.res rc -r -d__FLAT__ %1 echo %1.obj > msvc.tmp echo %fwh%\lib\FiveH32.lib ...
by Compuin
Wed Apr 12, 2023 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 6770

Re: Error compilando con visualstudio 2019

... 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__ %1 IF EXIST %1.rc IF NOT EXIST %1.res rc -r -d__FLAT__ %1 echo %1.obj > msvc.tmp echo %fwh%\lib\FiveH32.lib ...
by Compuin
Wed Jun 19, 2019 7:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilando con visualstudio 2019 (SOLUCIONADO)
Replies: 9
Views: 1095

Re: Error compilando con visualstudio 2019

... 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__ %1 IF EXIST %1.rc IF NOT EXIST %1.res rc -r -d__FLAT__ %1 echo %1.obj > msvc.tmp echo %fwh%\lib\FiveH32.lib ...
by cnavarro
Wed Jun 19, 2019 7:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilando con visualstudio 2019 (SOLUCIONADO)
Replies: 9
Views: 1095

Re: Google APIS Lib for Fivewin

... @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 -c -v @b32.bc :ENDCOMPILE rem IF EXIST %1.rc %bcdir%\bin\brc32 -r -I%bcdir%\include %1 IF EXIST %1.rc %bcdir%\bin\brc32 -r -I%bcdir%\include -I%bcdir%\include\windows\sdk ...
by cnavarro
Fri Jun 08, 2018 3:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 78
Views: 19889

Re: Google APIS Lib for Fivewin

... @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 -c -v @b32.bc :ENDCOMPILE rem IF EXIST %1.rc %bcdir%\bin\brc32 -r -I%bcdir%\include %1 IF EXIST %1.rc %bcdir%\bin\brc32 -r -I%bcdir%\include -I%bcdir%\include\windows\sdk ...
by cnavarro
Fri Jun 08, 2018 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 129
Views: 24924

Re: Building Harbour 3.4 for BCC outside MSYS

... IF ERRORLEVEL 1 GOTO EXIT : mvsc compiler line %vcdir%\bin\cl.Exe -TP -W3 -O2 -nologo -c -GA -GS -EHsc /I%hdir%\include /I%vcdir%\include %1.c :ENDCOMPILE IF EXIST %1.rc IF EXIST %vcdir%\bin\rc %vcdir%\bin\rc -r -d__FLAT__ %1 IF EXIST %1.rc IF NOT EXIST %1.res rc -r -d__FLAT__ %1 echo %1.obj ...
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: 17193

Re: Windows Manifest

... Como Incorporar al proyecto: If ErrorLevel 1 Type Erro.log | More If ErrorLevel 1 Goto Exit %bcdir%\bin\BRC32.EXE -R XPLOOK.RC :ENDCOMPILE Saludos.
by karinha
Fri Oct 27, 2017 1:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Windows Manifest (RESUELTO)
Replies: 2
Views: 755

Re: Pantalla negra detras de ventana

... @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 -c @b32.bc :ENDCOMPILE IF EXIST %1.rc %bcdir%\bin\brc32 -r -I%bcdir%\include -I%bcdir%\include\windows\sdk %1 rem IF EXIST %1.rc %vcdir%\bin\rc -r -d__FLAT__ %1 ...
by Compuin
Sat Sep 24, 2016 4:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pantalla negra detras de ventana (SOLUCIONADO)
Replies: 17
Views: 3563

Fiveweb: problemas con la clase TPRINT

... 1 GOTO COMPILEERRORS @type comp.log echo -O2 -e%1.exe -I%hdir%\include -I%bcdir%\include %1.c > b32.bc %bcdir%\bin\bcc32 -M -c @b32.bc :ENDCOMPILE IF EXIST %1.rc %bcdir%\bin\brc32 -r -I%bcdir%\include %1 rem IF EXIST %1.rc %vcdir%\bin\rc -r -d__FLAT__ %1 echo %bcdir%\lib\c0w32.obj + ...
by silvinamazzaro
Thu Aug 25, 2016 1:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fiveweb: problemas con la clase TPRINT
Replies: 1
Views: 571

Re: FWH64

... %3 > comp.log 2> warnings.log IF ERRORLEVEL 1 GOTO COMPILEERROR @type comp.log @type warnings.log cl -TC -W3 -O2 -c -I%hdir%\include %1.c :ENDCOMPILE IF EXIST %1.rc rc -r -D__64__ %1 echo %1.obj > msvc.tmp echo %fwdir%\lib\FiveH64.lib %fwdir%\lib\FiveHC64.lib >> msvc.tmp echo %hdirl%\hbrtl.lib ...
by Francisco Valério
Thu Apr 28, 2016 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25097

Re: Compilando FWH + HB32, Falta HBCURL.LIB

... @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 -c @b32.bc :ENDCOMPILE IF EXIST %1.rc %bcdir%\bin\brc32 -r -I%bcdir%\include -I%bcdir%\include\windows\sdk %1 rem IF EXIST %1.rc %vcdir%\bin\rc -r -d__FLAT__ %1 ...
by jnavas
Mon Jun 08, 2015 9:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando FWH + HB32, Falta HBCURL.LIB
Replies: 5
Views: 1858

Compilando FWH + HB32, Falta HBCURL.LIB

... @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 -c @b32.bc :ENDCOMPILE IF EXIST %1.rc %bcdir%\bin\brc32 -r -I%bcdir%\include -I%bcdir%\include\windows\sdk %1 rem IF EXIST %1.rc %vcdir%\bin\rc -r -d__FLAT__ %1 ...
by jnavas
Mon Jun 08, 2015 5:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando FWH + HB32, Falta HBCURL.LIB
Replies: 5
Views: 1858

Re: Funcion UTF8ToStr()

... %tGraph.c %bcdir%\bin\bcc32 -M -c -v -O2 -I%hdir%\include %tArray.c %bcdir%\bin\bcc32 -M -c -v -O2 -I%hdir%\include Wrapperpac.cpp :ENDCOMPILE IF EXIST %1.rc %bcdir%\bin\brc32 -r %1 echo c0w32.obj + > b32.bc echo %1.obj codelib.obj wbrowse.obj tmultise.obj wbrwline.obj pdf1.obj ...
by servicomver
Mon Jun 01, 2015 5:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funcion UTF8ToStr()
Replies: 10
Views: 2004
Next

Return to advanced search