Home
Getting Started
FAQs
Miscellaneous
Search
Links
License GNU
Language
Spanish
English
Portuguese
Other Menu
SourceForge
Yahoo Groups
Documentation
Download
Administrator
Registro
Username

Password

Remember me
Password Reminder
No account yet? Create one
News Feed's
Polls
xBase Development
  
On Líne
We have 1 guest online

Designed by:
SiteGround web hosting Joomla Templates
Welcome to ooHG!
Written by Administrator   
Jul 14, 2007 at 12:00 AM

ooHG, is a library designed and developed by means of Oriented Programming Objects (OOP), to provide a Graphical User interface for the (x)Harbour compilers. ooHG is compatible with the commands base of MiniGUI, is not needed to know OOP to be able to use it. The design of ooHG is OOP to offer a great flexibility to the library, but for that reason our applications do not have necessarily to be OOP.


Content of ooHG:

  • library ooHG
  • Binary and library of Harbour
  • Harbour ooHG IDE+
  • Several Examples
Write Comment (63 comments)
Last Updated ( Nov 23, 2007 at 09:02 PM )
Read more...
How To download ooHG from CVS ?
Written by Administrator   
Jul 12, 2007 at 06:26 PM

Developers use CVS ( Concurrent Versions System ) as their version control system for the source code of the ooHG. All source code files are saved on the CVS servers from, SourceForge.


This is a short guideline on how to connect to ooHG CVS and how to retrieve all files from CVS.


IMPORTANT: It is strongly encouraged to ONLY use STABLE ooHG builds if you want to develop end-user applications with ooHG. Stable builds are available from the Click here.
Building ooHG from CVS code can result in a unstable ooHG, and therefore, a unstable end-user application if compiled with the unstable ooHG. The code that is on CVS is ONLY for developers who are developing ooHG itself.


Mostly used CVS client tool used by the ooHG developers is "Tortoise CVS". It's a freely available CVS clients under the GPL license. Tortoise CVS can be downloaded from their web pages at http://www.tortoisecvs.org. Be sure to always use the latest of Tortoise. BTW, this is true for ALL the tools you use. ALWAYS use the latest stable versions.


When you have installed Tortoise, open up your "My Computer" and right click on the drive where you want to save the ooHG source files. The Tortoise menu will appear. Now click on "CVS Checkout".



Tortoise will pop up a "Checkout Module" dialog. Fill in all the fields like this:



Click on "OK" to start retrieving all ooHG source files from SourceForge's CVS servers.

If you want to update your ooHG source directory at a later time, open up Windows explorer or any of your favorite file management tool. Go to the drive where the ooHG directory is located, and right click on it.


 


Choose "CVS Update" to get the latest ooHG source files from CVS.

Last Updated ( Aug 07, 2007 at 05:38 PM )