Search found 77 matches: linkerror

Return to advanced search

AYUDA .RC muy grande

... 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
Tue Sep 15, 2009 4:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA .RC muy grande
Replies: 2
Views: 648

Encryptar dbf problemas con ace32.lib

... 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 pause GOTO EXIT ECHO rem delete temporary files //@del %1.c :LINKERROR ECHO * There are errors GOTO ...
by VPOZO
Tue Aug 11, 2009 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Encryptar dbf problemas con ace32.lib
Replies: 3
Views: 605

Por que no me genera el archivo *.c (Solucionado)

... line to use the debugger and comment the following one rem if %GT% == gtwin %bcdir%\bin\ilink32 -Gn -Tpe -s -v @b32.bc rem IF ERRORLEVEL 1 GOTO LINKERROR rem if %GT% == gtgui %bcdir%\bin\ilink32 -Gn -aa -Tpe -s -v @b32.bc %bcdir%\bin\ilink32 -Gn -aa -Tpe -s -v @b32.bc IF ERRORLEVEL 1 GOTO LINKERROR ...
by Ramon Paredes
Wed Aug 05, 2009 2:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por que no me genera el archivo *.c (Solucionado)
Replies: 3
Views: 1020

Fivewin Linking Error

... >> b32.bc IF EXIST %1.res echo %1.res >> b32.bc %bcdir%\bin\ilink32 -aa -Tpe @b32.bc > err.txt IF ERRORLEVEL 1 GOTO LINKERROR ECHO * Application successfully built ECHO :LINKERROR %1 rem if exist meminfo.txt notepad meminfo.txt rem PAUSE * Linking errors * GOTO EXIT ...
by ryugarai27
Fri Feb 13, 2009 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Linking Error
Replies: 2
Views: 696

Re: Stile XP

... -Tpe -s @b32.bc %bcdir%\bin\ilink32 -Gn -aa -Tpe -s @b32.bc rem delete temporary files @del %1.c @del %1.il? IF ERRORLEVEL 1 GOTO LINKERROR ECHO * Application successfully built %1 GOTO EXIT ECHO :LINKERROR rem if exist meminfo.txt notepad meminfo.txt rem PAUSE * Linking errors ...
by ik1mtt
Sun Jan 11, 2009 4:42 pm
 
Forum: All products support
Topic: Stile XP
Replies: 8
Views: 1563

xHarbour Modo Consola

... debugger and comment the following one rem %bcdir%\bin\ilink32 -Gn -Tpe -s -v @b32.bc %bcdir%\bin\ilink32 -Gn -Tpe @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 albeiroval
Sat Dec 06, 2008 5:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error xHarbour build 1.1.0 Intl (Rev. 6195) Modo Consola.
Replies: 6
Views: 2427

... the next one rem %bcdir%\bin\ilink32 -Tpe -s @b32.bc if %GT% == gtwin %bcdir%\bin\ilink32 -L%bcdir%\Lib -Tpe -s @b32.bc IF ERRORLEVEL 1 GOTO LINKERROR if %GT% == gtgui %bcdir%\bin\ilink32 -L%bcdir%\Lib -Gn -aa -Tpe -s @b32.bc IF ERRORLEVEL 1 GOTO LINKERROR rem delete temporary files rem @del ...
by patili
Mon Nov 03, 2008 10:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New on harbour
Replies: 27
Views: 5950

... b32.bc IF EXIST %1.res echo %1.res >> b32.bc if %GT% == gtwin %bcdir%\bin\ilink32 -L%bcdir%\Lib -Tpe -s @b32.bc IF ERRORLEVEL 1 GOTO LINKERROR if %GT% == gtgui %bcdir%\bin\ilink32 -L%bcdir%\Lib -Gn -aa -Tpe -s @b32.bc IF ERRORLEVEL 1 GOTO LINKERROR pause ECHO * Application successfully ...
by patili
Mon Nov 03, 2008 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New on harbour
Replies: 27
Views: 5950

... -Tpe -s @b32.bc %bcdir%\bin\ilink32 -Gn -aa -Tpe -s @b32.bc rem delete temporary files @del %1.c @del %1.il? IF ERRORLEVEL 1 GOTO LINKERROR ECHO * Application successfully built %1 GOTO EXIT ECHO :LINKERROR rem if exist meminfo.txt notepad meminfo.txt rem PAUSE * Linking errors ...
by LuisPonce
Wed Oct 15, 2008 5:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Compilacion o Enlazado ?
Replies: 14
Views: 3705

... -Tpe -s @b32.bc %bcdir%\bin\ilink32 -Gn -aa -Tpe -s @b32.bc rem delete temporary files @del %1.c @del %1.il? IF ERRORLEVEL 1 GOTO LINKERROR ECHO * Application successfully built %1 GOTO EXIT ECHO :LINKERROR rem if exist meminfo.txt notepad meminfo.txt rem PAUSE * Linking errors ...
by LuisPonce
Thu Oct 09, 2008 6:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Compilacion o Enlazado ?
Replies: 14
Views: 3705

Compiling FWH Tutor01-08 with VC98 Errors in link

... msvc.tmp IF EXIST %1.res echo %1.res >> msvc.tmp %vcdir%\bin\link @msvc.tmp /nologo /subsystem:windows /force:multiple 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 paulrhanson
Mon Sep 22, 2008 7:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling FWH Tutor01-08 with VC98 Errors in link
Replies: 3
Views: 1179

Error while Linking BuildH.Bat

... use the debugger and comment the next one rem %bcdir%\bin\ilink32 -Tpe -s @b32.bc %bcdir%\bin\ilink32 -Gn -aa -Tpe -s @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 anserkk
Mon Jun 16, 2008 6:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error while Linking BuildH.Bat
Replies: 2
Views: 1136

... the following one rem k:\bcc55\bin\ilink32 -Gn -Tpe -s -v @b32.bc pause k:\bcc55\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 Marco Turco
Tue Apr 29, 2008 2:19 pm
 
Forum: All products support
Topic: Funzionalità ZIP di xHarbour
Replies: 29
Views: 6918

Instalacion

... /MACHINE:ARM rem delete temporary files @del %1.c @del %1.obj @del %1.exp @del %1.lib @del %1.ppo @del msvc.tmp IF ERRORLEVEL 1 GOTO LINKERROR ECHO * Application successfully built GOTO EXIT ECHO :LINKERROR rem PAUSE * Linking errors * GOTO EXIT :SINTAX ECHO SYNTAX: Build [Program] ...
by Lupita
Wed Apr 09, 2008 7:31 pm
 
Forum: FiveWin para Pocket PC
Topic: Instalacion
Replies: 10
Views: 2582

//-> És bién simples de hacer: IF ERRORLEVEL 1 GOTO LINKERROR Echo * Aplicação Desenvolvida Com Sucesso Absoluto - Aguarde Um Momento Echo . Echo * Aguarde um Momento, Compactando Aplicação, Usando o UPX.EXE Echo . \PLENOCBW\UPX\UPX.EXE -9 PLENOWIN.EXE ...
by karinha
Mon Sep 24, 2007 11:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: proteger exe contra debuggers y cracks
Replies: 16
Views: 6811
PreviousNext

Return to advanced search