oohg / core

Files needed to build and use OOHG's libraries

Home Page:https://oohg.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object Oriented Harbour GUI

License Donate

Object Oriented Harbour GUI (aka OOHG) is a graphical interfase for developing Windows applications using (x)Harbour. It enables programmers to easily develop applications with an user interfase consistent with Microsoft's "Common Controls".

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Microsoft Windows 7 or later.
  • Harbour or xHarbour compiler.
  • ANSI C compiler (BCC, MinGW, Pelles, Visual Studio).
  • The content of this repository installed at folder C:\OOHG

Additional files

Optionaly you may download and install at folder C:\OOHG the following repositories:

Distros

Alternatively you can download a full package installer from: http://sourceforge.net/projects/oohg/files/

Using OOHG

See

Asking for help

Please join the users group at https://groups.google.com/forum/#!forum/oohg

Contributing to OOHG

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

Contributors list

  • Vicente Guerra
  • Ciro Vargas C.
  • Ehab Ouf
  • Eduardo Fernandes
  • Mitja Podgornik
  • Eduar Saavedra
  • Mirity Andor
  • Paola Bruccoleri
  • Gustavo Carlos Asborno
  • Miguel Angel Juarez A.
  • Fernando Yurisich (send a donation)
  • Pierpaolo Martinello
  • Johan
  • Daniel Piperno
  • Ricardo Sassy
  • Hüseyin Aydin
  • Marcelo Torres
  • Sergio Castellari
  • Esteban Ojeda
  • Oskar Lira
  • David Field
  • Roberto Iturriaga
  • Cayetano Gomez
  • Lucho Miranda
  • Ron Pinkas
  • José M. C. Quintas
  • Jacek Pospischil

License

See https://github.com/oohg/core/blob/main/LICENSE.txt

About

Files needed to build and use OOHG's libraries

https://oohg.github.io

License:GNU General Public License v2.0


Languages

Language:xBase 90.8%Language:C 7.6%Language:Batchfile 1.6%