Search found 20 matches: meminfo

Return to advanced search

Re: xHarbour 1.2.3 build 20141106

This is the changelog for November and December: 2014-12-02 20:00 UTC-300 Luiz Rafael Culik <luiz/AT/xharbour/com/br> * include/hbdefs.h ! minor fix for double defined HB_SYMBOL_USED 2014-12-02 14:35 UTC+0200 Saulius Zrelskis <labitas/AT/gmail/com> * source/rtl/win32ole.prg ! add missing...
by Enrico Maria Giordano
Thu Dec 04, 2014 5:09 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour 1.2.3 build 20141106
Replies: 16
Views: 5819

Re: xHARBOUR en modo consola

... bien IF ERRORLEVEL 1 GOTO LINKERROR Echo * Application successfully built rem HELLO REM UPX -9 HELLO.EXE Goto Exit Echo :LINKERROR rem if exist meminfo.txt notepad meminfo.txt Pause * Linking errors * Goto Exit :Exit 
by karinha
Wed Feb 20, 2013 2:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xHARBOUR en modo consola (solucionado)
Replies: 9
Views: 1767

Re: xHARBOUR en modo consola

... @b32.bc IF ERRORLEVEL 1 GOTO LINKERROR Echo * Application successfully built rem HELLO REM UPX -9 HELLO.EXE Goto Exit Echo :LINKERROR rem if exist meminfo.txt notepad meminfo.txt Pause * Linking errors * Goto Exit :Exit 
by karinha
Wed Feb 20, 2013 12:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xHARBOUR en modo consola (solucionado)
Replies: 9
Views: 1767

Re: space and diskinfo

Silvio,

AEval( MemInfo(), { | n | MsgInfo( n ) } )
by Antonio Linares
Thu May 07, 2009 9:40 am
 
Forum: FiveWin for Pocket PC
Topic: space and diskinfo
Replies: 3
Views: 535

space and diskinfo

How cal this function ? HB_FUNC (MEMINFO) { MEMORYSTATUS st; GlobalMemoryStatus (&st); hb_reta (4); hb_stornl ((ULONG) st.dwMemoryLoad, -1, 1); hb_stornl ((ULONG) st.dwTotalPhys, -1, 2); hb_stornl ((ULONG) st.dwTotalVirtual, -1, 3); hb_stornl ...
by Silvio
Wed May 06, 2009 11:10 pm
 
Forum: FiveWin for Pocket PC
Topic: space and diskinfo
Replies: 3
Views: 535

Fivewin Linking Error

... -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 :SYNTAX ECHO SYNTAX: Build [Program] {-- No especifiques la extensi¢n PRG ECHO ...
by ryugarai27
Fri Feb 13, 2009 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Linking Error
Replies: 2
Views: 688

Re: Stile XP

... 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 * GOTO EXIT :SINTAX ECHO SYNTAX: Build [Program] {-- No especifiques la extensi¢n PRG ECHO ...
by ik1mtt
Sun Jan 11, 2009 4:42 pm
 
Forum: All products support
Topic: Stile XP
Replies: 8
Views: 1531

... rem @del *.c @del *.obj GOTO :EXIT 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 * GOTO EXIT :SINTAX ECHO SYNTAX: Build [Program] {-- No especifiques la extensi¢n PRG ECHO ...
by patili
Mon Nov 03, 2008 10:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New on harbour
Replies: 27
Views: 5851

... 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 * GOTO EXIT :SINTAX ECHO SYNTAX: Build [Program] {-- No especifiques la extensión PRG ECHO ...
by LuisPonce
Wed Oct 15, 2008 5:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Compilacion o Enlazado ?
Replies: 14
Views: 3687

... 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 * GOTO EXIT :SINTAX ECHO SYNTAX: Build [Program] {-- No especifiques la extensi¢n PRG ECHO ...
by LuisPonce
Thu Oct 09, 2008 6:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Compilacion o Enlazado ?
Replies: 14
Views: 3687

... - Aguarde Execução. Echo . Echo * Aguarde, Executando o Aplicativo, Gerado Com Sucesso Absoluto * PLENOWIN Goto Exit Echo :LINKERROR rem if exist meminfo.txt notepad meminfo.txt Pause * Veja o Arquivo ERRO.LOG Para Corrigir Eventuais Erros * Goto Exit :Exit //-> El Borland Resources WorkShop.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: 6709

... 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 * GOTO EXIT :SINTAX ECHO SYNTAX: Build [Program] {-- No especifiques la extensi¢n PRG ECHO ...
by A&C
Wed Jan 17, 2007 8:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MIS PRIMEROS PASOS
Replies: 4
Views: 1438

... IF ERRORLEVEL 1 GOTO LINKERROR ECHO * Application successfully built copy main.exe ..\ cd .. main cd fue GOTO EXIT ECHO :LINKERROR rem if exist meminfo.txt notepad meminfo.txt rem PAUSE * Linking errors * GOTO EXIT :SINTAX ECHO SYNTAX: Build [Program] {-- No especifiques la extensi¢n PRG ECHO ...
by Mike Serra
Tue Nov 21, 2006 8:47 am
 
Forum: FiveWin para Pocket PC
Topic: Generación de una DLL
Replies: 5
Views: 1263

Antonio

... 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 * GOTO EXIT :SINTAX ECHO SYNTAX: Build [Program] {-- No especifiques la extensi¢n PRG ECHO ...
by A&C
Wed Sep 27, 2006 12:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW o FWH ESA ES LA PREGUNTA
Replies: 10
Views: 2640

... 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 * GOTO EXIT :SINTAX ECHO SYNTAX: Build [Program] {-- No especifiques la extensi¢n PRG ECHO ...
by karinha
Fri Feb 10, 2006 6:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: harbour.exe ha detectado un problema y debe cerrarse
Replies: 11
Views: 2758
Next

Return to advanced search