Re: [Harbour] Re: CGI in harbour

2009-07-29 Thread Vailton Renato
Sorry ... only now see the argument "-gtcgi". Try #include "simpleio.ch" on first line... See if this example helps you to: http://www.harbour-project.org/samples/testcgi.prg.html Vailton 2009/7/29 Vailton Renato : > Using GTCGI? > > 2009/7/29 Rodrigo Machado : >> Me olvide de mencionar.. >> el

Re: [Harbour] Re: CGI in harbour

2009-07-29 Thread Vailton Renato
Using GTCGI? 2009/7/29 Rodrigo Machado : > Me olvide de mencionar.. > el mismo ejemplo en SHELL SCRIPT funciona > > #!/bin/bash > echo 'content-type: text/html' > echo > echo "  " > echo "  " > echo "   Prueba CGI harbour" > echo " " > echo "  " > echo " Prueba CGI" > echo

[Harbour] Re: CGI in harbour

2009-07-28 Thread Rodrigo Machado
Me olvide de mencionar.. el mismo ejemplo en SHELL SCRIPT funciona #!/bin/bash echo 'content-type: text/html' echo echo " " echo " " echo " Prueba CGI harbour" echo " " echo " " echo " Prueba CGI" echo " Prueba CGI" echo " " echo " " ¿Estas buscando alg