Search found 77 matches: linkerror

Return to advanced search

Achivo CPP

... 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
Fri Sep 23, 2011 4:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Achivo CPP
Replies: 2
Views: 735

Re: FiveWin 6.12

... 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 fer4666
Wed Aug 03, 2011 7:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWin 6.12
Replies: 20
Views: 5582

Re: fwh11.5 - FWH\samples\shtest.prg - error

... 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 MGA
Wed Jun 08, 2011 12:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fwh11.5 - FWH\samples\shtest.prg - error
Replies: 10
Views: 3173

Re: Problema con programa tutorXX

... following one rem %bcdir%\bin\ilink32 -Gn -Tpe -s -v @b32.bc %bcdir%\bin\ilink32 -Gn -aa -Tpe -s -v @b32.bc REM FAPSOFT pause 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 FranciscoA
Sat May 07, 2011 4:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con programa tutorXX
Replies: 6
Views: 1066

Re: Clases y Prgs

... 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
Thu Nov 11, 2010 11:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clases y Prgs
Replies: 11
Views: 3879

Re: Clases y Prgs

... 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
Wed Nov 10, 2010 6:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clases y Prgs
Replies: 11
Views: 3879

Re: fwh 10.09 link error ?

... msvc.tmp %vcdir%\bin\link @msvc.tmp /LIBPATH:%vcdir%\lib /nologo /subsystem:windows /force:multiple /NODEFAULTLIB:libc IF ERRORLEVEL 1 GOTO LINKERROR ECHO * Application successfully built * %1 GOTO EXIT ECHO rem delete temporary files @del %1.c @del msvc.tmp
by yunbg1
Wed Oct 27, 2010 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh 10.09 link error ?
Replies: 19
Views: 7174

Re: missing _SetClassLongPtr

... "%vcdir%"\bin\link @msvc.tmp /NODEFAULTLIB:LIBC /nologo /subsystem:windows /force:multiple >> clip.log IF ERRORLEVEL 1 GOTO LINKERROR ECHO * Application successfully built %1 GOTO EXIT ECHO rem delete temporary files @del %1.c @del msvc.tmp :LINKERROR ECHO * There are errors ...
by cly166
Mon Sep 27, 2010 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: missing _SetClassLongPtr
Replies: 8
Views: 1445

Re: Activex, problema con ejemplo webexp en version 10.8

... 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 Alvaro Urdaneta
Thu Sep 09, 2010 11:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Activex, problema ejemplo webexp en version 10.8 SOLUCIONADO
Replies: 6
Views: 1128

Problema de Compilación

... >> b32.bc IF EXIST %1.res echo %1.res >> b32.bc if %GT% == gtwin %bcdir%\bin\ilink32 -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 * %1 GOTO ...
by Luis
Tue Aug 24, 2010 8:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema de Compilación
Replies: 2
Views: 600

Compilando con 64 Bits

... echo %1.res >> msvc.tmp %vcdir%\bin\link @msvc.tmp /nologo /subsystem:windows /force:multiple /NODEFAULTLIB:libcmt IF ERRORLEVEL 1 GOTO LINKERROR ECHO * Application successfully built %1 GOTO EXIT ECHO rem delete temporary files @del %1.c @del msvc.tmp :LINKERROR ECHO * There are errors ...
by jnavas
Thu Jan 21, 2010 8:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando con 64 Bits
Replies: 4
Views: 964

Re: Error al compilar con el buildx

... 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 DiegoCandel
Tue Dec 29, 2009 4:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar con el buildx
Replies: 12
Views: 2299

Re: Error al compilar con el buildx

... 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 DiegoCandel
Tue Dec 29, 2009 10:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar con el buildx
Replies: 12
Views: 2299

Error al compilar con el buildx

... 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 @del TAdoDatasource.c @del TSqlQuery.c @del xAdoDataSource.c ...
by DiegoCandel
Mon Dec 28, 2009 5:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar con el buildx
Replies: 12
Views: 2299

Re: Ayuda con un archivo TRACE

... 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 JoseGS
Wed Oct 28, 2009 3:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con un archivo TRACE
Replies: 9
Views: 1286
PreviousNext

Return to advanced search