[Lazarus] RX 1.0 on lazarus 0.9.30

2011-08-01 Thread Diwakoe
Dea all, I already installed lazarus 0.9.30 on ubuntu maverick and want to install rxnew component, but the dependency package is required rx 1.0. On this release 0.9.30 I can not find any rx.lpk package on component folder, only couple .pas file. Is there any solution how to download rx 1.0 comp

Re: [Lazarus] Rxnew component install error on amd64

2011-01-06 Thread Diwakoe
On Thu, Jan 6, 2011 at 5:45 PM, Vincent Snijders wrote: > 2011/1/6 Diwakoe : >> 2011/1/6 alexs : >>> Please, install rx.lpk from lazarus/components/rx. >>> >> >> There is no lazarus/components/rx found, I mean only this component is >> missing. I try

Re: [Lazarus] Rxnew component install error on amd64

2011-01-06 Thread Diwakoe
On Thu, Jan 6, 2011 at 5:45 PM, Vincent Snijders wrote: > 2011/1/6 Diwakoe : >> 2011/1/6 alexs : >>> Please, install rx.lpk from lazarus/components/rx. >>> >> >> There is no lazarus/components/rx found, I mean only this component is >> missing. I try

Re: [Lazarus] Rxnew component install error on amd64

2011-01-06 Thread Diwakoe
2011/1/6 alexs : > Please, install rx.lpk from lazarus/components/rx. > There is no lazarus/components/rx found, I mean only this component is missing. I try to find and only found this: /usr/lib/lazarus/0.9.31/components/rtticontrols/runtimetypeinfocontrols.lpk /usr/lib/lazarus/0.9.31/components

Re: [Lazarus] Rxnew component install error on amd64

2011-01-05 Thread Diwakoe
2011/1/5 alexs : > Yes. > > 05.01.2011 18:31, Diwakoe пишет: > > Is the svn version same with snapshot version? > > Thanks, > Diwa > ___ > Lazarus mailing list > Lazarus@lists.lazarus.freepascal.org > http://lists.laz

Re: [Lazarus] Rxnew component install error on amd64

2011-01-05 Thread Diwakoe
Is the svn version same with snapshot version? Thanks, Diwa On 5 Jan 2011 12:53, "alexs" wrote: > 05.01.2011 05:20, Diwakoe пишет: >> On Tue, Jan 4, 2011 at 2:54 PM, Vincent Snijders >> wrote: >>> The svn version seems to be 64 bits safe: >>> ht

Re: [Lazarus] Rxnew component install error on amd64

2011-01-04 Thread Diwakoe
On Tue, Jan 4, 2011 at 2:54 PM, Vincent Snijders wrote: >> >  The svn version seems to be 64 bits safe: > http://lazarus-ccr.svn.sourceforge.net/viewvc/lazarus-ccr/components/rx/ > > Vincent > Hi Vincent, Component already downloaded and error again on compile process, now another module: "/hom

[Lazarus] Rxnew component install error on amd64

2011-01-03 Thread Diwakoe
Dear all, We got error when install rxnew component installed on lazarus amd64, error said "/home/lazp/proj/pack/rxfpc/rxmemds.pas(831,32) Error: Illegal type conversion: "TField" to "LongInt" and point to this line "DataEvent(deFieldChange, Longint(Field));" the rest line is like this: if not (S

Re: [Lazarus] getting values from a DBGrid

2009-12-13 Thread Diwakoe
On Mon, Dec 14, 2009 at 7:47 AM, Chris Jennings wrote: > Thanks but > > DBMemo3.Lines.Add(datGrid.FieldByName('crs_courseName').AsString) > > returns > > u_courses.pas(124,30) Error: identifier idents no member "FieldByName" > > where "datGrid" is the name of my TDatasourse and "crs_courseName" is

[Lazarus] Error install rxlib from svn

2009-11-18 Thread Diwakoe
Hi, I got this error "C:\lazcomp\rx\rxtoolbar.pas(33,15) Error: There is no method in an ancestor class to be overridden: "TToolbarButtonActionLink.SetImageIndex(TImageIndex);" when compile the package before install. The package I download from svn url:http://lazarus-ccr.svn.sourceforge.net/view

Re: [Lazarus] Compile error on ubuntu jaunty

2009-08-14 Thread Diwakoe
2009/8/14 Mattias Gärtner : > > Just a note: > This unit has moved some months ago (in current development version of fpc > and lazarus) from lazarus to fpc. > Can you use the daily snapshot or the svn version of fpc/lazarus? > > Mattias > I will try to use daily snapshot and inform you the result

Re: [Lazarus] Compile error on ubuntu jaunty

2009-08-14 Thread Diwakoe
On Fri, Aug 14, 2009 at 5:05 PM, Vincent Snijders wrote: > > I tried to compile that unit with fpc 2.2.4 using Lazarus -> Run -> Build > file: > C:\lazarus\source\git\lazarus\components\fpweb\cgiapp.pp(416,28) Error: > Wrong number of parameters specified for call to "ProcessMultiPart" > C:\lazarus

Re: [Lazarus] Compile error on ubuntu jaunty

2009-08-14 Thread Diwakoe
On Tue, Aug 11, 2009 at 4:56 PM, Diwakoe wrote: >> Guys, > > After I follow dmitry suggestion is to make write access to > /usr/lib/lazarus and now I can compile my small project successfull. > > Next is install rxfpc component into lazarus using root account, and I > g

Re: [Lazarus] Compile error on ubuntu jaunty

2009-08-11 Thread Diwakoe
> On Tue, Aug 11, 2009 at 3:22 PM, Mattias Gaertner > >> That would be a bug. >> Have you reported it already? >> >> Mattias >> > > Guys, After I follow dmitry suggestion is to make write access to /usr/lib/lazarus and now I can compile my small project successfull. Next is install rxfpc componen

Re: [Lazarus] Compile error on ubuntu jaunty

2009-08-11 Thread Diwakoe
On Tue, Aug 11, 2009 at 2:17 PM, dmitry boyarintsev wrote: >> Is there any howto to fix this error? > writing to "/usr/lib/" requires root rights. > > you need to change /usr/lib/lazarus write access > - or - > run as "sudo lazarus" > > thanks, > dmitry Hi dmitry, So, everytime run lazarus to cre

[Lazarus] Compile error on ubuntu jaunty

2009-08-10 Thread Diwakoe
Dear all, I have an application created using lazarus which run on windows and now I want to build into linux. Installing lazarus using .deb package (I'm using ubuntu jaunty) lazarus running well and after installling zeosdb component I try to create small application using zeosdbo component which