Menu

Tree [r550] /
 History

HTTPS access


File Date Author Commit
 gnatcom 2024-03-17 gdemont [r542] (GNAT style checks) moved limit of source code ...
 gnavi 2023-11-25 gdemont [r520] (gnavi) .coff files in 64 bit format
 gnavi_project 2009-03-15 dbotton [r1]
 gwenerator 2024-03-17 gdemont [r542] (GNAT style checks) moved limit of source code ...
 gwindows 2 days ago gdemont [r550] Applied GH PR 35: Fix MDI child windows appeara...
 alire.toml 2021-02-08 gdemont [r399] (Alire manifest file) Added optional, recommend...
 gwin.zip 5 days ago gdemont [r549] RC
 readme.txt 2023-10-30 gdemont [r508] (doc) Updated the read-me text

Read Me

GWindows & GNAVI
================

GWindows is a free and open-source Ada programming framework for
MS Windows. GWindows is used for many years in professional, industrial,
commercial, or open-source applications. GWindows is in pure Ada, has
no dependencies other than the Windows API itself that is available on
every computer running the MS Windows operating system or a system that
provides a Windows subsystem like WINE.
The GWindows framework is updated regularly.

The GNAVI application is an integrated, interactive visual development
environment. That software (GNAVI) is so far unfinished.

For graphical interface development, an alternative to GNAVI is
the combination of a resource editor (for instance the freeware ResEdit,
shipped with GWindows installation) for editing resource scripts (.rc files),
and GWenerator, a code generator that translates a .rc file into Ada files
that use GWindows.

For more information, read the other "readme"'s, mainly:

  gwindows\readme.txt              -  for the GWindows framework
  gwenerator\gwenerator_info.html  -  for the GWenerator code generator
  gnatcom\readme.txt               -  for the GNATCOM framework

But if you are in a hurry, jump to one of the following project files
and start playing!

  gwindows\gwindows_tutorials.gpr  (executables are created in gwindows\tutorials\)
  gwindows\gwindows_samples.gpr    (executables are created in gwindows\samples\)
  gwindows\gwindows_contrib.gpr    (executables are created in gwindows\contrib\)
  gwindows\gwindows_test.gpr       (executables are created in gwindows\test\)