Thursday, January 15, 2009

MiniGUI ...where can find it?

-1-----

If you just want to practice, you can download at:


download practice_minigui.zip



For full download and lastest version, you can download at:

http://www.hmgextended.com/files/CONTRIB

File is called hmg-XX-setup.zip, where XX is the version number.

NOTE: The contents of this ZIP file cannot be extracted using WinZip.
You must use another ZIP extractor such as
WinRAR (http://www.rarlab.com) or
7Zip (http://www.7-zip.org)


Extract practice_minigui.zip or install hmg-XX-setup.zip (depending you download)
at default location C:\MiniGUI

Please read C:\MiniGUI\DOC\minigui.chm for first information.


-2-----
Download the free Borland BCC compiler from:


www.hmgextended.com/files/MISC/


Install at default location C:\BORLAND\BCC55


-3-----
Add the [x]Harbour bin and Borland bin directory to your Windows search path:
path=%path%;c:\minigui\harbour\bin;c:\borland\bcc55\bin

For Win98/WinME users, edit/create Autoexec.bat and include the following lines:
path=%path%;c:\minigui\harbour\bin;c:\borland\bcc55\bin

For W2K/XP users, add/edit at Environment Variables PATH:
c:\borland\bcc55\bin\


-4-----
Edit/create C:\BORLAND\BCC55\Bin\bcc32.cfg and include the following lines:
-I"c:\Borland\Bcc55\include"
-L"c:\Borland\Bcc55\lib;c:\Borland\Bcc55\lib\psdk"


-5-----
Edit/create C:\BORLAND\BCC55\Bin\ilink32.cfg and include the following line:
-L"c:\Borland\Bcc55\lib;c:\Borland\Bcc55\lib\psdk"


-6-----
Restart computer

0 comments:

Post a Comment