Re: [Gambas-user] Code for object serialization

2013-02-22 Thread Tobias Boege
On Fri, 22 Feb 2013, Jussi Lahtinen wrote: > Hi! > This is my implementation for object serialization, it's still bit > incomplete, but it's already usable. > And I thought some of you might find it very useful. I use it now to save > objects to file. > *Very* useful, indeed! > Right now it can

Re: [Gambas-user] gb.web

2013-02-22 Thread Tobias Boege
On Fri, 22 Feb 2013, Jussi Lahtinen wrote: > > You can't get this working with "Apache 2 standard out of the box > > installs". > > You must configure Apache to recognise Gambas webpages as CGI scripts to > > call the gbw3 interpreter. > > > > I could send you an archive with a test project an a Ge

Re: [Gambas-user] gb.web

2013-02-22 Thread Jussi Lahtinen
> You can't get this working with "Apache 2 standard out of the box > installs". > You must configure Apache to recognise Gambas webpages as CGI scripts to > call the gbw3 interpreter. > > I could send you an archive with a test project an a German PDF explaining > the Apache2 configuration for Gam

[Gambas-user] gb.web

2013-02-22 Thread Mike Crean
Hi Tobi, Thanks for the offer I would like some help. You can get me at mike.cr...@y7mail.com any help is appreciated. Regards Mike -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics

Re: [Gambas-user] gb.web

2013-02-22 Thread Tobias Boege
On Fri, 22 Feb 2013, Mike Crean wrote: > > Hi Bruce, > > Thanks > for the suggestions, I have tried them to no avail. It would seem > there is a very full on learning curve to get this up and running. > Perhaps > there is a much simpler way using something other than Gambas. > Again > thanks f

[Gambas-user] gb.web

2013-02-22 Thread Mike Crean
Hi Bruce, Thanks for the suggestions, I have tried them to no avail. It would seem there is a very full on learning curve to get this up and running. Perhaps there is a much simpler way using something other than Gambas. Again thanks for you help Bruce. Perhaps Randall's comments about the Apa

Re: [Gambas-user] (no subject)

2013-02-22 Thread Randall Morgan
Just some thoughts Does your machine have the symbolic link gbw3 ? Is Apache setup to handle this as a CGI? On Fri, Feb 22, 2013 at 12:43 AM, Mike Crean wrote: > Thanks Bruce, > > Have tried the magic line although nothing like yours. I have now tried it > and again no joy. > As there is

[Gambas-user] compile errore with rev 5557 in gb.pcre

2013-02-22 Thread Emanuele Sottocorno
Revision 5557 installation fails in gb.pcre with error: regexp.c:113:10: error: 'PCRE_ERROR_RECURSELOOP' undeclared (first use in this function) [System] OperatingSystem=Linux Kernel=3.2.0-38-generic Architecture=x86_64 Distribution=Ubuntu 12.04.2 LTS Desktop=GNOME Theme=QGtk Language=it_IT.UTF-8

[Gambas-user] (no subject)

2013-02-22 Thread Mike Crean
Thanks Bruce, Have tried the magic line although nothing like yours. I have now tried it and again no joy. As there is no env in /bin I have tried #!/user/bin/env and #!/usr/bin/gbw3 and many other combinations. I have saved the file as text named index.html from the text editor into /var/www.