Re: [Gambas-user] Gambas-user Digest, Vol 37, Issue 29

2009-06-23 Thread Charlie Reinl
Am Dienstag, den 23.06.2009, 03:25 -0700 schrieb Swee Kwang Tan: > fedora 11 Salut, I do not know where fedora 11 stores its' gambas lib files (normaly /usr/local/lib/gambas) nor witch gambas version you use ? but look at your box if this files or links : gb.db.postgresql.component

Re: [Gambas-user] Gambas-user Digest, Vol 37, Issue 29

2009-06-23 Thread Swee Kwang Tan
Dear Sir, Thank you for your reply, after execute the line "#rpm -ivh --nodeps gambas2-gb-db-postgresql-2.13.1-1.fc11.i586" fedora 11 said "no such file or directory". The following is the simplify program PRIVATE $res AS Result PRIVATE $Con AS NEW Connection PRIVATE SUB OpenDataBase()

Re: [Gambas-user] Gambas-user Digest, Vol 37, Issue 29

2009-06-22 Thread Swee Kwang Tan
Dear Sir, Thank you for your reply, after execute the line rpm -ivh you've teach me , fedora 11 said"no such file or directory" The following is the simplify program PRIVATE $res AS Result PRIVATE $Con AS NEW Connection PRIVATE SUB OpenDataBase() $Con.Close() $Con.

Re: [Gambas-user] Gambas-user Digest, Vol 37, Issue 29

2009-06-21 Thread Steven James Drinnan
No need it is included in gamba2-gb-db. I have had a similar problem with the SDL component. if you are installing and have a dependency problem. Make sure that the above and all other required files are installed. Then run from a cmd prompt su rpm -ivh --nodeps 'the-name-of-your-rpm' if you

Re: [Gambas-user] Gambas-user Digest, Vol 37, Issue 29

2009-06-21 Thread Swee Kwang Tan
Dear Sir, I've upgrade my system from ubuntu8.04 to fedora 11, after intall the gambas2-2.13.1, I found that my program can't run on the latest gambas version, because the gambas2-gb-db-postgresql is missing, my program can run in ubuntu 8.04 normally, I wish to download the missing package, but w