Re: Re: [fpc-pascal] Destroy vs Free: Memory Leak?

2010-09-07 Thread Michael Van Canneyt
On Tue, 7 Sep 2010, bwCode4U wrote: Michael, pass OPT=3D-gl to the make command line, maybe DEBUG=3D1 also works I don't know what this OPT is.  Where can I find out more. The makefile uses several variables to construct a command-line when compiling units and programs. the contents of

Re: Re: [fpc-pascal] Destroy vs Free: Memory Leak?

2010-09-07 Thread bwCode4U
Michael, > pass OPT=3D-gl to the make command line, maybe > DEBUG=3D1 also works I don't know what this OPT is.  Where can I find out more. Thanks, Brian ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/li

R: Re: [fpc-pascal] Mac osx callback functions parameters: wrong values in 386 mode.

2010-09-07 Thread fpanas...@tiscali.it
Thank you very much for your help. Regards Francesco Messaggio originale Da: jonas.ma...@elis.ugent.be Data: 06/09/2010 18.13 A: "fpanas...@tiscali.it", "FPC-Pascal users discussions" Ogg: Re: [fpc-pascal] Mac osx callback functions parameters: wrong values in 386 mode. On 06 Sep 201

Re: [fpc-pascal] SNAPI Driver and USB HID

2010-09-07 Thread Johann Glaser
Hi! Am Dienstag, den 07.09.2010, 01:01 +0200 schrieb Luca Olivetti: > Al 06/09/10 22:28, En/na Johann Glaser ha escrit: > > > Unfortunately, /dev/ttyUSB0 is not standardized but requires different > > drivers for every chip (e.g. cp2101, ft232, ...). For the MS4407 scanner > > I didn't yet find a

Re: [fpc-pascal] Destroy vs Free: Memory Leak?

2010-09-07 Thread Michael Van Canneyt
On Mon, 6 Sep 2010, Brian Winfrey wrote: I have a TestCase that has this issue.  If I call obj.Free, I am unable to step into the Destroy method and heaptrc indicates a memory leak.  If I call obj.Destroy everything works as expected.  Following the call to Free - ... if (obj <> nil) then obj.