[lazarus] Re: Linking Fails: cannot find -lglib

2007-01-15 Thread Funky Beast
Dave Coventry wrote: Dependency Hell! I can't actually find any glib library files. There are a lot of C header files in /usr/include/glib-2.0/, but no *.so or *.a files. What I'm doing is installing the latest Gentoo ebuild (currently lazarus-0.9.12, masked out as 'untested') which will, ho

[lazarus] sqlite dataset in thread

2007-01-15 Thread ali
Hi, I'm working on open source project with lazarus. it is not ready for release. I have problem with sqlite3 in thread. if i want to create like that, thread locked and not working. mydataset := TSqlite3Dataset.Create(Nil); Do you have any idea for using? Best Regards M.Ali VARDAR

Re: [lazarus] Linking Fails: cannot find -lglib

2007-01-15 Thread Vincent Snijders
Dave Coventry schreef: Dependency Hell! I can't actually find any glib library files. There are a lot of C header files in /usr/include/glib-2.0/, but no *.so or *.a files. What I'm doing is installing the latest Gentoo ebuild (currently lazarus-0.9.12, masked out as 'untested') which will,

Re: [lazarus] Linking Fails: cannot find -lglib

2007-01-15 Thread Dave Coventry
>emerge glib-devel or glib-dev Before I took the drastic step of using Portage to install lazarus-0.9.12, I tried to search for glib-dev (emerge -s glib-dev) which drew no matches. Too obvious, i'm afraid! ;) Vincent Snijders wrote: Dave Coventry schreef: Arrrgh! installed glib (emerge glib)

Re: [lazarus] Compile Error for TiOPF components

2007-01-15 Thread Graeme Geldenhuys
On 1/15/07, Al Boldi <[EMAIL PROTECTED]> wrote: > It is very easy to change to any TObject > descendant class that as RTTI enabled and a simple implementation of > the Observer pattern. MGM is a compound pattern based on the Observer > and Mediator pattern. I would love to see a truly generaliz

Re: [lazarus] Linking Fails: cannot find -lglib

2007-01-15 Thread Dave Coventry
Dependency Hell! I can't actually find any glib library files. There are a lot of C header files in /usr/include/glib-2.0/, but no *.so or *.a files. What I'm doing is installing the latest Gentoo ebuild (currently lazarus-0.9.12, masked out as 'untested') which will, hopefully, sort out the

Re: [lazarus] Linking Fails: cannot find -lglib

2007-01-15 Thread Pierre Willenbrock
Dave Coventry schrieb: > Arrrgh! > installed glib (emerge glib) > Same error. > try emerge " Vincent Snijders wrote: >> Dave Coventry schreef: >>> Hi, >>> >>> My Laptop is running XP with Gentoo also running in Co-Linux. >>> >>> The Windows installation of Lazarus installs Fine, but I get the >>

Re: [lazarus] Linking Fails: cannot find -lglib

2007-01-15 Thread Vincent Snijders
Dave Coventry schreef: Arrrgh! installed glib (emerge glib) Same error. And the devel lib, which installs the symlink. emerge glib-devel or glib-dev Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with "unsub

Re: [lazarus] ZeosLib and Lazarus

2007-01-15 Thread Graeme Geldenhuys
Hi Helmut, We do not use sourceforge anymore, as this system is too slow for us. We donated a dedicated server to the project, hosting just 4 small websites, forum and svn. Thanks for clearing that up. I would suggest you guys then clear down the CVS repository on SourceForge, because it caus

Re: [lazarus] SQLite and Charsets...

2007-01-15 Thread S.Anıl Yılmaz
Luiz Americo Pereira Camara wrote: S.Anıl Yılmaz wrote: Hi, I have a problem with SQlite 3.3.10 (also tried 3.3.8) and Lazarus 0.9.20 on Windows XP Pro Turkish.. I am querying a database I created with Sqlite3 (Using the package included with Lazarus), everything works fine except a codepage

Re: [lazarus] Linking Fails: cannot find -lglib

2007-01-15 Thread Sönmez Kartal
Copy your glib library file to /usr/lib or /lib directory. I had same problem but mine was libesd. Copied file to /usr/lib fixed it. Use locate glib and check for your library file, is it in /usr/lib or /lib. Probably, your ld cannot find it in those directories. Dave Coventry yazmış: Arrrgh

Re: [lazarus] Lazarus for Python (L4P)

2007-01-15 Thread Al Boldi
Algis Kabaila wrote: > > 2. My personal experience and details. I will simply say here that I am a > really old man - I will be 82 in a few weeks time. When did you start programming? What languages did you use? Which one is the best? How does OOP affect development (pros/cons)? Is there a better

Re: [lazarus] Linking Fails: cannot find -lglib

2007-01-15 Thread Dave Coventry
Arrrgh! installed glib (emerge glib) Same error. Vincent Snijders wrote: Dave Coventry schreef: Hi, My Laptop is running XP with Gentoo also running in Co-Linux. The Windows installation of Lazarus installs Fine, but I get the following when I run 'make clean all': Linking ../lazarus /usr/

Re: AW: [lazarus] ZeosLib and Lazarus

2007-01-15 Thread Al Boldi
Helmut Hartl wrote: > Also we are a very small team developing Zeos at the moment - > so if someone is interested to team up and help us - you are welcome. Any documentation available? Or even a simple README, describing project approach and goal? Thanks! -- Al ___

Re: [lazarus] Lazarus for Python (L4P)

2007-01-15 Thread Algis Kabaila
Boguslaw et al, On Tuesday 16 January 2007 08:12, Bogusław Brandys wrote: > Felipe Monteiro de Carvalho wrote: > > Ok, ... let´s move this discussion into something more concrete (and > > usefull) then "what is the language of the future" > > > > On 1/15/07, Algis Kabaila <[EMAIL PROTECTED]> wrote

Re: [lazarus] SQLite and Charsets...

2007-01-15 Thread Luiz Americo Pereira Camara
S.Anıl Yılmaz wrote: Hi, I have a problem with SQlite 3.3.10 (also tried 3.3.8) and Lazarus 0.9.20 on Windows XP Pro Turkish.. I am querying a database I created with Sqlite3 (Using the package included with Lazarus), everything works fine except a codepage problem. I use Dbedit controls for

AW: [lazarus] ZeosLib and Lazarus

2007-01-15 Thread Helmut Hartl
Hello Graeme, I am currently coordinating ZEOS Development Matters / Mark Daems is coordinating the forum. >From the Source Files: { The project web site is located on: } { http://zeos.firmos.at (FORUM)} { http://zeosbugs.firmos.at (BUGTRACKER)

Re: [lazarus] Lazarus for Python (L4P)

2007-01-15 Thread Bogusław Brandys
Felipe Monteiro de Carvalho wrote: Ok, ... let´s move this discussion into something more concrete (and usefull) then "what is the language of the future" On 1/15/07, Algis Kabaila <[EMAIL PROTECTED]> wrote: Well, If we You probably mean if *you*. If you want to start such a project don´t cou

Re: [lazarus] Linking Fails: cannot find -lglib

2007-01-15 Thread Vincent Snijders
Dave Coventry schreef: Hi, My Laptop is running XP with Gentoo also running in Co-Linux. The Windows installation of Lazarus installs Fine, but I get the following when I run 'make clean all': Linking ../lazarus /usr/bin/ld: cannot find -lglib lazarus.pp(119,1) Error: Error while linking mak

Re: [lazarus] IDE\revision.inc conflicting state?

2007-01-15 Thread Darius Blaszijk
Darius Blaszijk schreef: As to the deletion of revision.inc. I tried to compile lazarus after deleting revision.inc and the svn2revisioninc executable and it worked without problems. Lazarus recompiles the svn2revisioninc tool and creates the revision.inc file. Seems reason enough not to expect

Re: [lazarus] utf8toansi

2007-01-15 Thread Michael Van Canneyt
On Mon, 15 Jan 2007, Dave Coventry wrote: > In point of fact python is an extraordinarily powerful scripting language. > > It has it's weaknesses, sure, but it is nevertheless, an extremely useful and > versatile cross-platform tool which has certainly moved more into the main > stream in the l

[lazarus] Linking Fails: cannot find -lglib

2007-01-15 Thread Dave Coventry
Hi, My Laptop is running XP with Gentoo also running in Co-Linux. The Windows installation of Lazarus installs Fine, but I get the following when I run 'make clean all': Linking ../lazarus /usr/bin/ld: cannot find -lglib lazarus.pp(119,1) Error: Error while linking make[2]: *** [lazarus] Erro

[lazarus] Cell processor and ppc386/Lazarus

2007-01-15 Thread Lv
Is there any chance that there will be a compiler for the Sony Playstation Cell processor. As touted, it might just outdo most of the Intel/AMD chips on Floating point and since Floating point performance is all I am interested in, for my work it would be nice to see if it is really better. It

Re: [lazarus] utf8toansi

2007-01-15 Thread Dave Coventry
In point of fact python is an extraordinarily powerful scripting language. It has it's weaknesses, sure, but it is nevertheless, an extremely useful and versatile cross-platform tool which has certainly moved more into the main stream in the last year and will, in my opinion, develop further i

Re: [lazarus] Compile Error for TiOPF components

2007-01-15 Thread Al Boldi
Graeme Geldenhuys wrote: > On 1/15/07, Al Boldi <[EMAIL PROTECTED]> wrote: > > >4. *Tight coupling to a data access API.* The BDE allows us to swap > > > aliases when you want to change databases, but what if you want to > > > switch from BDE data access, to ADO, IBObjects, Direct Oracle Access

Re: [lazarus] utf8toansi

2007-01-15 Thread Micha Nelissen
Michael Van Canneyt wrote: > > On Mon, 15 Jan 2007, Marco van de Voort wrote: > >> On Mon, Jan 15, 2007 at 09:45:46AM +1100, Algis Kabaila wrote: >>> IMHO, Python is the language of the future >> Python is SO 2006. > > This is very chinese for me :-) It's commonly used for hypes, that typicall

Re: [lazarus] IDE\revision.inc conflicting state?

2007-01-15 Thread Vincent Snijders
Darius Blaszijk schreef: As to the deletion of revision.inc. I tried to compile lazarus after deleting revision.inc and the svn2revisioninc executable and it worked without problems. Lazarus recompiles the svn2revisioninc tool and creates the revision.inc file. Seems reason enough not to expect

[lazarus] SQLite and Charsets...

2007-01-15 Thread S.Anıl Yılmaz
Hi, I have a problem with SQlite 3.3.10 (also tried 3.3.8) and Lazarus 0.9.20 on Windows XP Pro Turkish.. I am querying a database I created with Sqlite3 (Using the package included with Lazarus), everything works fine except a codepage problem. I use Dbedit controls for results. Turkish chara

Re: [lazarus] IDE\revision.inc conflicting state?

2007-01-15 Thread Darius Blaszijk
As to the deletion of revision.inc. I tried to compile lazarus after deleting revision.inc and the svn2revisioninc executable and it worked without problems. Lazarus recompiles the svn2revisioninc tool and creates the revision.inc file. Seems reason enough not to expect any issues from deletion af

Re: [lazarus] TXMLDocument from string

2007-01-15 Thread Michael Van Canneyt
On Mon, 15 Jan 2007, [EMAIL PROTECTED] wrote: > Hi... i'm going crazy to create a TXMLDocument from a string. What is the problem ? Var S : TStringStream; XML : TXMLDocument; begin S:=TStringStream.Create(MyXMLString); Try S.Position:=0; XML:=Nil; ReadXMLFile(XML,S); // Co

Re: [lazarus] ZeosLib and Lazarus

2007-01-15 Thread barko
I'm using zeosdbo for linux and windows for all my projects with firebird database. I'm happy with zeosdbo for now. I have latest version from svn (testing branch). AFAIK zeos current developers have no access to sourceforge account, but you can go to zeosdbo portal (and forum) for more inf

Re: [lazarus] TXMLDocument from string

2007-01-15 Thread Alexander Todorov
On 1/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi... i'm going crazy to create a TXMLDocument from a string. I'm getting XML generic failure errors... if i do it from a = file i have no problems. Thanks... I remember having such difficulties long time ago. Tomorow I will check my co

[lazarus] TXMLDocument from string

2007-01-15 Thread [EMAIL PROTECTED]
Hi... i'm going crazy to create a TXMLDocument from a string. I'm getting XML generic failure errors... if i do it from a = file i have no problems. Thanks... _ To unsubscribe: mail [EMAIL PROTECTED] with "unsu

Re: [lazarus] function esd_play_file

2007-01-15 Thread Sönmez Kartal
Copying file libesd.so to /usr/lib solved my problem. Thanks and happy coding... Henry Vermaak yazmış: On 15/01/07, Sönmez Kartal <[EMAIL PROTECTED]> wrote: Thanks for tip but it is still giving same error. Maybe, I have to do something to get able to use libesd.so file. Any ideas? make sur

Re: [lazarus] ZeosLib and Lazarus

2007-01-15 Thread [EMAIL PROTECTED]
Sorry, i have not tested it enough to say it's not cross platform, i was just talking about my personal experience...: I just tryed to cross-compile it for arm-Windows Ce... now... you could say: It's normal that it don't work, for windows ce there is still a limited support. But my guess of

Re: [lazarus] Compile Error for TiOPF components

2007-01-15 Thread Graeme Geldenhuys
No problem, here goes... > > http://tinyurl.com/y5akb5 http://tiopf.svn.sourceforge.net/viewvc/tiopf/tiOPF2/Trunk/GUI/ > I forgot to mention. If you want demos on how to use my MGM > implementation have a look at: > http://tinyurl.com/yxyf4v http://tiopf.svn.sourceforge.net/viewvc/t

Re: [lazarus] 0.9.21, TOpenDialog and Win9x

2007-01-15 Thread Steven Graham
Vincent Snijders wrote: I have an hunch what might be wrong. Can you test this: Open lcl\interfaces\win32\win32wsdialogs.pp Goto line 390 and change it from lStructSize := sizeof(OpenFileName); to lStructSize := sizeof(Windows.OpenFileName); Save the file and reebuild the LCL using To

Re: [lazarus] function esd_play_file

2007-01-15 Thread Henry Vermaak
On 15/01/07, Sönmez Kartal <[EMAIL PROTECTED]> wrote: Thanks for tip but it is still giving same error. Maybe, I have to do something to get able to use libesd.so file. Any ideas? make sure that your libesd.so file is somewhere ld can find it (e.g. /lib or /usr/lib). it won't work if it's in

Re: [lazarus] function esd_play_file

2007-01-15 Thread Mattias Gaertner
On Mon, 15 Jan 2007 16:18:00 +0200 Sönmez Kartal <[EMAIL PROTECTED]> wrote: > Thanks for tip but it is still giving same error. Maybe, I have to do > something to get able to use libesd.so file. Any ideas? It links here. So, maybe your libesd.so is missing. Under fedora it is normally in a pack

Re: [lazarus] Compile Error for TiOPF components

2007-01-15 Thread Al Boldi
Graeme Geldenhuys wrote: > On 1/15/07, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > > For my implementation which rather uses RTTI to set and get Object > > property values have a look at: > > http://tinyurl.com/y5akb5 > > > > and the following units. > > tiGenericEditMediators.pas > > tiGe

Re: [lazarus] function esd_play_file

2007-01-15 Thread Sönmez Kartal
Thanks for tip but it is still giving same error. Maybe, I have to do something to get able to use libesd.so file. Any ideas? Mattias Gaertner yazmış: On Mon, 15 Jan 2007 14:01:43 +0200 Sönmez Kartal <[EMAIL PROTECTED]> wrote: Hi, I am trying to use esd_play_file function from libesd. I am g

Re: [lazarus] 0.9.21, TOpenDialog and Win9x

2007-01-15 Thread Vincent Snijders
Steven Graham schreef: Hi I'm using Lazarus-0.9.21-fpc-2.0.4-20070115-win32 (0.9.20 had ome bugs that pushed me to .21) and on programs that I build TOpenDialog won't run on Win9x, nothing happens. I have tried 0.9.20 on a different machine just in case and TOpenDialog even work

[lazarus] 0.9.21, TOpenDialog and Win9x

2007-01-15 Thread Steven Graham
Hi I'm using Lazarus-0.9.21-fpc-2.0.4-20070115-win32 (0.9.20 had ome bugs that pushed me to .21) and on programs that I build TOpenDialog won't run on Win9x, nothing happens. I have tried 0.9.20 on a different machine just in case and TOpenDialog even works on a 386 run

Re: [lazarus] Compile Error for TiOPF components

2007-01-15 Thread Graeme Geldenhuys
On 1/15/07, Al Boldi <[EMAIL PROTECTED]> wrote: >4. *Tight coupling to a data access API.* The BDE allows us to swap > aliases when you want to change databases, but what if you want to > switch from BDE data access, to ADO, IBObjects, Direct Oracle Access > (DOA), ClientDataSet or our own cu

Re: [lazarus] Compile Error for TiOPF components

2007-01-15 Thread Graeme Geldenhuys
On 1/15/07, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: For my implementation which rather uses RTTI to set and get Object property values have a look at: http://tinyurl.com/y5akb5 and the following units. tiGenericEditMediators.pas tiGenericListMediators.pas tiCompositeMediators.pas

Re: [lazarus] IDE\revision.inc conflicting state?

2007-01-15 Thread Vincent Snijders
[EMAIL PROTECTED] schreef: BTW: If you are on Windows then maybe you have old svn2revisioninc.exe ? I have revision displayed as Unknown in Lazarus about but after rebuild svn2revisioninc.exe it returns to proper SVN revision number. I didn't rebuild. Just got the last source update and then

Re: [lazarus] using lazarus as non-root on linux

2007-01-15 Thread Mattias Gaertner
On Mon, 15 Jan 2007 13:17:19 +0100 koen <[EMAIL PROTECTED]> wrote: > hi, > I am trying to use lazarus as a normal user on a new installed debian > system with 2.6 kernel runnning. I am not expierenced with linux > (yet). As root everything works perfekt but there are problems as a > normal user. T

RE: [lazarus] IDE\revision.inc conflicting state?

2007-01-15 Thread dhkblaszyk
>> > BTW: If you are on Windows then maybe you have old >> svn2revisioninc.exe >> > ? >> > I have revision displayed as Unknown in Lazarus about but after >> > rebuild svn2revisioninc.exe it returns to proper SVN >> revision number. >> >> I didn't rebuild. Just got the last source update and then a

Re: [lazarus] function esd_play_file

2007-01-15 Thread Mattias Gaertner
On Mon, 15 Jan 2007 14:01:43 +0200 Sönmez Kartal <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to use esd_play_file function from libesd. I am getting > an error while compiling. Error description is "/usr/bin/ld -lesd > cannot find". > > I have the libesd.so file. I declared that function as

Re: [lazarus] Compile Error for TiOPF components

2007-01-15 Thread Graeme Geldenhuys
On 1/15/07, Nataraj S Narayan <[EMAIL PROTECTED]> wrote: The question is whether a guy like me should go for OOP. Will it help me in the long and short run? Sometimes I feel the pressure of developing alone, that too in pascal and PHP, and due to the code I written over months, which i dont have

[lazarus] using lazarus as non-root on linux

2007-01-15 Thread koen
hi, I am trying to use lazarus as a normal user on a new installed debian system with 2.6 kernel runnning. I am not expierenced with linux (yet). As root everything works perfekt but there are problems as a normal user. This is what I tried until now. To add a component to the ide (lnet-0.4.0) I ha

[lazarus] function esd_play_file

2007-01-15 Thread Sönmez Kartal
Hi, I am trying to use esd_play_file function from libesd. I am getting an error while compiling. Error description is "/usr/bin/ld -lesd cannot find". I have the libesd.so file. I declared that function as next line. function esd_play_file(const name_prefix, filename: PChar; fallback: Integ

Re: [lazarus] Compile Error for TiOPF components

2007-01-15 Thread Al Boldi
Graeme Geldenhuys wrote: > On 1/13/07, Al Boldi <[EMAIL PROTECTED]> wrote: > > OPF is really meant as a glue between OOP and the DBMS, to yield an > > ODBMS interface on the client side, for seamless OOP to DBMS > > integration. This may save you some coding, but only for the price of > > an addit

Re: [lazarus] Compile Error for TiOPF components

2007-01-15 Thread Nataraj S Narayan
Hi Where does this leave a single developer like me? I dont have a team around. What i have done is, installed an opensource project called webERP (www.weberp.org) for my school. Since the users are weary of web interface, I coded a few apps like Purchase ordering ,Payroll reports, Bills to st

RE: [lazarus] IDE\revision.inc conflicting state?

2007-01-15 Thread George Birbilis
> > BTW: If you are on Windows then maybe you have old > svn2revisioninc.exe > > ? > > I have revision displayed as Unknown in Lazarus about but after > > rebuild svn2revisioninc.exe it returns to proper SVN > revision number. > > I didn't rebuild. Just got the last source update and then at > next

RE: Lazarus for Python (L4P)

2007-01-15 Thread George Birbilis
> > Take a lead - I just stated what L4P is - see above. Python is a > > mature language with enormous number of modules for every > task under > > the son and it is capable of better speed of development - > I know, I > > used to program Delphi until I discovered Python! Well, If > we could > >

RE: [lazarus] IDE\revision.inc conflicting state?

2007-01-15 Thread George Birbilis
> BTW: If you are on Windows then maybe you have old > svn2revisioninc.exe ? > I have revision displayed as Unknown in Lazarus about but > after rebuild svn2revisioninc.exe it returns to proper SVN > revision number. I didn't rebuild. Just got the last source update and then at next update it conf

Re: [lazarus] Form streaming error

2007-01-15 Thread Mattias Gaertner
On Sat, 13 Jan 2007 22:36:43 +0100 "Darius Blaszijk" <[EMAIL PROTECTED]> wrote: > >> >> I'm porting a delphi app to lazarus. But when I try to run the > >> >> app it keeps crashing with the below message. > >> >> > >> >> I suspect the LRS file is corrupt, but I have no idea how to > >> >> check or

Re: Lazarus for Python (L4P)

2007-01-15 Thread Michael Van Canneyt
On Mon, 15 Jan 2007, [EMAIL PROTECTED] wrote: > >> SO = so with emphasis. > >> > >> "so 2006" means it was the hot item of last year and thus of the past. > > > > Ah. > > In that case, I would even say that Python is SO 2004-2005. > > The latest hot thing is Ruby. Linux journal, where I get such

Re: [lazarus] Lazarus for Python (L4P)

2007-01-15 Thread Felipe Monteiro de Carvalho
Ok, ... let´s move this discussion into something more concrete (and usefull) then "what is the language of the future" On 1/15/07, Algis Kabaila <[EMAIL PROTECTED]> wrote: Well, If we You probably mean if *you*. If you want to start such a project don´t count on convincing everyone else how g

Re: [lazarus] IDE\revision.inc conflicting state?

2007-01-15 Thread Bogusław Brandys
[EMAIL PROTECTED] wrote: Vincent, Can we remove the revision.inc file from SVN please? It's so annoying to get a conflict each time and I really don't see the purpose of keeping it in SVN, unless you create source snapshots without SVN info where you want to show the revision in lazarus. Darius

Re: [lazarus] IDE\revision.inc conflicting state?

2007-01-15 Thread Vincent Snijders
[EMAIL PROTECTED] schreef: Vincent, Can we remove the revision.inc file from SVN please? It's so annoying to get a conflict each time and I really don't see the purpose of keeping it in SVN, unless you create source snapshots without SVN info where you want to show the revision in lazarus. I

Re: [lazarus] Compile Error for TiOPF components

2007-01-15 Thread Graeme Geldenhuys
On 1/15/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > That's very true, I never even mentioned the cost in maintaining code. > Which as you said is a lot cheaper in good OOP code. All depends on how you implement your projects, and what kind of projects you have. I do large applications i

Re: Lazarus for Python (L4P)

2007-01-15 Thread dhkblaszyk
>> SO = so with emphasis. >> >> "so 2006" means it was the hot item of last year and thus of the past. > > Ah. > In that case, I would even say that Python is SO 2004-2005. > The latest hot thing is Ruby. Linux journal, where I get such > impressions from, is usually a good hype indicator for such

Re: [lazarus] IDE\revision.inc conflicting state?

2007-01-15 Thread dhkblaszyk
Vincent, Can we remove the revision.inc file from SVN please? It's so annoying to get a conflict each time and I really don't see the purpose of keeping it in SVN, unless you create source snapshots without SVN info where you want to show the revision in lazarus. Darius > Have asked before why t

Re: [lazarus] ZeosLib and Lazarus

2007-01-15 Thread Alex
We use it, and we are happy. The offical homepage is http://forum.zeoslib.net.ms/ you have to download from the download forum. Kris Leech wrote: We are using ZeoLib just fine, there is a version somewhere that works on Laz without modification. Graeme Geldenhuys wrote: Hi, Which ZeosL

Re: Lazarus for Python (L4P)

2007-01-15 Thread Michael Van Canneyt
On Mon, 15 Jan 2007, Vincent Snijders wrote: > Algis Kabaila schreef: > > Hello again, Marco, > > > > > > SO = Significant Other > > SO = Shift Out > > > > SO = so with emphasis. > > "so 2006" means it was the hot item of last year and thus of the past. Ah. In that case, I would even say

Re: [lazarus] Compile Error for TiOPF components

2007-01-15 Thread Michael Van Canneyt
On Mon, 15 Jan 2007, Graeme Geldenhuys wrote: > On 1/15/07, Cesar Romero <[EMAIL PROTECTED]> wrote: > > After develop mixed code for 3 years, my opinion is: > > "The cheaper is expensive when you have to maintain the code" > > That's very true, I never even mentioned the cost in maintaining cod

Re: [lazarus] ZeosLib and Lazarus

2007-01-15 Thread Kris Leech
We are using ZeoLib just fine, there is a version somewhere that works on Laz without modification. Graeme Geldenhuys wrote: Hi, Which ZeosLib repository has the latest *maintained* code? Anybody actively using ZeosLib here? On the Lazarus wiki it mentions: svn://firmos.at/zeos and on Sou

[lazarus] IDE\revision.inc conflicting state?

2007-01-15 Thread George Birbilis
Have asked before why this one shows conflicts etc. from the SVN, but not sure what is the reason. I have to delect all IDE\revision*.* files everytime and update again to fix the issue George Birbilis ([EMAIL PROTECTED]) Computer & Informatics Engineer Microsoft MVP J# for 2004-2

Re: Lazarus for Python (L4P)

2007-01-15 Thread Marco van de Voort
On Mon, Jan 15, 2007 at 10:44:56AM +0100, Vincent Snijders wrote: > > > >SO = Significant Other > >SO = Shift Out > > > > SO = so with emphasis. > > "so 2006" means it was the hot item of last year and thus of the past. 10 points for Vincent!

Re: Lazarus for Python (L4P)

2007-01-15 Thread Vincent Snijders
Algis Kabaila schreef: Hello again, Marco, SO = Significant Other SO = Shift Out SO = so with emphasis. "so 2006" means it was the hot item of last year and thus of the past. Vincent _ To unsubscribe: mail [EMAIL PROTECTE

Re: Lazarus for Python (L4P)

2007-01-15 Thread Algis Kabaila
Hello again, Marco, I forgot to state that I have changed the "subject" as we are drifting into wider waters than the conversion of utf8 to the (outdated), but more compact ISO system. Just so that I do not appear to be just lazy, here are some definitions of SO from http://computing-dictionar

Re: [lazarus] Compile Error for TiOPF components

2007-01-15 Thread Cesar Romero
I completely agree with Graeme here. Im past I mix OOP with RAD (DBWare components) and when I need to maintain the code, improve performace its give a lot more work than pure OOP. Now with pure OOP is a lot more easy to maintain and improve the code. After develop mixed code for 3 years, my op

[lazarus] Lazarus for Python (L4P)

2007-01-15 Thread Algis Kabaila
Hello, Marco, On Monday 15 January 2007 19:28, Marco van de Voort wrote: > On Mon, Jan 15, 2007 at 09:45:46AM +1100, Algis Kabaila wrote: > > IMHO, Python is the language of the future > > Python is SO 2006. What is SO? Take a lead - I just stated what L4P is - see above. Python is a mature

Re: [lazarus] ZeosLib and Lazarus

2007-01-15 Thread Graeme Geldenhuys
On 1/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, i tryed ZeosLibs and i SVN them from there: svn://firmos.at/zeos Yeah that seems to be the latest maintained code. Why don't those developers then remove the SourceForge.net code as it is very confusing. Or move their repository to S

Re: [lazarus] utf8toansi

2007-01-15 Thread Michael Van Canneyt
On Mon, 15 Jan 2007, Marco van de Voort wrote: > On Mon, Jan 15, 2007 at 09:45:46AM +1100, Algis Kabaila wrote: > > IMHO, Python is the language of the future > > Python is SO 2006. This is very chinese for me :-) Michael. _

Re: [lazarus] ZeosLib and Lazarus

2007-01-15 Thread Bogusław Brandys
[EMAIL PROTECTED] wrote: Hi, i tryed ZeosLibs and i SVN them from there: svn://firmos.at/zeos There's lpk lazarus package inside it's trunk, and there's delphi 10 dpk too. So it's at least 2005 updated (delphi 10 should be 2005 stuff). The last update was of 31 december 2006 in the trunk fold

Re: [lazarus] utf8toansi

2007-01-15 Thread Marco van de Voort
On Mon, Jan 15, 2007 at 09:45:46AM +1100, Algis Kabaila wrote: > IMHO, Python is the language of the future Python is SO 2006. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archiv

Re: [lazarus] utf8toansi

2007-01-15 Thread Bogusław Brandys
Felipe Monteiro de Carvalho wrote: On 1/14/07, Florian Klaempfl <[EMAIL PROTECTED]> wrote: You've to write your own code to do so. As said before, Ansistring means: use the system locale on unixes. So on a utf-8 system ansistrings are actually utf-8 strings. The RTL can't know which code page it

Re: [lazarus] ZeosLib and Lazarus

2007-01-15 Thread [EMAIL PROTECTED]
Hi, i tryed ZeosLibs and i SVN them from there: svn://firmos.at/zeos There's lpk lazarus package inside it's trunk, and there's delphi 10 dpk too. So it's at least 2005 updated (delphi 10 should be 2005 stuff). The last update was of 31 december 2006 in the trunk folder, yesterday in develope