It is freely available until we reach version 1.0. You can get it from here:
http://code.google.com/p/fiveweb/
Full source code and examples:
http://code.google.com/p/fiveweb/downloads/detail?name=fiveweb_0.1.zip&can=2&q=
You compile it with Harbour and run it from the server as a cgi:
http://www.fivetechsoft.net/cgi-bin/tutor01
- Code: Select all Expand view
- #include "FiveWeb.ch"
function Main()
MsgInfo( "Hello world from FiveWeb" )
return nil
Running from the server (you may use a local server like XAMPP):
More info at the project wiki:
http://code.google.com/p/fiveweb/wiki/tutor01_prg