HbNetIO.exe
Harbour NETIO Server 3.2.0dev (Rev. 17976)
Copyright (c) 2009-2012, Przemyslaw Czerpak, Viktor Szakats
HbNetIO.exe
Harbour NETIO Server 3.2.0dev (Rev. 17976)
Copyright (c) 2009-2012, Przemyslaw Czerpak, Viktor Szakats
Harbour Source Formatter 3.2.0dev (Rev. 18770)
Copyright (c) 2009-2012, Alexander S.Kresin
http://harbour-project.org/
Syntax: hbformat [options] [@config] <file[s]>
C:\Harbour\contrib\hbformat\utils\hbformat.ini:
#
# $Id: hbformat.ini 18847 2013-02-13 22:33:19Z vszakats $
#
# Eol: -1 - no change, 0 - OS default, 1 - DOS, 2 - UNIX
#nEol = -1
# If true, convert file name to lower case
#lFCaseLow = no
# If yes, converts all tabs to spaces
#lNoTabs = yes
# If yes, indent code
#lIndent = yes
# If yes, make case conversion
#lCase = yes
# If yes, reformat spaces
#lSpaces = yes
# If yes, indent "Function", "Procedure", "Class", "Method"
#lIndFunc = no
# If yes, indent "Local", "Private", etc. in a function beginning
#lIndVar = yes
# If yes, indent directives
#lIndDrt = no
# If yes, indent "Return"
#lIndRet = yes
# Leftmost indent - amount of spaces
#nIndLeft = 3
# indent - amount of spaces
#nIndNext = 3
# Indent for continuation ( after ';' ) lines - amount of spaces
#nIndCont = 3
# If yes, convert asterisk '*' to '//'
#lCnvAst = yes
# If yes, convert '&&' to '//'
#lCnvAmp = yes
# Number of spaces after /* and // comments ( -1 - no change )
#nSpaceComment = 1
# If yes, convert .NOT. TO !
#lCnvNot = yes
# Case of commands ( -1 - no change, 1 - upper, 2 - lower, 3 - title )
#nCaseCmd = 1
# Case of boolean operators ( -1 - no change, 1 - upper, 2 - lower, 3 - title )
#nCaseBoo = 1
# Case of functions ( -1 - no change, 1 - upper, 2 - lower, 3 - title, 4 - as in pattern )
#nCaseFnc = 4
# Case of functions ( -1 - no change, 1 - upper, 2 - lower, 3 - title )
#nCaseUnk = -1
# Case of directives ( -1 - no change, 1 - upper, 2 - lower, 3 - title )
#nCaseDrt = 2
# Number of spaces after # in directives ( -1 - no change )
#nSpaceDrt = 0
# -1 - no change, 1 - insert empty line before a function ( procedure,class ) declaration, 2 - remove it
#nLineFnc = 1
# -1 - no change, 1 - insert empty line before return, 2 - remove it
#nLineRet = 1
# -1 - no change, 1 - insert empty line before variables declaration, 2 - remove it
#nLineVar = 1
# -1 - no change, 1 - insert empty line before code in function, 2 - remove it
#nLineCode = 1
# Max level of nesting in brackets, while space is added after a comma
#nBr4Comma = 1
# Max level of nesting in brackets, while space is added after/before a bracket
#nBr4Brac = 2
# Extension for a formatted file ( if empty - replace original )
#cExtSave =
# Extension for a backup file
#cExtBack = bak
# List of space separated .hbx files for specifying proper casing of function names
#cHBXList =
Harbour.exe
Harbour 3.2.0dev (Rev. 18805) Copyright (c) 1999-2013, http://harbour-project.org/ Syntax: c:\harbour\bin\harbour.exe <file[s][.prg]|@file> [options] Options: /a automatic memvar declaration /b debug info /build display detailed version info /credits display credits /d<id>[=<val>] #define <id> /es[<level>] set exit severity /fn[:[l|u]|-] set filename casing (l=lower u=upper) /fd[:[l|u]|-] set directory casing (l=lower u=upper) /fp[:<char>] set path separator /fs[-] turn filename space trimming on or off (default) /g<type> output type generated is <type> (see below) /gc[<type>] output type: C source (.c) (default) <type>: 0=compact (default) 1=normal 2=verbose 3=generate real C code /gh output type: Harbour Portable Object (.hrb) /gd[.<destext>] generate dependencies list into (.d) file /ge[<mode>] error output <mode>: 0=Clipper (default) 1=IDE friendly /i<path> #include file search path /i[-|+] disable/enable support for INCLUDE envvar /j[<file>] generate i18n gettext file (.pot) /k compilation mode (type -k? for more data) /l suppress line number information /m compile module only /n[<type>] no implicit starting procedure <type>: 0=no implicit starting procedure 1=no starting procedure at all 2=add starting procedure if necessary /o<path> object file drive and/or path /p[<path>] generate pre-processed output (.ppo) file /p+ generate pre-processor trace (.ppt) file /q quiet /q0 quiet and don't display program header /q2 disable all output messages /r:<max> set maximum number of preprocessor iterations /s[m] syntax check only [minimal for dependencies list] /u[<file>] use command def set in <file> (or none) /u+<file> add command def set from <file> /undef:<id> #undef <id> /v variables are assumed M-> /w[<level>] set warning level number (0..3, default 1) /x[<prefix>] set symbol init function name prefix (for .c only) /z suppress shortcutting (.and. & .or.) @<file> compile list of modules in <file>
Note : After HbMk2, direct use of Harbour.exe not required.
HMG 3.4.4
Post by Rathinagiri » 29 Mar 2017 18:43
Whenever releasing a new version of HMG, it gives us new hope and paves way for the future with strong and stable code. This version is also not an exemption. This version is possible with the generous and continuous help of Dr. Claudio Soto.
The major feature of this version is Multi threading.
You can download this latest version from here (64 MB)
For 64 Bit developers, you have to download and install Harbour64 and MingW64 from here (15 MB) and here (71 MB) respectively.
Changelog from the last version:
– Fixed bug in BrowseUpdate function of Browse control(contrib by Marek)
– Fixed bug in grid when load NIL values(hb_ValToStr)
– Fixed bug in grid inplace column (contrib by ASESORMIX)
– Implemented GetProperty ReadOnly EditBox and TextBox
– Fixed bug in BT_BitmapSaveFile() function (reported by Roberto Lopez)
– Fixed problem in Navigator.htm file of documentation (contrib by Roberto Lopez)
– Fixed bug in GetLastActiveFormIndex() and GetLastActiveControlIndex() functions (contrib by Pablo Cesar)
– Fixed bug in GetMainFormName() and GetMainFormHandle() functions (contrib by KDJ)
– Fixed leak memory in HMG_UPPER and HMG_LOWER functions (reported by KDJ)
– Fixed bug in HMG_EditControlGetSel() function (contrib by KDJ)
– Fixed bug in HMG_ISALPHA, HMG_ISDIGIT, HMG_ISLOWER, HMG_ISUPPER, HMG_ISALPHANUMERIC functions (reported by Esgici)
– Fixed functions BT_DrawTextXXX, BT_DrawTextEx ( see SaveDC in the code )
– New: BT_DrawEMF ( [ hDC ] , cFileNameOld , cFileNameNew , cFuncNameCallBack ) —> Return nError, e.g. Zero is OK – New: BT_BitmapIsValidFileImage( cFileName )
– Fixed bug in WM_NEXTDLGCTL message ( reported by KDJ )
– Fixed bug in COLUMNCONTROLS (allow lower case labels) in Grid control ( reported by Miszler.zoltan )
– Fixed bug in InplaceEdit cell with press ENTER in Grid Control ( reported by Marek )
– Fixed bug in filter data in Grid with Rowsource ( reported by Tonton2 )
– Fixed bug in change recno() when mouse move over of Grid with Rowsource ( reported by KDJ )
– Fixed bug when call DeleteColumn( 1 ) with a Grid with only one column ( reported by t57042 )
– Fixed bug when change image in Button control ( reported by Chrisjx2002 )
– Fixed bugs in DOC files ( contrib by Pablo Cesar )
– Fixed bug in virtual grid in HMG ANSI version with Chinese characters ( contrib by Huiyi_ch )
– Fixed bug in GetStartUpFolder() function ( contrib by Pablo Cesar )
– New methods BLen, BLeft, BRight, BSubStr in HMG_TString class ( contrib by huiyi_ch )
– Now for default SET WINDOW MAIN FIRST is OFF
NOTE: The RECNO property of the Grid control not changes the current physical record number of the DBF file, only convert between the row of grid and the recno of the DBF.
– Get Grid.RECNO –> convert Logical record ( grid row ) to Physical record ( DBF recno )
– Set Grid.RECNO := XXX –> convert the Physical record XXX ( recno ) to Logical record ( grid row )
– Enhanced SET HELP FILE and HELP BUTTON for support .CHM file format (see SAMPLES\Basics\Help ) ( contrib by Kevin Carmody )
– Added CHM compile and decompile batch file makechm.bat ( see in SAMPLES\Basics\Help ) ( contrib by Kevin Carmody )
– Added ON KEY, RELEASE KEY, and STORE KEY commands to i_keybd.ch ( contrib by Kevin Carmody )
– Updated SAMPLES\Events\On_Key\ON_KEY1 and ON_KEY3 ( contrib by Kevin Carmody )
– Upgraded HFCL sample WordScribe ( see SAMPLES\HFCL\WordScribe ) ( contrib by Kevin Carmody )
– Added new HFCL sample WordWriter ( see SAMPLES\HFCL\WordWriter ) ( contrib by Kevin Carmody )
– NEW HMG Multi-Thread:
– Added directive -ldflag=”-pthread -static -lpthread” in HBMK2 for static link of pthread library in the files Build.bat and Build64.bat
– For default HMG compile with the directive -mt of the HBMK2 ( for default Muti-thread is yes )
– Now HMG support the same behaviour that Harbour for Thread manager: allow run without INHERIT PUBLIC vars, see demos in folder samples/MultiThread
– New many functions for Thread manager( see files source\c_thread.c and include\i_thread.ch): GetCurrentThreadId, GetCurrentThreadHandle, AttachThreadInput, SuspendThread, ResumeThread, SwitchToThread, Sleep, SetThreadPriority, GetThreadPriority, EnumThreadID, HMG_ThreadHBtoWinHandle, HMG_ThreadHBtoWinID, HMG_ThreadShareData
– New: IDE ver 1.2a, now the option menu delete file not delete file of the disk, only eliminate the file of the project.
Harbour Project File:
PegsGame.hbp
PegsGame.prg
Harbour Configuration File:
PegsGame.hbc
libs=hbnf
Harbour Program File:
PegsGame.prg
REQUEST HB_GT_WIN_DEFAULT PROCEDURE MAIN() SetMode( 25, 80 ) FT_PEGS() RETURN // MAIN()
That’s all !
If you prefer:
Enjoy !
We have tons of shareware utility program and samples written in language and / or for Clipper language.
And tons of them was compiled and published in the legendary internet site by sainted legendary community guru Phil Barnet (RIP). After Phil, this site cloned by Harbour gurus, many thanks to them.
Of course most of that materials are obsolete. But some of them are ageless.
As an example: Click! is a Clipper language source code reformatter. This is much more than a simple reindenter, but actually reestablishes spacing between elements in the lines of code and creates function cross reference charts. Fully documented and configurable.
Viva Clipper 😀