Showing posts with label HMG Extended. Show all posts
Showing posts with label HMG Extended. Show all posts

Friday, December 14, 2012

Harbour MiniGUI Extended Edition 2.1.8 (Christmas Edition) Released on 12th December 2012

Hi All,

The Harbour MiniGUI Extended Edition 2.1.8 (Christmas Edition) setup is published
at the following URL:

http://hmgextended.com/files/CONTRIB/hmg-2.1.8-setup.zip

and a full MinGW-based self-extracting archive is placed at the following URL:

http://hmgextended.com/files/CONTRIB/hmg218-mingw.exe

There is the following changelog for this build:

2012/12/12: HMG Extended Edition 2.1.8 (Christmas Edition) Published.
* Fixed: Program crash at xHarbour-based build when you change the value in
a Pictured GetBox by painting the old value with the mouse and then
overwriting, replace with a new value (introduced in the build 2.1.7).
Problem was reported by Jan Costiander <jan.costiander@gmail.com>.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* New: Added command DEFINE WINDOW TEMPLATE ... MDICHILD.
Requested by Fernando Maciel <macielfernando@yahoo.com.ar>.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo in folder \samples\Basic\mdi_4)
* Changed: The client area of form is refreshed automatically if a codeblock
of 'On Paint' event is defined for this window.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Changed: Positioning of a caretpos to first char in the Getbox when user
mouse click in the middle of this control.
Contributed by Alfredo Franceschetti <franz@valgraveglia.net>
(see demo in folder \samples\Basic\GetBox)
* Enhanced: Added 'VCENTERALIGN' clause (optional) for vertical aligning of
text in the LABEL control.
Based upon a contribution of Russian user SergKis
(see demo in folder \samples\Basic\MAINDEMO_(
SYNTAX_I))
* Updated: PRG-code was formatted by Harbour contrib hbformat utility with
the following exceptions:
- h_windows.prg provoked hbformat crash;
- h_edit.prg and h_edit_ex.prg were leaved with original formatting.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: C-code changes for compatibility with older xHarbour versions.
Warning: It will required a presence of the proper header file
hbverbld.h in the xHarbour's \include folder.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: C-code of FOLDER control was modified for the correct positioning
of the buttons, depending on the version of Windows.
Contributed by Janusz Pora <januszpora@onet.eu>
(see demo in folder \samples\Basic\Folder)
* Updated: HBPrinter library v.2.36: updated 'Print Options' dialog's look.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see source in folder \source\HbPrinter)
* Updated: MiniPrint library: updated C-code casting.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see source in folder \Source\MiniPrint)
* Updated: PropGrid library v.2.0 (see source in folder \source\PropGrid):
- Fixed: Item type LIST: did not work properly saving without leaving items.
Contributed by Janusz Pora <januszpora@onet.eu>
* Updated: Harbour Compiler 3.2.0dev (SVN 2012-12-04 14:14):
* Updated: HbSQLite3 library source code (see in folder \Source\HbSQLite3);
* Updated: HbODBC library source code (see in folder \Source\HbODBC).
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(look at ReadMe.txt in folder \harbour)
* New: 'Bos Taurus' Graphics Library v.1.02 (see Doc folder for details).
Contributed by Claudio Soto <srvet@adinet.com.uy>. Samples were
adapted for Minigui Extended by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Advanced\BosTaurus)
* Updated: 'CheckBox events' sample.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Basic\Checkbox)
* Updated: 'HPDF Print' sample is based upon the Haru Free PDF library:
- New: Added optional clause ANGLE to HPDFPRINT MULTILINE command.
- Fixed: STRIKEOUT and UNDERLINE options also works in MULTILINE command.
Contributed by Janusz Pora <januszpora@onet.eu>.
(see in folder \samples\Advanced\PDF_PRINT)
* Updated: 'WebCam Capture' sample (look at avicap.txt for description).
Based upon a contribution of Marcelo Brigatti <mbrigatti@uol.com.br>.
(see in folder \samples\Advanced\WebCam)
* Updated: 'Managing reservations rooms' sample.
Contributed by Pierpaolo Martinello alice.it
>
(see in folder \samples\Applications\Reservation)
* Updated: 'Code_ReIndent' sample by Joe Fanucchi <fantasyspinner2002@yahoo.com>.
Based upon a contribution of HMGFORUM's user
(see \Utils\Code_ReIndent\Indent.prg)

There is a last minute update in this build also:
* Updated: WinReport library (see source in folder \Source\WinReport).
Contributed by Pierpaolo Martinello alice.it>
(see demo in folder \samples\Advanced\REPORT_INTERPRETER)

It is a regularly scheduled monthly maintenance release.

This release is considered stable and ready for production use.

--
With Best Regards,
Grigory Filatov
[MiniGUI Team]

Friday, September 28, 2012

Harbour MiniGUI Extended Edition 2.1.5 Released on 12 Sept 2012

Hi All,

The Harbour MiniGUI Extended Edition 2.1.5 setup is published at the following
URL:

http://hmgextended.com/files/CONTRIB/hmg-2.1.5-setup.zip

and a lite MinGW-based archive is placed at the following URL:

http://hmgextended.com/files/CONTRIB/hmg215-mingw.zip

There is the following changelog for this build:

2012/09/12: HMG Extended Edition 2.1.5 Published.
* Fixed: Typo in the source c_getbox.c (introduced in the build 2.0.6).
Based upon a contribution of Brazil HMG user.
* New: The MAIN window have an optional NotifyBalloonClick event at using of
the command SET TOOLTIPSTYLE BALLOON.
Based upon a contribution of Rossine <qiinfo@...>
(see demo in folder \samples\Advanced\TrayBalloon_2)
* Changed: The codeblock of 'On Paint' event be executed directly on the
client
area before painting of the controls. It allows to set a background
image in a window via the ON PAINT event.
The old behaviour is available also via using of the command
SET PROGRAMMATICCHANGE OFF for backward compatibility with old code.
Contributed by Claudio Soto <srvet@...>
* Enhanced: The function WindowsVersion() detects Windows 8 and 2012 server.
Borrowed from xHarbour distribution.
Contributed by Grigory Filatov <gfilatov@...>
* Updated: MiniPrint library (see source in folder \Source\MiniPrint):
- Updated: Function _HMG_PRINTER_SHOWPAGE for compatibility with
'On Paint' event change.
Contributed by Grigory Filatov <gfilatov@...>
* Updated: Harbour Compiler 3.2.0dev (SVN 2012-09-09 14:02).
Contributed by Grigory Filatov <gfilatov@...>
(look at ReadMe.txt in folder \harbour)
* New: 'Dynamic Grid' sample: modification of a GRID control at runtime.
Based upon a contribution by Claudio Soto <srvet@...>
(see in folder \samples\Advanced\DynamicGrid)
* New: 'Trick for putting of icons to a form' sample.
Contributed by Verchenko Andrey <verchenkoag@...>
(see in folder \samples\Advanced\TransparentIcons)
* Updated: 'Gradient Background' sample.
Contributed by Grigory Filatov <gfilatov@...>
(see in folder \samples\Advanced\FillBlue)
* Updated: 'Fill Triangle' sample for compatibility with 'On Paint' event
change.
Contributed by Grigory Filatov <gfilatov@...>
(see in folder \samples\Advanced\FillTriangle)

It is a regularly scheduled monthly maintenance release.
This release is considered stable and ready for production use.

--
With Best Regards,
Grigory Filatov
[MiniGUI Team]

Saturday, July 14, 2012

Harbour MiniGUI Extended Edition 2.1.3 Released on 10th July 2012

Hi All,

The Harbour MiniGUI Extended Edition 2.1.3 setup is published at the following URL:

http://hmgextended.com/files/CONTRIB/hmg-2.1.3-setup.zip

and a lite MinGW-based archive is placed at the following URL:

http://hmgextended.com/files/CONTRIB/hmg213-mingw.zip

It is a regularly scheduled monthly maintenance release.

There is the following changelog for this build:

2012/07/10: HMG Extended Edition 2.1.3 Published.
* New: Added header files hmg.ch and i_hmgcompat.ch for compatibility with .FMG
files which were created via the official Ide of Roberto Lopez.
It is now possible to compile a basic examples for the official Ide
without any modifications.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Enhanced: The codeblock of tab's 'On Cnange' event accepts a current page number
as parameter. It allows to create an unified validation of input values
on tab page at this event.
Syntax:
define tab ... on change { |nPage| ValidFunc( nPage ) },
where ValidFunc(nPage) will return a logical value after the validation
of input values on a current tab page nPage.
Based upon a contribution of Rossine <qiinfo@ig.com.br>
(see demo2.prg in folder \samples\Basic\GetBoxValid)
* Updated: Batch file hbmk2.bat for compatibility with a last hbmk2 utility changes.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see hbmk2.bat in folder \Batch)
* Updated: HBPrinter library v.2.34 (see source in folder \source\HbPrinter):
- Fixed: Correction in the C-function rr_GetDefaultPrinter()
for compatibility with Win Vista/Seven.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: PropGrid library v.2.0 (see source in folder \source\PropGrid):
- New: Function GetChangendItem(cForm,CPgName)
Syntax:
GET CHANGED PROPERTYITEM [ OF | PARENT> ] TO
- New: Function SaveMemVarible(cForm,CPgName)
Syntax:
SAVE MEMVALUE PROPERTY [ OF | PARENT> ]
- New: PropertyGrid Language translation support.
Contributed by Janusz Pora <januszpora@onet.eu>
(see demo3.prg in folder \samples\Advanced\PropGrid)
* Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG:
- Fixed: Added missed refresh after cursor moving in the method PostEdit().
- Fixed: Wrong BtnTextBox window handle after last changes.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: Harbour Compiler 3.2.0dev (SVN 2012-07-04 15:14):
* Updated: most important differences between Harbour and xHarbour
(see xhb-diff.txt in folder \harbour\doc);
* Updated: HbZipArc library source code (see in folder \Source\HbZipArc).
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(look at ReadMe.txt in folder \harbour)
* New: 'Playing by Drawing' sample. Contributed by Bicahi Esgici <esgici@gmail.com>
(see in folder \samples\Basic\DRAW)
* New: 'Zoom' sample: screen zoomer and color picker.
Contributed by Rossine <qiinfo@ig.com.br>
(see in folder \samples\Advanced\ZOOM)
* Updated: 'Get Directory Recurse' sample:
- Modified: Harbour implementation is based on xHb contrib library instead
of a local code.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Basic\

DirectoryRecurse)
* Updated: 'Menu for running of the external console programs' sample.
Contributed by Verchenko Andrey <verchenkoag@gmail.com>
(see in folder \samples\Advanced\RunTasks)
* Updated: 'Managing reservations rooms' sample.
Contributed by Pierpaolo Martinello alice.it>
(see in folder \samples\Applications\Reservation)

This release is considered stable and ready for production use.

--
With Best Regards,
Grigory Filatov
[MiniGUI Team]

Wednesday, June 13, 2012

Harbour MiniGUI Extended Edition 2.1.2 Released on June 12, 2012

Hi All,

The Harbour MiniGUI Extended Edition 2.1.2 setup is published at the following URL:

http://hmgextended.com/files/CONTRIB/hmg-2.1.2-setup.zip

and the lite MinGW-based archive is placed at the following URL:

http://hmgextended.com/files/CONTRIB/hmg212-mingw.zip

There is the following changelog for this build:

2012/06/12: HMG Extended Edition 2.1.2 Published.
* Fixed: The Navigation Extended does not work in a Modal windows at MDI environment
(introduced in the build 2.1.1).
Bug was reported by Anibal Villalobos Guillen <anibalgvillalobosg@yahoo.com>
.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Fixed: Typo in the internal C-function TextDraw() which was a reason of the memory
leak in the DRAW TEXT command.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Enhanced: Menu Item supports an optional BREAKMENU [ SEPARATOR ] clause now.
Menu Item with BreakMenu clause begin a new column.
Based upon a contribution of Vladimir Chumachenko <ChVolodymyr@yandex.ru> and
Rossine <qiinfo@ig.com.br>
(see demo in folder \samples\Advanced\BreakMenu)
* Enhanced: The POPUP menu supports an optional FONT clause now.
Contributed by Rossine <qiinfo@ig.com.br>.
* Changed: modified source code for internal functions _GetSection().
Contributed by Rossine <qiinfo@ig.com.br>.
* Updated: MiniPrint library (see source in folder \Source\MiniPrint):
- Fixed: Client Height is miscalculated in _HMG_PRINTER_SHOWPAGE function.
Based upon a code borrowed from OOHG.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG:
- Fixed: TBrowse blocks 'On LostFocus' event of other controls after inplace
editing. Bug was reported by Paolo Russignan <paolorus@yahoo.it>.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
- Fixed: Problem with TBrowse footer's assigning if the Selector is enabled.
Problem was reported by Simon Norbert <simon.n@t-online.hu>.
Contributed by Janusz Pora <januszpora@onet.eu>
* Updated: Harbour Compiler 3.2.0dev (SVN 2012-06-10 17:19):
* Updated: HbZipArc library source code (see in folder \Source\HbZipArc):
- fixed for unicode support.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(look at ReadMe.txt in folder \harbour)
* New: 'Partial seek in TsBrowse' sample: just write 'Jo Sm' to find 'John Smith'.
Contributed by Krzysztof Stankiewicz <ks@nsm.pl>
(see in folder \samples\Advanced\Tsb_seek)
* New: 'Managing reservations rooms' sample.
Contributed by Pierpaolo Martinello alice.it>
(see in folder \samples\Applications\Reservation)
* Updated: 'Browse in MDI Childs' sample: added browse refreshing at 'On Click' event.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\basic\mdi_2)
* Updated: 'BackUp Utility' sample:
- adding recursive backUp of folder and some kind of maintenance for archives.
Contributed by Evangelos Tsakalidis <tsakal@otenet.gr>
(see in folder \samples\Basic\BackUp)
* Updated: 'System services' sample: speed improvement with using of class stringBuffer.
Contributed by Evangelos Tsakalidis <tsakal@otenet.gr>
(see in folder \samples\Advanced\WMI_Service_2)

This release is considered stable and ready for production use.

This issue is dedicated to the 2012 UEFA European Football Championship (*Euro 2012*)!

--
With Best Regards,
Grigory Filatov
[MiniGUI Team]

Sunday, May 20, 2012

Harbour MiniGUI Extended Edition 2.1.1 released on 16th May 2012

Hi All,

The Harbour MiniGUI Extended Edition 2.1.1 setup is published at the following URL:

http://hmgextended.com/files/CONTRIB/hmg-2.1.1-setup.zip

and the lite MinGW-based archive is placed at the following URL:

http://hmgextended.com/files/CONTRIB/hmg211-mingw.zip

There is the following changelog for this build:

2012/05/16: HMG Extended Edition 2.1.1 Published.
* Fixed: Hotkeys management in the MDI Child windows:
- Fixed: Inplace editing error in Browse control;
- Added: Moving between controls via Tab and Shift-Tab hotkeys.
Based upon a contribution of Russian user SergKis
(see demo in folder \samples\Basic\MDI_3)
* Fixed: 'FocusedControl' property of form don't work in the MDI Child windows.
Based upon a contribution of Russian user SergKis
* Changed: The internal C-function loadolepicture() was splitted on four parts
for simplification and possible memory leaks correction.
Contributed by Petr Chornyj .
* Changed: The internal font management functions were rewritten for simplification
and optimization. The function SetFontNameSize() is obsolete now and
defined for compatibility with old code only.
Contributed by Petr Chornyj .
* Enhanced: Added autodetecting and setting of the user codepage at program's startup
for compatibility with a last Harbour unicode changes.
Contributed by Grigory Filatov
* Enhanced: The DRAW GRAPH command respects the font attributes which are defined
via SET FONT TO command for all form's controls.
Requested by Simon Norbert .
Contributed by Grigory Filatov
(see demo in folder \samples\Basic\MAINDEMO_(SYNTAX_I))
* Updated: HBPrinter library v.2.32 (see source in folder \source\HbPrinter):
- Fixed: Correction in the C-function rr_GetDefaultPrinter()
for compatibility with MinGW32.
- Fixed: Possible memory leak in the C-function rr_GetPrinters().
Contributed by Grigory Filatov
* Updated: Harbour Compiler 3.2.0dev (SVN 2012-05-12 00:55):
* Modified: UNICODE build mode is only one build mode on Windows.
Contributed by Grigory Filatov
(look at ReadMe.txt in folder \harbour)
* New: 'Add a new item in inplaced combobox of GRID control' sample.
Contributed by Grigory Filatov
(see demo3.prg in folder \samples\Basic\Grid_Test)
* New: 'DYNAMIC type usage at INPLACE EDIT in GRID control' sample.
Contributed by Adam Lubszczyk
(see demo2.prg in folder \samples\Basic\Grid_Usertype)
* Updated: 'Simple Editor' sample: added setting font's attributes at startup.
Contributed by Grigory Filatov
(see in folder \samples\Basic\EDITOR)

This release is considered stable and ready for production use.

--
Best Regards,
Grigory Filatov
[MiniGUI Team]

Wednesday, April 25, 2012

Harbour MiniGUI Extended Edition 2.1.0 Released on 25th April 2012

Hi All,

The Harbour MiniGUI Extended Edition 2.1.0 setup is published at the following URL:

http://hmgextended.com/files/CONTRIB/hmg-2.1.0-setup.zip

and the expanded MinGW-based archive is placed at the following URL:

http://hmgextended.com/files/CONTRIB/hmg210-mingw.zip

There is the following changelog for this build:

2012/04/25: HMG Extended Edition 2.1.0 Published.
* Fixed: Wrong resizing of the GetBox control without built-in buttons into Tab container.
Problem was reported by Sergey Danilevich <danilevich57@mail.ru>.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Fixed: Changed correction of Browse's Up/Down keys management in the MDI Child windows.
Based upon a contribution of Russian user SergKis
(see demo in folder \samples\Basic\MDI_2)
* Changed: The Spinner control shows a min/max value on 'LostFocus' event
if user introduced the 'out of range' value from keyboard.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo in folder \samples\Basic\SPINNER)
* Changed: The internal functions _SetControlCol(), _SetControlRow(), _SetControlHeight()
and _SetControlWidth() are defined as pseudo-functions now.
They are a wrappers for the internal function _SetControlSizePos().
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Changed: The internal functions _GetNotifyIconName() and _GetNotifyIconTooltip() are defined
as pseudo-functions again.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Changed: Replacing the cycle For-Next with For Each-Next for improvement of the speed
in the internal function _SetActivationFocus().
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Enhanced: Added a seven optional color's constants to the header include\i_color.ch.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG:
- Fixed: minor correction in the method ExpSeek (introduced in the build 2.0.7).
Contributed by Oleg Krutoff <krutoff@mail.ru>
* Updated: Harbour Compiler 3.1.0dev (SVN 2012-04-20 08:14):
* Modified: Windows WINANSI build mode forcibly turned on.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(look at ReadMe.txt in folder \harbour)
* New: 'Disable/Enable a selected Tab Page with Cargo property usage' sample.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo2.prg in folder \samples\Basic\Cargo)
* New: 'Harbour Script Usage' sample.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Advanced\RunScript)
* New: 'Menu for running of the external console programs' sample.
Contributed by Verchenko Andrey <verchenkoag@gmail.com>
(see in folder \samples\Advanced\RunTasks)
* Updated: 'File Manager v.0.51' sample:
- Fixed: setting of date/time attributes for file;
- New: Added BACKSPACE key action.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Advanced\FileMan)
* Updated: 'Monitor Tester' sample.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Applications\
MonitorTester)

This release of MiniGUI is considered stable and ready for production use.

--
Best Regards,
Grigory Filatov
[MiniGUI Team]

Friday, February 24, 2012

The Harbour MiniGUI Extended Edition 2.0.7 Release on 14th Feb 2012

Hi All,

The Harbour MiniGUI Extended Edition 2.0.7 setup is published at the following URL:

http://hmgextended.com/files/CONTRIB/hmg-2.0.7-setup.zip

and the lite MinGW-based archive is placed at the following URL:

http://hmgextended.com/files/CONTRIB/hmg207-mingw.zip

There is the following changelog for this build:

2012/02/14: HMG Extended Edition 2.0.7 Published.
* Fixed: Correction in the function _GetFocusedControl() for BtnTextBox and GetBox controls.
Problem was reported by Sasha Savov gmail.com>.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Fixed: Missing moving the BtnTextBox and GetBox controls into Tab container (introduced
in the build 2.0.6).
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Fixed: Wrong position of the captions in the Tab control with the simultaneous use of
'Bottom' and 'BackColor' clauses (ownerdraw style).
Problem was reported by spanish user <hherrera@degesa.net>.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo.prg in folder \samples\Basic\TAB)
* Enhanced: The Image control may determine an image file size when 'Height' and 'Width'
properties were not defined at the determination.
Requested by Simon Norbert <simon.n@t-online.hu>.
Based on the function hb_GetImageSize() contributed by Andi Jahja <harbour@cbn.net.id>
(see demo in folder \samples\Basic\IMAGE_2)
* Updated: Slovak language translation in h_init.prg.
Contributed by Gyula Bartal <bartal@tauris-danubius.sk>
* Updated: HBPrinter library v.2.28 (see source in folder \source\HbPrinter):
- Updated: Czech and Slovak language translations.
Contributed by Gyula Bartal <gybartal@gmail.com>
* Updated: PropGrid library v.2.0 (see source in folder \source\PropGrid):
- Changed: Property item type 'numeric'/'integer' accepts only numeric characters;
- Changed: Property item type 'double' has an optional InputMask in simple form '999 999.99';
- Changed: Improving the operation of the command ENABLE / DISABLE item through Id.
Contributed by Janusz Pora <januszpora@onet.eu>
(see demo3.prg in folder \samples\Advanced\PropGrid)
* Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG:
- Fixed: last row sticking at cursor moving through database at some cases.
Based upon a contribution of Krzysztof Stankiewicz <ks@nsm.pl> and
Christian T. Kurowski <xharbour@wp.pl>
- New: Added class var for assignment of the background of the SELECTOR Header.
Usage: oBrw:nClrSelectorHdBack := GetSysColor( COLOR_BTNFACE )
Contributed by Simon Norbert <simon.n@t-online.hu>.
- Updated: Czech, Slovak and Hungarian language translations;
- Updated: Added warning in the method ExpSeek when Alias() != ::cAlias.
Contributed by Gyula Bartal <gybartal@gmail.com>
* Updated: Harbour Compiler 3.1.0dev (SVN 2012-02-09 13:49):
* Updated: AdoRDD library source code (see in folder \Source\AdoRDD).
(see demo in folder \samples\Basic\Adordd)
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(look at ReadMe.txt in folder \harbour)
* New: 'WAIT WINDOW in FoxPro' sample.
Based upon a code contributed by Antypenko Alexander <santy@lviv.ukrprombank.ua>
(see in folder \samples\Basic\WAIT_WINDOW_

FOX)
* New: 'WebCam Preview' sample:
- WEBCAM control was defined as user component via simple command
@ , WEBCAM [ OF ] ;
[ WIDTH ] [ HEIGHT ] [ RATE ] [ START ]
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Advanced\WebCam_2)
* Updated: MsgEdit sample:
- Changed: function hb_GetImageSize() was moved to minigui core.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Basic\MsgEdit)
* Updated: 'UPX shell' sample: minor changes.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Applications\UPXshell)

This release of MiniGUI is considered stable and ready for production use.

--
Best Regards,
Grigory Filatov
[MiniGUI Team]

P.S. Happy Valentine's Day! ;-)))

Tuesday, April 12, 2011

Harbour MiniGUI 1.9 Extended Edition (Build 95) Released

CCH : From the HMG Extended Forum

Hi All,

The Harbour MiniGUI 1.9 Extended Edition (Build 95) setup is published at the following URL:

http://hmgextended.com/files/CONTRIB/hmg-1.9-95-setup.zip

There is the following changelog for this build:

2011/04/12: Build 95 (HMG 1.9 Extended Edition) Published.
* Fixed: Problem with assigning the plain text to the RichEdit control
(introduced in the build 94).
Bug was reported by Paolo Russignan <paolorus@yahoo.it>.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Fixed: Cleaning of warning at BCC 5.8.2 in the source\c_richeditbox.c
(introduced in the build 94).
Problem was reported by Rossine <qiinfo@ig.com.br>.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Fixed: Timer was fired at the 'Value' property changing in the disabled state.
It exists in the official version too.
Problem was reported by Jaroslav Janik <jaroslav.janik@siemens.com>.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Enhanced: Panel window supports now the conjoint form of spelling for events
and properties (OnInit, OnRelease, VirtualWidth, VirtualHeight,
FontName, FontSize) at definition similar to others kind of windows.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Enhanced: 'Address' property of Hyperlink control can contain the procedure name:
- ADDRESS "proc:\\MyProc()" for execute the user function.
Based upon a contribution by Sasha Savov ;
(see demo in folder \samples\Basic\HYPERLINK)
* Changed: Fixed warnings at the compilation in MinGW32 (tested for 3.18).
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: HBPrinter library v.2.24 (see source in folder \source\HbPrinter):
- Fixed: C-code cleaning for warnings with MinGW32.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: MiniPrint library (see source in folder \Source\MiniPrint):
- Fixed: C-code cleaning for warnings with MinGW32.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG:
- Fixed: Missing ADS tag order support in the SetDbf method.
Contributed by Igor Nazarov.
- Fixed: Code cleaning for warnings with MinGW32.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: Harbour Compiler 2.1.0rc2 (SVN 2011-04-10 12:43).
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(look at ReadMe.txt in folder \harbour)
* Updated: HMGS-IDE v.1.0.7.1. Project Manager and Two-Way Visual Form Designer.
Contributed by Walter Formigoni <walter.formigoni@uol.com.br>
(look for what's new at changelog.txt in folder \Ide)
* New: 'Tone function via sound card' sample.
Based on code contributed by Andi Jahja <harbour@cbn.net.id>.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Advanced\Tone)
* Updated: 'TBrowse SpecHeader' sample for compatibility with TSBrowse 9.0 syntax.
Contributed by Janusz Pora <januszpora@onet.eu>
(see in folder \samples\Advanced\Tsb_
SpecHeader)
* Updated: 'Multi Richedit' sample.
Contributed by Janusz Pora <januszpora@onet.eu>
(see in folder \samples\Advanced\RicheditEx_2)

This release of MiniGUI is considered stable and ready for production use.

Your comments/feedback are welcome!

--
Best Regards,
Grigory Filatov
[MiniGUI Team]

Friday, March 18, 2011

HMGS-IDE 1.0.7.1 Released on 16th March 2011

CCH : From the HMG Extended Forum

Hi All,

The updated HMGS-IDE 1.0.7.1 binary and sources are published
at the following URL:
http://www.hmgextended.com/files/HMGS-IDE/ide.zip

Whatsnew:
2011-03-16: version 1.0.7.1
*Fixed: problem at creating a new report. Bug was reported by Sudip
*Fixed: problem at deleting the all reports.

You can update this build via clicking 'Update' menuitem in the main
menu 'Help'.

--
Kind Regards,
Grigory Filatov
[MiniGUI Team]

Harbour MiniGUI 1.9 Extended Edition (Build 94) Released on 15th March 2011

CCH: From the HMG Extended Forum

Hi All,

The Harbour MiniGUI 1.9 Extended Edition (Build 94) setup is published at the following URL:

http://hmgextended.com/files/CONTRIB/hmg-1.9-94-setup.zip

There is the following changelog for this build:

2011/03/15: Build 94 (HMG 1.9 Extended Edition) Published.
* Fixed: The 'OnChange' event fired by mouse click in the celled GRID without
changing of the cell. It exists in the official version too.
Contributed by Grigory Filatov
(see demo2.prg in folder \samples\Basic\Grid_7)
* Fixed: The Radiogroup executes 'OnChange' event by mouse click when it's value
is not changed. It exists in the official version too.
Contributed by Grigory Filatov
(see demo1.prg in folder \samples\Basic\RadioGroup)
* Fixed: Minor correction of RadioGroup SetFocus behaviour.
Contributed by Grigory Filatov
* Enhanced: RadioGroup accepts now a zero value. This is usefully when we want
init a radiogroup without default value.
When we assign a value greater or smaller than radiogroup elements amount,
the previous value will be mainted and not display the runtime error.
Based upon a contribution by Eduardo Fernandes
(see demo3.prg in folder \samples\Basic\RadioGroup)
* Enhanced: DATEPICKER control supports a new clause RANGE dRangeMin, dRangeMax.
You can set/get these properties at runtime:
- function syntax:
SetProperty ( Form, DatePick, 'RangeMin', dData )
GetProperty ( Form, DatePick, 'RangeMax' ) --> dData
- pseudo-OOP syntax:
Form.DatePick.RangeMin := dData
Form.DatePick.RangeMax --> dData
You can erase date range at runtime via:
Form.DatePick.RangeMin := 0
Form.DatePick.RangeMax := 0
Requested by Anibal Villalobos Guillen .
Based upon a code by Alfredo Franceschetti .
Contributed by Grigory Filatov
(see demo2.prg in folder \samples\Basic\DatePicker)
* Changed: Minor improvements in the functions InputBox() and InputWindow().
Suggested by Honorio A. S. Almeida .
Contributed by Grigory Filatov
(see demo in folder \samples\Basic\InputBox)
* Changed: The internal function Random() is defined as pseudo-function now.
It is a wrapper for the Harbour function hb_RandomInt().
Contributed by Grigory Filatov
* Changed: The WinAPI constants from h_msgbox.prg are moved to header file i_winuser.ch.
Contributed by Grigory Filatov
(see i_winuser.ch in folder Include\)
* Updated: RichEditBox control:
- Modified: RichEdit Dll v.4.1 unicode support at WinXP SP1 or later.
Based upon a contribution by Janusz Pora .
- Added: unloading RichEdit Dll at program exit.
Contributed by Grigory Filatov .
* Updated: PropGrid library source code (see in folder \Source\PropGrid):
- Fixed: C-code cleaning for warnings with BCC.
Contributed by Grigory Filatov
* Updated: PropSheet library source code (see in folder \Source\PropSheet):
- Fixed: C-code cleaning for warnings with BCC.
Contributed by Grigory Filatov
* Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG:
- Fixed: Font assigning at inplace editing in btnbox, combo, datepicker and getbox.
- Fixed: Missing Alias qualification in the SetDbf method.
Contributed by Igor Nazarov.
- Changed: Function OrdScope() was used for index based filters.
Contributed by Janusz Pora
* Updated: Harbour Compiler 2.1.0rc2 (SVN 2011-03-11 13:41):
* Updated: most important differences between Harbour and xHarbour
(see xhb-diff.txt in folder \harbour\doc)
Contributed by Grigory Filatov
(look at ReadMe.txt in folder \harbour)
* Updated: HMGS-IDE v.1.0.7. Project Manager and Two-Way Visual Form Designer.
Contributed by Walter Formigoni
(look for what's new at changelog.txt in folder \Ide)
* New: 'Display Structure' sample.
Based upon a contribution by Marcos Antonio Gambeta
(see in folder \samples\Basic\DISPLAY_STRUCTURE)
* New: 'HMG Radiogroup' sample. Borrowed from HMG 4 project.
Adapted by Grigory Filatov
(see demo1.prg in folder \samples\Basic\RadioGroup)
* New: 'TsBrowse Incremental search' sample.
Based upon a contribution by Igor Nazarov
(see in folder \samples\Advanced\Tsb_filter)
* Updated: MsgEdit sample:
- Changed: function hb_GetImageSize() was used instead of XImage.dll.
Based on code contributed by Andi Jahja
(see in folder \samples\Basic\MsgEdit)

This release of MiniGUI is considered stable and ready for production use.

Your comments/feedback are welcome!

--
Best Regards,
Grigory Filatov
[MiniGUI Team]

Sunday, March 13, 2011

How to create libminigui.a with MingW32 by Walter Formigoni

As requested by me to Walter for a step-by-step approach on the above :-

1-download and install Mingw32. if you use hmg from Roberto, Mingw32 is

already instaled in c:\hmg\mingw

2-compile harbour with Mingw32. if you use hmg from Roberto, Mingw32 is

already instaled in c:\hmg\harbour

some libs of contrib are not created. verify if these libs are

essencial and compile them too.

3-in c:\minigui\source create makefile.gcc

4-create folder c:\minigui\obj (if not exist)


//begin makefile.gcc

HRB_DIR = c:/hmg/harbour

INC_DIR = c:/minigui/include

OBJ_DIR = c:/minigui/obj

LIB_DIR = c:/minigui/lib

SRC_DIR = c:/minigui/source

CFLAGS = -Wall -mno-cygwin -O3


all: \

$(LIB_DIR)/libminigui.a \


$(LIB_DIR)/libminigui.a : \

$(OBJ_DIR)/h_media.o \

$(OBJ_DIR)/h_browse.o \

$(OBJ_DIR)/h_DIALOG.o \

$(OBJ_DIR)/h_error.o \

$(OBJ_DIR)/h_ipaddress.o \

$(OBJ_DIR)/h_monthcal.o \

$(OBJ_DIR)/h_help.o \

$(OBJ_DIR)/h_status.o \

$(OBJ_DIR)/h_tree.o \

$(OBJ_DIR)/h_toolbar.o \

$(OBJ_DIR)/errorsys.o \

$(OBJ_DIR)/h_init.o \

$(OBJ_DIR)/h_winapimisc.o \

$(OBJ_DIR)/h_slider.o \

$(OBJ_DIR)/h_button.o \

$(OBJ_DIR)/h_checkbox.o \

$(OBJ_DIR)/h_combo.o \

$(OBJ_DIR)/h_controlmisc.o \

$(OBJ_DIR)/h_datepicker.o \

$(OBJ_DIR)/h_editbox.o \

$(OBJ_DIR)/h_grid.o \

$(OBJ_DIR)/h_windows.o \

$(OBJ_DIR)/h_image.o \

$(OBJ_DIR)/h_label.o \

$(OBJ_DIR)/h_listbox.o \

$(OBJ_DIR)/h_menu.o \

$(OBJ_DIR)/h_msgbox.o \

$(OBJ_DIR)/h_frame.o \

$(OBJ_DIR)/h_progressbar.o \

$(OBJ_DIR)/h_radio.o \

$(OBJ_DIR)/h_spinner.o \

$(OBJ_DIR)/h_tab.o \

$(OBJ_DIR)/h_textbox.o \

$(OBJ_DIR)/h_timer.o \

$(OBJ_DIR)/h_font.o \

$(OBJ_DIR)/h_hotkey.o \

$(OBJ_DIR)/h_richeditbox.o \

$(OBJ_DIR)/h_BTNTEXTBOX.o \

$(OBJ_DIR)/h_CURSOR.o \

$(OBJ_DIR)/h_DRAW.o \

$(OBJ_DIR)/h_EDIT_EX.o \

$(OBJ_DIR)/h_EVENTS.o \

$(OBJ_DIR)/h_FOLDER.o \

$(OBJ_DIR)/h_GETBOX.o \

$(OBJ_DIR)/h_GRAPH.o \

$(OBJ_DIR)/h_GRADIENT.o \

$(OBJ_DIR)/h_HOTKEYBOX.o \

$(OBJ_DIR)/h_HYPERLINK.o \

$(OBJ_DIR)/h_IMAGELIST.o \

$(OBJ_DIR)/h_REPORT.o \

$(OBJ_DIR)/h_REGISTRY.o \

$(OBJ_DIR)/h_SCRSAVER.o \

$(OBJ_DIR)/h_SOCKET.o \

$(OBJ_DIR)/h_WBRUSH.o \

$(OBJ_DIR)/h_WINDOWSMDI.o \

$(OBJ_DIR)/h_WINPROP.o \

$(OBJ_DIR)/h_dialogs.o \

$(OBJ_DIR)/h_pager.o \

$(OBJ_DIR)/c_media.o \

$(OBJ_DIR)/c_DIALOG.o \

$(OBJ_DIR)/c_ipaddress.o \

$(OBJ_DIR)/c_monthcal.o \

$(OBJ_DIR)/c_help.o \

$(OBJ_DIR)/c_status.o \

$(OBJ_DIR)/c_tree.o \

$(OBJ_DIR)/c_toolbar.o \

$(OBJ_DIR)/c_button.o \

$(OBJ_DIR)/c_checkbox.o \

$(OBJ_DIR)/c_combo.o \

$(OBJ_DIR)/c_controlmisc.o \

$(OBJ_DIR)/c_datepicker.o \

$(OBJ_DIR)/c_resource.o \

$(OBJ_DIR)/c_font.o \

$(OBJ_DIR)/c_richeditbox.o \

$(OBJ_DIR)/c_editbox.o \

$(OBJ_DIR)/c_dialogs.o \

$(OBJ_DIR)/c_grid.o \

$(OBJ_DIR)/c_windows.o \

$(OBJ_DIR)/c_image.o \

$(OBJ_DIR)/c_label.o \

$(OBJ_DIR)/c_listbox.o \

$(OBJ_DIR)/c_menu.o \

$(OBJ_DIR)/c_msgbox.o \

$(OBJ_DIR)/c_frame.o \

$(OBJ_DIR)/c_progressbar.o \

$(OBJ_DIR)/c_radio.o \

$(OBJ_DIR)/c_slider.o \

$(OBJ_DIR)/c_spinner.o \

$(OBJ_DIR)/c_tab.o \

$(OBJ_DIR)/c_textbox.o \

$(OBJ_DIR)/c_timer.o \

$(OBJ_DIR)/c_winapimisc.o \

$(OBJ_DIR)/c_hotkey.o \

$(OBJ_DIR)/c_browse.o \

$(OBJ_DIR)/c_BITMAP.o \

$(OBJ_DIR)/c_BTNTEXTBOX.o \

$(OBJ_DIR)/c_CURSOR.o \

$(OBJ_DIR)/c_FOLDER.o \

$(OBJ_DIR)/c_GETBOX.o \

$(OBJ_DIR)/c_GRAPH.o \

$(OBJ_DIR)/c_HOTKEYBOX.o \

$(OBJ_DIR)/c_IMAGELIST.o \

$(OBJ_DIR)/c_REGISTRY.o \

$(OBJ_DIR)/c_HYPERLINK.o \

$(OBJ_DIR)/c_WINDOWSMDI.o \

$(OBJ_DIR)/c_WINPROP.o \

$(OBJ_DIR)/c_WINXP.o \

$(OBJ_DIR)/c_pager.o \


ar rc $@ $^


$(OBJ_DIR)/c_media.o : $(SRC_DIR)/c_media.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_DIALOG.o : $(SRC_DIR)/c_DIALOG.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_ipaddress.o : $(SRC_DIR)/c_ipaddress.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_monthcal.o : $(SRC_DIR)/c_monthcal.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_help.o : $(SRC_DIR)/c_help.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_status.o : $(SRC_DIR)/c_status.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_tree.o : $(SRC_DIR)/c_tree.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_toolbar.o : $(SRC_DIR)/c_toolbar.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_button.o : $(SRC_DIR)/c_button.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_checkbox.o : $(SRC_DIR)/c_checkbox.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_combo.o : $(SRC_DIR)/c_combo.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_controlmisc.o : $(SRC_DIR)/c_controlmisc.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_datepicker.o : $(SRC_DIR)/c_datepicker.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_resource.o : $(SRC_DIR)/c_resource.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_font.o : $(SRC_DIR)/c_font.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_richeditbox.o : $(SRC_DIR)/c_richeditbox.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_editbox.o : $(SRC_DIR)/c_editbox.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_dialogs.o : $(SRC_DIR)/c_dialogs.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_grid.o : $(SRC_DIR)/c_grid.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_windows.o : $(SRC_DIR)/c_windows.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_image.o : $(SRC_DIR)/c_image.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_label.o : $(SRC_DIR)/c_label.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_listbox.o : $(SRC_DIR)/c_listbox.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_menu.o : $(SRC_DIR)/c_menu.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_msgbox.o : $(SRC_DIR)/c_msgbox.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_frame.o : $(SRC_DIR)/c_frame.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_progressbar.o : $(SRC_DIR)/c_progressbar.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_radio.o : $(SRC_DIR)/c_radio.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_slider.o : $(SRC_DIR)/c_slider.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_spinner.o : $(SRC_DIR)/c_spinner.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_tab.o : $(SRC_DIR)/c_tab.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_textbox.o : $(SRC_DIR)/c_textbox.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_timer.o : $(SRC_DIR)/c_timer.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_winapimisc.o : $(SRC_DIR)/c_winapimisc.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_hotkey.o : $(SRC_DIR)/c_hotkey.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_browse.o : $(SRC_DIR)/c_browse.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_BITMAP.o : $(SRC_DIR)/c_BITMAP.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_BTNTEXTBOX.o : $(SRC_DIR)/c_BTNTEXTBOX.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_CURSOR.o : $(SRC_DIR)/c_CURSOR.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_FOLDER.o : $(SRC_DIR)/c_FOLDER.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_GETBOX.o : $(SRC_DIR)/c_GETBOX.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_GRAPH.o : $(SRC_DIR)/c_GRAPH.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_HOTKEYBOX.o : $(SRC_DIR)/c_HOTKEYBOX.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_IMAGELIST.o : $(SRC_DIR)/c_IMAGELIST.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_REGISTRY.o : $(SRC_DIR)/c_REGISTRY.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_HYPERLINK.o : $(SRC_DIR)/c_HYPERLINK.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_WINDOWSMDI.o : $(SRC_DIR)/c_WINDOWSMDI.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_WINPROP.o : $(SRC_DIR)/c_WINPROP.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_WINXP.o : $(SRC_DIR)/c_WINXP.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^

$(OBJ_DIR)/c_pager.o : $(SRC_DIR)/c_pager.c

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^


$(OBJ_DIR)/h_media.o : $(OBJ_DIR)/h_media.c

$(OBJ_DIR)/h_DIALOG.o : $(OBJ_DIR)/h_DIALOG.c

$(OBJ_DIR)/h_browse.o : $(OBJ_DIR)/h_browse.c

$(OBJ_DIR)/h_error.o : $(OBJ_DIR)/h_error.c

$(OBJ_DIR)/h_ipaddress.o : $(OBJ_DIR)/h_ipaddress.c

$(OBJ_DIR)/h_monthcal.o : $(OBJ_DIR)/h_monthcal.c

$(OBJ_DIR)/h_help.o : $(OBJ_DIR)/h_help.c

$(OBJ_DIR)/h_status.o : $(OBJ_DIR)/h_status.c

$(OBJ_DIR)/h_tree.o : $(OBJ_DIR)/h_tree.c

$(OBJ_DIR)/h_toolbar.o : $(OBJ_DIR)/h_toolbar.c

$(OBJ_DIR)/errorsys.o : $(OBJ_DIR)/errorsys.c

$(OBJ_DIR)/h_init.o : $(OBJ_DIR)/h_init.c

$(OBJ_DIR)/h_winapimisc.o : $(OBJ_DIR)/h_winapimisc.c

$(OBJ_DIR)/h_slider.o : $(OBJ_DIR)/h_slider.c

$(OBJ_DIR)/h_button.o : $(OBJ_DIR)/h_button.c

$(OBJ_DIR)/h_checkbox.o : $(OBJ_DIR)/h_checkbox.c

$(OBJ_DIR)/h_combo.o : $(OBJ_DIR)/h_combo.c

$(OBJ_DIR)/h_controlmisc.o : $(OBJ_DIR)/h_controlmisc.c

$(OBJ_DIR)/h_datepicker.o : $(OBJ_DIR)/h_datepicker.c

$(OBJ_DIR)/h_editbox.o : $(OBJ_DIR)/h_editbox.c

$(OBJ_DIR)/h_dialogs.o : $(OBJ_DIR)/h_dialogs.c

$(OBJ_DIR)/h_pager.o : $(OBJ_DIR)/h_pager.c

$(OBJ_DIR)/h_grid.o : $(OBJ_DIR)/h_grid.c

$(OBJ_DIR)/h_windows.o : $(OBJ_DIR)/h_windows.c

$(OBJ_DIR)/h_image.o : $(OBJ_DIR)/h_image.c

$(OBJ_DIR)/h_label.o : $(OBJ_DIR)/h_label.c

$(OBJ_DIR)/h_listbox.o : $(OBJ_DIR)/h_listbox.c

$(OBJ_DIR)/h_menu.o : $(OBJ_DIR)/h_menu.c

$(OBJ_DIR)/h_msgbox.o : $(OBJ_DIR)/h_msgbox.c

$(OBJ_DIR)/h_frame.o : $(OBJ_DIR)/h_frame.c

$(OBJ_DIR)/h_progressbar.o : $(OBJ_DIR)/h_progressbar.c

$(OBJ_DIR)/h_radio.o : $(OBJ_DIR)/h_radio.c

$(OBJ_DIR)/h_spinner.o : $(OBJ_DIR)/h_spinner.c

$(OBJ_DIR)/h_tab.o : $(OBJ_DIR)/h_tab.c

$(OBJ_DIR)/h_textbox.o : $(OBJ_DIR)/h_textbox.c

$(OBJ_DIR)/h_timer.o : $(OBJ_DIR)/h_timer.c

$(OBJ_DIR)/h_font.o : $(OBJ_DIR)/h_font.c

$(OBJ_DIR)/h_hotkey.o : $(OBJ_DIR)/h_hotkey.c

$(OBJ_DIR)/h_richeditbox.o : $(OBJ_DIR)/h_richeditbox.c

$(OBJ_DIR)/h_BTNTEXTBOX.o : $(OBJ_DIR)/h_BTNTEXTBOX.c

$(OBJ_DIR)/h_CURSOR.o : $(OBJ_DIR)/h_CURSOR.c

$(OBJ_DIR)/h_DRAW.o : $(OBJ_DIR)/h_DRAW.c

$(OBJ_DIR)/h_EDIT.o : $(OBJ_DIR)/h_EDIT.c

$(OBJ_DIR)/h_EDIT_EX.o : $(OBJ_DIR)/h_EDIT_EX.c

$(OBJ_DIR)/h_EVENTS.o : $(OBJ_DIR)/h_EVENTS.c

$(OBJ_DIR)/h_FOLDER.o : $(OBJ_DIR)/h_FOLDER.c

$(OBJ_DIR)/h_GETBOX.o : $(OBJ_DIR)/h_GETBOX.c

$(OBJ_DIR)/h_GRAPH.o : $(OBJ_DIR)/h_GRAPH.c

$(OBJ_DIR)/h_GRADIENT.o : $(OBJ_DIR)/h_GRADIENT.c

$(OBJ_DIR)/h_HOTKEYBOX.o : $(OBJ_DIR)/h_HOTKEYBOX.c

$(OBJ_DIR)/h_HYPERLINK.o : $(OBJ_DIR)/h_HYPERLINK.c

$(OBJ_DIR)/h_IMAGELIST.o : $(OBJ_DIR)/h_IMAGELIST.c

$(OBJ_DIR)/h_REGISTRY.o : $(OBJ_DIR)/h_REGISTRY.c

$(OBJ_DIR)/h_REPORT.o : $(OBJ_DIR)/h_REPORT.c

$(OBJ_DIR)/h_SCRSAVER.o : $(OBJ_DIR)/h_SCRSAVER.c

$(OBJ_DIR)/h_SOCKET.o : $(OBJ_DIR)/h_SOCKET.c

$(OBJ_DIR)/h_WBRUSH.o : $(OBJ_DIR)/h_WBRUSH.c

$(OBJ_DIR)/h_WINDOWSMDI.o : $(OBJ_DIR)/h_WINDOWSMDI.c

$(OBJ_DIR)/h_WINPROP.o : $(OBJ_DIR)/h_WINPROP.c


$(OBJ_DIR)/h_media.c : $(SRC_DIR)/h_media.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_DIALOG.c : $(SRC_DIR)/h_DIALOG.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_browse.c : $(SRC_DIR)/h_browse.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_error.c : $(SRC_DIR)/h_error.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_ipaddress.c : $(SRC_DIR)/h_ipaddress.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_monthcal.c : $(SRC_DIR)/h_monthcal.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_help.c : $(SRC_DIR)/h_help.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_status.c : $(SRC_DIR)/h_status.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_tree.c : $(SRC_DIR)/h_tree.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_toolbar.c : $(SRC_DIR)/h_toolbar.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/errorsys.c : $(SRC_DIR)/errorsys.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_init.c : $(SRC_DIR)/h_init.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_winapimisc.c : $(SRC_DIR)/h_winapimisc.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_slider.c : $(SRC_DIR)/h_slider.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_button.c : $(SRC_DIR)/h_button.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_checkbox.c : $(SRC_DIR)/h_checkbox.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_combo.c : $(SRC_DIR)/h_combo.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_controlmisc.c : $(SRC_DIR)/h_controlmisc.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_datepicker.c : $(SRC_DIR)/h_datepicker.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_editbox.c : $(SRC_DIR)/h_editbox.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_dialogs.c : $(SRC_DIR)/h_dialogs.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_grid.c : $(SRC_DIR)/h_grid.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_windows.c : $(SRC_DIR)/h_windows.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_image.c : $(SRC_DIR)/h_image.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_label.c : $(SRC_DIR)/h_label.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_listbox.c : $(SRC_DIR)/h_listbox.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_menu.c : $(SRC_DIR)/h_menu.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_msgbox.c : $(SRC_DIR)/h_msgbox.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_frame.c : $(SRC_DIR)/h_frame.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_progressbar.c : $(SRC_DIR)/h_progressbar.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_radio.c : $(SRC_DIR)/h_radio.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_spinner.c : $(SRC_DIR)/h_spinner.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_tab.c : $(SRC_DIR)/h_tab.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_textbox.c : $(SRC_DIR)/h_textbox.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_timer.c : $(SRC_DIR)/h_timer.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_font.c : $(SRC_DIR)/h_font.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_hotkey.c : $(SRC_DIR)/h_hotkey.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_richeditbox.c : $(SRC_DIR)/h_richeditbox.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_BTNTEXTBOX.c : $(SRC_DIR)/h_BTNTEXTBOX.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_CURSOR.c : $(SRC_DIR)/h_CURSOR.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_DRAW.c : $(SRC_DIR)/h_DRAW.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_EDIT.c : $(SRC_DIR)/h_EDIT.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_EDIT_EX.c : $(SRC_DIR)/h_EDIT_EX.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_EVENTS.c : $(SRC_DIR)/h_EVENTS.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_FOLDER.c : $(SRC_DIR)/h_FOLDER.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_GETBOX.c : $(SRC_DIR)/h_GETBOX.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_GRAPH.c : $(SRC_DIR)/h_GRAPH.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_GRADIENT.c : $(SRC_DIR)/h_GRADIENT.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_HOTKEYBOX.c : $(SRC_DIR)/h_HOTKEYBOX.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_HYPERLINK.c : $(SRC_DIR)/h_HYPERLINK.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_IMAGELIST.c : $(SRC_DIR)/h_IMAGELIST.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_REGISTRY.c : $(SRC_DIR)/h_REGISTRY.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_REPORT.c : $(SRC_DIR)/h_REPORT.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_SCRSAVER.c : $(SRC_DIR)/h_SCRSAVER.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_SOCKET.c : $(SRC_DIR)/h_SOCKET.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_WBRUSH.c : $(SRC_DIR)/h_WBRUSH.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_WINDOWSMDI.c : $(SRC_DIR)/h_WINDOWSMDI.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_WINPROP.c : $(SRC_DIR)/h_WINPROP.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^

$(OBJ_DIR)/h_pager.c : $(SRC_DIR)/h_pager.prg

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^


.prg.c:

$(HRB_DIR)/bin\harbour.exe $^ -n -I$(HRB_DIR)/include

-i$(INC_DIR) -d__WINDOWS__ -o$@ $^


.c.o:

gcc $(CFLAGS) -c -I$(INC_DIR) -I$(HRB_DIR)/include -o $@ $^


//end makefile.gcc


5-create makelib.bat


//begin makelib.bat

@echo off


set PATH=c:\hmg\mingw\bin


if "%1" == "clean" goto CLEAN

if "%1" == "CLEAN" goto CLEAN


:BUILD


mingw32-make.exe -f makefile.gcc

if errorlevel 1 goto BUILD_ERR


:BUILD_OK


goto EXIT


:BUILD_ERR


goto EXIT


:CLEAN

del lib\*.a

del lib\*.bak

del obj\*.o

del obj\*.c


goto EXIT


:EXIT

//end makelib.bat


Kind regards

Walter Formigoni

Wednesday, March 9, 2011

HMGS-IDE 1.0.7 Released on 9th March 2011

CCH: From the HMG Extended Forum

Hi All,

The updated HMGS-IDE 1.0.7 binary and sources are published
at the following URL:
http://www.hmgextended.com/files/HMGS-IDE/ide.zip

Whatsnew by Walter Formigoni:
2011-03-07: version 1.0.7
*Added: in menu delete special control DROPDOWN MENU.
*Added : in controlorder option to show or not Label control. Requested by Sudip <sudipb001@gmail.com>
*Changed: in loadform of control TSBROWSE with complete fields.
*Added: copy controls. Requested by Sudip <sudipb001@gmail.com>
*Changed : in controls , selecting a control will be copied to form until is unchecked by DeSelect button.

You can update this build via clicking 'Update' menuitem in the main
menu 'Help'.

--
Kind Regards,
Grigory Filatov
[MiniGUI Team]

Friday, March 4, 2011

HMGS-IDE 1.0.6.2 Released on 4th March 2011

CCH: From the HMG Extended Forum

Hi All,

The updated HMGS-IDE 1.0.6.2 binary and sources are published
at the following URL:
http://www.hmgextended.com/files/HMGS-IDE/ide.zip

Whatsnew:
2011-03-03: version 1.0.6.2
*Added : ON DROPFILES event management. Requested by Jaroslav Janik . Contribution by Grigory Filatov

You can update this build via clicking 'Update' menuitem in the main
menu 'Help'.

--
Kind Regards,
Grigory Filatov

Wednesday, February 23, 2011

How to Build a Minigui (HMG Extended) Application with hbmk2 (Hb2.1, rc2)

Let us see what I have achieved thus far using hbmk2 from  the Harbour 2.1, rc (rev 16348) nightly builds as well as the MinGW Compiler

1. Harbour 2.1 + gtWVT - succesful
2..Harbour 2.1 + gtWVG- succesful
3. Harbour 2.0 + HMG.3.0.35 - succesful
4. Harbour 2.1 + HMG.3.0.35 -failure as HB2.1 not supported by HMG

With the help of Grigory Filatov of Minigui(HMG Extended) and Viktor (hbmk2 Architect), I have finally managed to do the same with the latest version of Minigui +Harbour 2.1, rc2
Please not that in this case, the MinGW linker could not be used as Borland C++ Compiler was used to build Minigui.

The successful re-building of a legacy 16-bit FiveWin application was done using the free Borland C++ Compiler +Harbour 2.1, rc2 +Minigui using the following .hbp and .hbc files

HRM4HMGX.HBP-oHRM4HMGX.exe
-w3
-es2
-gtgui
-rebuild

-lminigui -lvfw32
-lhbct -lhbmzip -lminizip -lhbwin -lhbmisc -lxhb

HRM4HMGX.HBC

hrm4win.prg
locks.prg

HRM4HMGX.HBC
incpaths=C:\MiniGUI\include
libpaths=C:\MiniGUI\lib
libs=
gt=
mt=no
instpaths=

Wednesday, February 16, 2011

Harbour MiniGUI 1.9 Extended Edition (Build 93 Released on 16th Feb 2011

CCH: From the HMG Extended Forum
Hi All,

The Harbour MiniGUI 1.9 Extended Edition (Build 93) setup is published at the following URL:

http://hmgextended.com/files/CONTRIB/hmg-1.9-93-setup.zip

There is the following changelog for this build:

2011/02/16: Build 93 (HMG 1.9 Extended Edition) Published.
* Changed: Clipboard retrieve text function was renamed due to misspelled to
RetrieveTextFromClipboard()-->
cText - retrieve text from Windows clipboard
Reported by Kevin Carmody <i@kevincarmody.com>.
* Updated: Clipboard functions:
- New: Added function ClearClipboard();
- Updated: function RetrieveTextFromClipboard(). Borrowed from ooHG.
Contributed by Vladimir Chumachenko <ChVolodymyr@yandex.ru>
(see demo in folder \samples\Basic\CLIPBOARD).
* Updated: Grid/TextBox: minor cleaning of InputMask processing code.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demos in folder \samples\Basic\INPUTMASK)
* Updated: MiniPrint library (see source in folder \Source\MiniPrint):
- New: Added DOTTED clause in the PRINT LINE command.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demo in folder \samples\Basic\miniprint)
* Updated: Socket library source code by Matteo Baccan <baccan@infomedia.it>:
- Updated: date handling of method Send() in tsmtp.prg.
Problem was reported by Alen Uzelac <solvox@gmail.com>.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \Source\Socket)
* Updated: HbSQLite3 library source code (see in folder \Source\HbSQLite3):
- update for using SQLITE3 version 3.7.5
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG:
- Added: Array vertical bar management in the Insert method.
- Fixed: Problem with using Ctrl+V / Shift+Insert hotkeys.
Bug was reported by Paolo Russignan <paolorus@yahoo.it>.
Contributed by Janusz Pora <januszpora@onet.eu>
(see demo in folder \samples\Advanced\Tsb_Array)
* Updated: HMG_QHTM library (see source in folder \Source\QHTM):
- New: Added function QHTM_EnableUpdate() - enable/disable redraw element of QHTM;
- New: Define QHTM now supports the fontname and fontsize attributes.
Contributed by Vladimir Chumachenko <ChVolodymyr@yandex.ru>
(look at changelog.txt in folder \Source\QHTM)
* Updated: Harbour Compiler 2.1.0rc1 (SVN 2011-02-15 09:21):
* Updated: HbSqlDD library source code (see in folder \Source\HbSqlDD);
* Updated: HbSQLite3 library source code (see in folder \Source\HbSQLite3);
* Updated: freeimage.lib update to 3.15.0 (from 3.9.3).
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(look at ReadMe.txt in folder \harbour)
* Updated: HMGS-IDE v.1.0.6.1. Project Manager and Two-Way Visual Form Designer.
Contributed by Walter Formigoni <walter.formigoni@uol.com.br> and
Pete D. <pete_westg@yahoo.gr>
(look for whatsnew at changelog.txt in folder \Ide)
* New: 'HMG Grid' sample. Borrowed from HMG 4 project.
Adapted by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Basic\Grid_Test)
* Updated: 'ADORDD' sample with using a TBROWSE control:
- Updated for compatibility with TSBrowse 9.0 syntax.
Problem was reported by Oscar Martin.
(see in folder \samples\Basic\ADORDD_4)
* Updated: Grid samples. Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see demos in folder \samples\Basic\Grid)
* Updated: 'Get DIR List' sample.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Basic\DirList)
* Updated: 'Multi Richedit' sample.
Requested by Marcelo A. L. Carli <malcarli@terra.com.br>.
Contributed by Janusz Pora <januszpora@onet.eu>
(see in folder \samples\Advanced\RicheditEx_2)

This release of MiniGUI is considered stable and ready for production use.

Your comments/feedback are welcome!

--
Best Regards,
Grigory Filatov
[MiniGUI Team]

Friday, February 11, 2011

HMGS-IDE 1.0.6.1 Released on 11th February 2011

CCH : From the HMG Extended Forum

Hi All,

The updated HMGS-IDE 1.0.6.1 (binary and sources) are published
at the following URL:
http://www.hmgextended.com/files/HMGS-IDE/ide.zip

Whatsnew:
2011-02-10: version 1.0.6.1
*Fixed : bug in move.prg regarding moving of TIMER control. Contribution of Pete <pete_westg@yahoo.gr>
*Changed : showing of title date in HMGSIDE.prg. Contribution of Pete <pete_westg@yahoo.gr>
*Changed : replace function WaitWin with ShowInfo( uMessage ). Contribution of Pete <pete_westg@yahoo.gr>
*Changed : UPX.EXE compression starts with --best --lzma params. Contribution of Pete <pete_westg@yahoo.gr>
*Added : warning at start of update HMGS-IDE. Contribution of Pete <pete_westg@yahoo.gr>

Your feedback is welcome!

--
Kind Regards,
Grigory Filatov
[MiniGUI Team]

Thursday, February 10, 2011

HMGS-IDE 1.0.6 Released on 9th February 2011

CCH: From the HMG Extended Forum

Hi All,

The updated HMGS-IDE 1.0.6 binary and sources are published
at the following URL:
http://www.hmgextended.com/files/HMGS-IDE/ide.zip

Whatsnew:
2011-02-08: version 1.0.6
*Added : PANEL control. Requested by lichitorres <lichitorres@yahoo.com.ar> and by Franz <franz@valgraveglia.net>
*Fixed : in controlorder position of control Radiogroup.
*Changed : in controlorder to not show control Label to make more easy change order of controls.
*Fixed : in mainmenu save of CAPTION in menu popup with property NAME and save of last END POPUP
*Changed : control Tsbrowse in loadfmg and in hmgside with complete fields.
*Fixed : Problem in buildlogDblclick when modal window is called above topmost window. Contribution by Grigory Filatov <gfilatov@inbox.ru>

You can update this build via clicking 'Update' menuitem in the main
menu 'Help'.

--
Kind Regards,
Grigory Filatov
[MiniGUI Team]

Wednesday, January 26, 2011

Harbour MiniGUI 1.9 Extended Edition (Build 92) Released on 25th Jan 2011

CCH:  From the HMG Extended Forum

Hi All,

The Harbour MiniGUI 1.9 Extended Edition (Build 92) setup is published at the following URL:

http://hmgextended.com/files/CONTRIB/hmg-1.9-92-setup.zip

There is the following changelog for this build:

2011/01/25: Build 92 (HMG 1.9 Extended Edition) Published.
* Fixed: Problem at windows autoadjusting when there are two controls
in two different windows with the equal names.
Bug was reported by Alfredo Franceschetti .
Contributed by Grigory Filatov
* Enhanced: DEFINE FONT command supports now an optional CHARSET clause.
Contributed by Pavel Tsarenko (tpe2/at/mail.ru)
* Changed: Small simplification of common dialogs functions code.
Contributed by Grigory Filatov
* Changed: Error handling utilize a Strongly-Typed Variables assignment
in the some internal functions (the further implementation).
Contributed by Grigory Filatov
* Updated: MiniPrint library (see source in folder \Source\MiniPrint):
- Modified: Reformatted to Harbour standard using uncrustify tool.
Contributed by Grigory Filatov
* Updated: Socket library source code by Matteo Baccan :
- Added SetReceiveTimeout( nMilliSec ) method in thttp.prg.
Contributed by Mitja Podgornik .
(see in folder \Source\Socket)
* Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG:
- New: Added Enable/Disable/Insert/Modify commands in TsBrowse.ch.
Contributed by Janusz Pora
(see samples 1 and 2 in \samples\Advanced\TsBrowse\TsBTest.prg)
* Updated: Harbour Compiler 2.1.0rc1 (SVN 2011-01-24 23:12):
- New: Added barcode library HbZebra by Mindaugas Kavaliauskas;
- New: Added HbFShip and HbXpp contrib libraries;
- Updated: HbSQLite3 library source code (see in folder \Source\HbSQLite3);
- Updated: HbNetIO contrib library
(see readme.txt in folder \samples\Advanced\NETIO_1\Server);
- Modified: ADS RDD synced for Advantage Database Server 9.0.
Contributed by Grigory Filatov
(look at ReadMe.txt in folder \harbour)
* Updated: HMGS-IDE v.1.0.5.2. Project Manager and Two-Way Visual Form Designer.
Contributed by Walter Formigoni
(look at changelog.txt in folder \Ide)
* New: 'Low Level DBU' utility.
Based upon a contribution by Bicahi Esgici .
Adapted for Minigui Extended by Grigory Filatov
(see in folder \Utils\LL_DBU)
* New: 'HMG common dialogs' sample. Borrowed from HMG 4 project.
Adapted by Grigory Filatov
(see in folder \samples\Basic\COMMON_DIALOGS)
* New: 'HMG ListBox' sample. Borrowed from HMG 4 project.
Adapted by Grigory Filatov
(see in folder \samples\Basic\Listbox_3)
* New: 'WALERT function' sample.
Based upon a contribution by Ricardo Sassy
(see in folder \samples\Basic\WALERT)
* New: 'Minimize the All Applications' sample.
Contributed by Grigory Filatov
(see in folder \samples\Applications\MinimizeAll)
* Updated: 'Project Analyzer' sample for detection of the unused functions.
Contributed by Grigory Filatov
(see in folder \samples\Utils\Project_Analyzer)
* Updated: 'Error Log' sample by Jacek Kubica .
Contributed by Grigory Filatov
(see in folder \samples\Basic\ErrorLog)
* Updated: 'FileCopy with progressbar' sample by Jacek Kubica .
Problem was reported for copying of the large file(s).
Contributed by Grigory Filatov
(see in folder \samples\Basic\Filecopy)
* Updated: 'NirCmd Dll Usage' sample:
- Updated: nircmd.exe from http://www.nirsoft.net/utils/nircmd.html.
Contributed by Grigory Filatov
(see in folder \samples\Advanced\NirCmdDll)

This release of MiniGUI is considered stable and ready for production use.

Your comments/feedback are welcome!

--
Best Regards,
Grigory Filatov
[MiniGUI Team]

Monday, January 10, 2011

Updated HMGS-IDE 1.0.5.2 binary and sources Released on 10th January 2010

CCH : From the HMG Extended Forum

Hi All,

The updated HMGS-IDE 1.0.5.2 binary and sources are published
at the following URL:
http://www.hmgextended.com/files/HMGS-IDE/ide.zip

Whatsnew:
2011-01-08: version 1.0.5.2
*Fixed : Problem in statusbar builder. Bug was reported by Jaroslav Janik <Jaroslav.Janik@siemens.com>. Contribution by Grigory Filatov <gfilatov@inbox.ru>

Remark: You can update this build via clicking 'Update' menuitem in the main menu 'Help'.

--
Kind Regards,
Grigory Filatov
[MiniGUI Team]

Welcome to Clipper... Clipper... Clipper


In 1997, then using Delphi 3, I had already created 32-bits Windows applications for HRIS, ERP and CRM. In 2007, using Ruby on Rails, an AJAX powered CRM site running on Apache & MySQL was created and I am now using Visual Studio .Net 2008 to create web-based projects and Delphi 7 for Win32 applications using SQL2005 & DBFCDX.

So, why then am I reviving the Original Clipper... Clipper... Clipper via a Blog as CA-Clipper is a programming language for the DOS world ? Believe it or not, there are still some clients using my mission-critical CA-Clipper applications for DOS installed in the late 80's and up to the mid 90's. This is testimony to CA-Clipper's robustness as a language :-)

With the widespread introduction of Windows 7 64-bits as the standard O/S for new Windows based PCs & Notebooks, CA-Clipper EXE simply will not work and it has become imperative for Clipper programmers to migrate immediately to Harbour to build 32/64 bits EXEs

Since 28th January 2009, this blog has been read by 134,389 (10/3/11 - 39,277) unique visitors (of which 45,151 (10/3/11 - 13,929) are returning visitors) from 103 countries and 1,574 cities & towns in Europe (37; 764 cities), North America (3; 373 cities) , Central America & Caribeans (6; 13 cities), South America(10; 226 cities), Africa & Middle-East (12; 44 cities) , Asia-Pacific (21; 175 cities). So, obviously Clipper is Alive & Well : -)


TIA & Enjoy ! (10th October 2012, 11:05; 13th November 2015)


Original Welcome Page for Clipper... Clipper... Clipper

This is the original Welcome Page for Clipper... Clipper... Clipper, which I am republishing for historical and sentimental reasons. The only changes that I have made was to fix all the broken links. BTW, the counter from counter.digits.com is still working :-)

Welcome to Chee Chong Hwa's Malaysian WWW web site which is dedicated to Clipperheads throughout the world.

This site started out as a teeny-weeny section of Who the heck is Chee Chong Hwa ? and has graduated into a full blown web site of more than 140 pages (actually hundreds of A4 size pages) ! This is due to its growing popularity and tremendous encouragements from visiting Clipperheads from 100 countries worldwide, from North America, Central America, Caribbean, South America, Europe, Middle-East, Africa and Asia-Pacific. Thanx Clipperheads, you all made this happen !


What is Clipper ?

You may ask, what is this Clipper stuff ? Could Clipper be something to do with sailing as it is the name of a very fast sailing American ship in the 19th century ?

Well, Clipper or to be precise, CA-Clipper is the premier PC-Software development tool for DOS. It was first developed by Nantucket Corporation initially as a compiler for dBase3+ programs. Since then, CA-Clipper has evolved away from its x-base roots with the introduction of lexical scoping & pre-defined objects like TBrowse. As at today, the most stable version ofClipper is 5.2e while the latest version, 5.3a was introduced on 21 May 1996.

As at 11th November, 1996, an unofficial 5.3a fixes file was made available by Jo French. See the About CA-Clipper 5.3a section for more details. BTW, Jo French uploaded the revised 5.3a fixes file on 20th November, 1996.

Latest News

The latest news is that CA has finally released the long-awaited 5.3b patch on 21 May, 1997.

For 5.3b users, you must a take a look at Jo French's comments on unfixed bugs in 5.3b.

BTW, have you used Click ? If you're a serious Clipperprogrammer and need an excellent code formatter, Click is a natural choice. How to get it ? Simple, access Phil Barnett's site via my Cool Clipper Sites.

32-bits Clipper for Windows ?

Have you tried Xbase ++ ? Well, I have and compared to Delphi (my current Windows programming tool of choice), I'm still sticking to Delphi.

Anyway, you should visit the Alaska Home Page. Give it a chance and then draw your own conclusions !.

The Harbour Project

Is this the future of Xbase ? Take a look at at the Harbour Project

You are Visitor # ...

According to counter.digits.com, you are visitor since 3 June 1996.

If you like or dislike what you see on this website, please drop me a line by clicking the email button at the bottom of this page or better still, by filling out the form in my guest book. If you are not sure what to write,click here to take a look at what other Clipperheads have to say.