Re: [Lazarus] Error after Application.Terminate

2015-01-20 Thread zeljko

On 01/20/2015 05:33 PM, John Landmesser wrote:

which compiler-option(?) produces such a error Dialog?


I don't see any error below, just heaptrc report. Do you get real dialog 
or just console output .. or it's windows only thing when console output 
is closed so
heaptrc result comes with dialog ? In that case disable heaptrc and you 
won't see such dialog.


zeljko

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Error after Application.Terminate

2015-01-20 Thread Mattias Gaertner
On Tue, 20 Jan 2015 17:38:43 +0100
zeljko zel...@holobit.net wrote:

 On 01/20/2015 05:33 PM, John Landmesser wrote:
  which compiler-option(?) produces such a error Dialog?
 
 I don't see any error below, just heaptrc report. Do you get real dialog 
 or just console output .. or it's windows only thing when console output 
 is closed so

A dialog is shown by the IDE under Windows. See unit
ide/raw_windows.pas.

 heaptrc result comes with dialog ? In that case disable heaptrc and you 
 won't see such dialog.

True.

Mattias

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Error after Application.Terminate

2015-01-20 Thread John Landmesser

which compiler-option(?) produces such a error Dialog?

---
Error
---
Heap dump by heaptrc unit

51266 memory blocks allocated : 8658068/8812400

51266 memory blocks freed : 8658068/8812400

0 unfreed memory blocks : 0

True heap size : 294912 (112 used in System startup)

True free heap : 294800


---
OK
---

 




--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus