[fpc-pascal] -v to show function call frequency

2013-05-17 Thread leledumbo
Is there any -v (or any other option) to show summary of function call frequency (in term of appearance in source code, not actual function call)? i.e. something like: program A: routinetimes called function1 10 procedure1 5 function2 1 unit

Re: [fpc-pascal] Error: Duplicate identifier "FarPointer"

2013-05-17 Thread Mattias Gaertner
On Thu, 16 May 2013 15:04:58 +0200 Jonas Maebe wrote: > > On 16 May 2013, at 14:46, Reimar Grabowski wrote: > > > Same problem here but much funnier FPC message: > > > > Makefile:2704: *** The only supported starting compiler version is > > 2.7.1. You are trying to build with 2.6.2. If you are

Re: [fpc-pascal] Examples of tiOPF logging in the wild

2013-05-17 Thread Michael Van Canneyt
On Thu, 16 May 2013, Graeme Geldenhuys wrote: On 2013-05-16 14:27, vfclists . wrote: I want to use tiLogToGUI, but I am not happy with the amount of screen space it takes. Is there some way it can be adapted or themed to be tidier or smaller? Simply edit the tiLogToGUI unit for your chosen

Re: [fpc-pascal] Examples of tiOPF logging in the wild

2013-05-17 Thread Graeme Geldenhuys
On 2013-05-16 14:27, vfclists . wrote: > I want to use tiLogToGUI, but I am not happy with the amount of screen > space it takes. Is there some way it can be adapted or themed to be tidier > or smaller? Simply edit the tiLogToGUI unit for your chosen toolkit (VCL, LCL or fpGUI), and edit the Creat

Re: [fpc-pascal] TProcess, Batch script and Windows

2013-05-17 Thread Mark Morgan Lloyd
Michael Van Canneyt wrote: On Wed, 15 May 2013, Marcos Douglas wrote: Hi, I want to execute a batch file on Windows (FPC 2.6.2 and Laz trunk) using TProcess class. It ONLY works if I use the [poWaitOnExit] and DO NOT USE [poNoConsole] options. I do not want to see the console so, I need to