vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Dear friends, I need to development one system in native Linux, Language and DataBase, today I use PostgreSQL with Delphi 2005 in Windows 2005 Servers, and I need to know what language will use to do this ? That you suggest ? This Langage work good in what Linux SO ? This language have developmente ambient IDE (like Delphi 2005) ? Where may download this compiler to test ? Tks for help. Gerson |
| |||
| I'd go for a scripting language and a cross-platform GUI-toolkit like GTK, QT or XUL. If you dislike scripting languages for some reason, write it in plain C and use one of the GUI-toolkits above. Besides this there is Kylix, but if you are using Delphi anyway, you should know about it. The last approach would be a web-based solution (might be XUL as well). On 07.10.2005 14:03, Gerson - Yahoo wrote: > I need to development one system in native Linux, Language and DataBase, > today I use PostgreSQL with Delphi 2005 in Windows 2005 Servers, and I need > to know what language will use to do this ? > > That you suggest ? > > This Langage work good in what Linux SO ? > > This language have developmente ambient IDE (like Delphi 2005) ? > > Where may download this compiler to test ? -- Regards, Hannes Dorbath |
| ||||
| Gerson - Yahoo wrote: > _Dear friends,_ > > _ _ > > _I need to development one system in native Linux, Language and > DataBase, today I use PostgreSQL with Delphi 2005 in Windows 2005 > Servers, and I need to know what language will use to do this ?_ > > _That you suggest ?_ > > _This Langage work good in what Linux SO ?_ > > _This language have developmente ambient IDE (like Delphi 2005) ?_ > > _Where may download this compiler to test ?_ > > _ _ > > _Tks for help._ > > _ _ > > _Gerson_ > > _ _ > You could try Lazarus with the Zeos components, very delphi like and works on Linux,win32, and Mac OS X. http://www.lazarus.freepascal.org/ -- Tony Caduto http://www.amsoftwaredesign.com Home of PG Lightning Admin for Postgresql 8.x ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |