Posts Tagged ‘c’

If you want to start developing GTK+ applications with MinGW, but don’t know where to begin, here’s a simple tutorial.

Get MinGW and MSYS. Install MinGW first, followed by MSYS.
When MSYS asks about continuing post-install, say yes. When it asks for MinGW, say yes, and provide the install directory.
Get the GTK+ bundle. Extract it into your [...]


The following steps are all you need to do to get Ch to run on Apache using CGI and to use it like any other scripting language.

Get Ch and the Ch CGI toolkit
Install Ch, then set the PATH variable accordingly.
Open httpd.conf and insert the following:
ScriptAlias /cgi-bin/ “C:/Apache2/cgi-bin/”
AddHandler cgi-script ch

If you want your ch scripts to [...]