Re: [Lazarus] Building on PPC Linux

2013-11-23 Thread Mark Morgan Lloyd
Mattias Gaertner wrote: On Fri, 22 Nov 2013 21:14:56 + Mark Morgan Lloyd markmll.laza...@telemetry.co.uk wrote: I'm having one of my periodic attempts to build trunk on various obscure platforms, and have come across an oddity. On a PPC Mac, running Debian lenny, I get ..

[Lazarus] What are the perfomance and memory usage effects of having heaptrc running?

2013-11-23 Thread vfclists .
I want to use heaptrc in a program, but only use the AddExitProc(@DumpHeapTraceOutput) occasionally with a command line switch. Does heaptrc intercept and monitor memory allocation throughout the program execution, or does it do a scan of memory usage for output only at program shutdown? --

Re: [Lazarus] What are the perfomance and memory usage effects of having heaptrc running?

2013-11-23 Thread leledumbo
Does heaptrc intercept and monitor memory allocation throughout the program execution, or does it do a scan of memory usage for output only at program shutdown? Look at the source code, it's open :) Basically HeapTrc will replace the current memory manager with its own, tracing everything that's

Re: [Lazarus] Debugging Wince shows NO debugger output

2013-11-23 Thread GREP
I tried that but with me did not work -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Debugging-Wince-shows-NO-debugger-output-tp4034315p4034455.html Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com. --

[Lazarus] D:\lazarus\lcl\lclintf.pas(64, 2) Fatal: Can't open include file winapih.inc

2013-11-23 Thread GREP
havinf problems with making breakpoints work, I re-installed Lazarus 3 or 4 times changing revisions down to 1.0.08, 1.0.12 then returning to 1.0.14. I chose to delete old installation and all previous user configurations. Now, in all cases, compiling for WinCE I got this error. If i try to add

[Lazarus] Resources

2013-11-23 Thread Donald Ziesig
Hi All! I have been trying to use a resource file (mydata.rc) to include some bitmap images in an app but with no success. For simplicity, I have pared the rc file to a single line: pix2 BITMAP /home/mydir/Desktop/myapp/2.bmp I have the following lines in my main unit: {$R *.lfm} //

Re: [Lazarus] Resources

2013-11-23 Thread leledumbo
{$R} (FPC style) resources are not the same as Lazarus resources. See: http://wiki.freepascal.org/Lazarus_Resources -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Resources-tp4034456p4034457.html Sent from the Free Pascal - Lazarus mailing list archive