Re: [Lazarus] Help on FCL?

2012-01-19 Thread Mattias Gaertner
On Thu, 19 Jan 2012 23:15:14 +0100 Hans-Peter Diettrich wrote: > Mattias Gaertner schrieb: > > > The fcl.lpk is only a representative package, e.g. registering FCL > > components and containing the IDE registration code. It is not meant to > > handle the whole FCL. > > Then it should be possi

Re: [Lazarus] Help on FCL?

2012-01-19 Thread Hans-Peter Diettrich
Mattias Gaertner schrieb: The fcl.lpk is only a representative package, e.g. registering FCL components and containing the IDE registration code. It is not meant to handle the whole FCL. Then it should be possible to rename the package, so that it does not conflict with the FPC FCL. E.g. Laz

Re: [Lazarus] TRawImage.PerformEffect: how to properly use this?

2012-01-19 Thread Paul Ishenin
20.01.12 1:52, Bart пишет: Hi, What is the correct way to use TRawImage.PerformEffect? This is internal method which is used by imagelist to perform highlight/shadow/disable effect on 32bpp images which are stored exactly in internal imagelist image format. Since the method was written for

Re: [Lazarus] TRawImage.PerformEffect: how to properly use this?

2012-01-19 Thread Mattias Gaertner
On Thu, 19 Jan 2012 18:52:26 +0100 Bart wrote: > Hi, > > What is the correct way to use TRawImage.PerformEffect? > Simply doing: > Image1.Picture.Bitmap.RawImage.PerformEffect(someeffect) > will lead to memory loss, due to a getmem() call in PerformEffect. > > Without looking at the context I

[Lazarus] TRawImage.PerformEffect: how to properly use this?

2012-01-19 Thread Bart
Hi, What is the correct way to use TRawImage.PerformEffect? Simply doing: Image1.Picture.Bitmap.RawImage.PerformEffect(someeffect) will lead to memory loss, due to a getmem() call in PerformEffect. Without looking at the context I tried freeing the memory allocated by getmem by using freemem in

Re: [Lazarus] Libc functions and types

2012-01-19 Thread Marco van de Voort
On Tue, Jan 17, 2012 at 03:38:32PM -0600, Craig Peterson wrote: > On 1/17/2012 2:49 PM, Marco van de Voort wrote: > > There is no Embarcadero Radstudio that supports Linux. In ancient times > > there was Kylix, but it was buried. A part of it escaped, called unit libc, > > but we finally caught up

Re: [Lazarus] Help on FCL?

2012-01-19 Thread Mattias Gaertner
Hans-Peter Diettrich hat am 19. Januar 2012 um 16:55 geschrieben: >[...] > >> FPDoc Editor doesn't show anything as well, even if I added the RTL/FCL > >> help directories to its search path. > > > > I enabled fpdoc for the FCL package. > > FPDoc Editor still seems not to recognize the FCL units

Re: [Lazarus] Help on FCL?

2012-01-19 Thread Hans-Peter Diettrich
Mattias Gaertner schrieb: On Thu, 19 Jan 2012 00:08:14 +0100 Hans-Peter Diettrich wrote: The Lazarus package FCL seems to hide the FPC/FCL, at least I cannot get any context sensitive help on FCL units or identifiers (using CHM) :-( Have you installed the rtl.chm and fcl.chm? I'm a bit con

Re: [Lazarus] unit system in

2012-01-19 Thread William Oliveira Ferreira
thanks... William de Oliveira Ferreira Bacharel em Sistemas de Informação 2012/1/19 William Oliveira Ferreira > i'll check it latter, now i'm using linux and there the project builds fine > > William de Oliveira Ferreira > Bachar

Re: [Lazarus] unit system in

2012-01-19 Thread William Oliveira Ferreira
i'll check it latter, now i'm using linux and there the project builds fine William de Oliveira Ferreira Bacharel em Sistemas de Informação 2012/1/18 Mattias Gaertner > On Wed, 18 Jan 2012 11:08:49 -0200 > William Oliveira Ferreira wrote: > > > i was writing my

Re: [Lazarus] Help on FCL?

2012-01-19 Thread Sven Barth
Am 19.01.2012 09:56, schrieb Graeme Geldenhuys: On 19 January 2012 01:08, Hans-Peter Diettrich wrote: As already mentioned, we should rethink the packaging for Help. IMO the LCL docs should include LazUtils, and the RTL and FCL docs must be made available, somehow. Use the right tool for th

Re: [Lazarus] Help on FCL?

2012-01-19 Thread Mattias Gaertner
On Thu, 19 Jan 2012 00:08:14 +0100 Hans-Peter Diettrich wrote: > The Lazarus package FCL seems to hide the FPC/FCL, at least I cannot get > any context sensitive help on FCL units or identifiers (using CHM) :-( Have you installed the rtl.chm and fcl.chm? > FPDoc Editor doesn't show anything

Re: [Lazarus] lazarus-0.9.30.2-fpc-2.4.4-win64 install

2012-01-19 Thread Mattias Gaertner
On Thu, 19 Jan 2012 04:40:17 +0100 Lazarus wrote: > Hello, > > I uninstalled Lazarus, cleaned the registry and suppressed the > appdata\local\lazarus directory. > > After a new install of lazarus-0.9.30.2-fpc-2.4.4-win64.exe, I get this > message: > > C:\lazarus\lcl\interfaces\win32\interfac

Re: [Lazarus] Help on FCL?

2012-01-19 Thread Graeme Geldenhuys
On 19 January 2012 01:08, Hans-Peter Diettrich wrote: > > As already mentioned, we should rethink the packaging for Help. IMO the LCL > docs should include LazUtils, and the RTL and FCL docs must be made > available, somehow. Use the right tool for the job. ;-) I have the RTL, FCL, LCL, fpGUI an