Search found 367 matches: goto

Return to advanced search

... ECHO ßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßß if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST ECHO Compiling... set hdir=c:\xharbour set bcdir=c:\bcc55 %hdir%\bin\harbour %1 /n /i..\include;%hdir%\include ...
by RAMESHBABU
Thu Dec 29, 2005 5:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How create DLL With XHARBOUR
Replies: 27
Views: 16276

some more help required to create FWH + XHARBOUR DLLs

... Source ***************************** REM Self contained Harbour DLL, original idea and research Antonio Linares @ECHO OFF CLS IF A%1 == A GOTO :SINTAX IF NOT EXIST %1.prg GOTO :NOEXIST ECHO Compiling... SET hdir=c:\xharbour SET bcdir=c:\borland\bcc55\bin %bcdir%\bcc32 -c -D__EXPORT__ -I%hdir%\include ...
by RAMESHBABU
Wed Dec 28, 2005 6:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How create DLL With XHARBOUR
Replies: 27
Views: 16276

... ""}, {"",""}, {"","" }} y ser browseado sin problemas. Para usar array, yo prefiero usar TArray, que crea un objeto array con metodos del tipo :GoTo(), :LastRec(); :Seek(), y otros. saludos
by MarioG
Thu Dec 15, 2005 11:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: browse sobre array
Replies: 5
Views: 1752

... if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST ECHO Compiling... set hdir=d:\harbour set bcdir=d:\bcc55 %hdir%\bin\harbour %1 /n /i..\include;%hdir%\include ...
by dutch
Sun Dec 04, 2005 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error while compile testscan.prg and tscan.prg
Replies: 13
Views: 6108

... than one PRG: %hdir%\bin\harbour %1 /n /i..\include;%hdir%\include /w /p %2 %3 > clip.log @type clip.log IF ERRORLEVEL 1 PAUSE IF ERRORLEVEL 1 GOTO EXIT echo -O2 -e%1.exe -I%hdir%\include %1.c > b32.bc %bcdir%\bin\bcc32 -M -c -v @b32.bc :ENDCOMPILE %hdir%\bin\harbour another /n /i..\include;%hdir%\include ...
by Antonio Linares
Thu Dec 01, 2005 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: example for compile and link many PRG files with HB/FWH
Replies: 9
Views: 2575

... than one PRG: %hdir%\bin\harbour %1 /n /i..\include;%hdir%\include /w /p %2 %3 > clip.log @type clip.log IF ERRORLEVEL 1 PAUSE IF ERRORLEVEL 1 GOTO EXIT echo -O2 -e%1.exe -I%hdir%\include %1.c > b32.bc %bcdir%\bin\bcc32 -M -c -v @b32.bc :ENDCOMPILE %hdir%\bin\harbour another /n /i..\include;%hdir%\include ...
by Antonio Linares
Thu Dec 01, 2005 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Examples for xHARBOUR
Replies: 6
Views: 2330

Error de Proteccion General.

... NEW CODE 0004:0B2A 009FFH NEW CODE 0004:152A 00098H NEW CODE 0004:15C2 0036EH BRWFIELDS CODE 0004:1930 000E7H REFRESHBAR CODE 0004:1A18 00274H REGGOTO CODE 0004:1C8C 000F0H REGPOS CODE 0004:1D7C 006F5H BUSINCR CODE 0004:2472 00216H FLOATCLICK CODE 0004:2688 00230H FLOATCLICK CODE 0004:28B8 00396H ...
by Garbi
Wed Nov 02, 2005 3:38 pm
 
Forum: FiveWin para CA-Clipper
Topic: Error de Proteccion General.
Replies: 5
Views: 4254
Previous

Return to advanced search