[Lazarus] My two wishes for the Message window of the IDE

Vincent Snijders vsnijders at vodafonevast.nl
Mon Mar 1 07:47:03 CET 2010


Flávio Etrusco schreef:
> 
> Not to state the obvious but... First one/we need to decide what the
> function will be called, OutputDebugString or DebugLn. Then decide

Definitely not DebugLn, that is for output to the console.

> what LCL unit should it be in. Then make an inline function which
> would just check whether a global function-typed var is set and a call
> it, for the IDE to hook.

The IDE is in a different process, so it cannot use the global var 
(without using some kind of IPC, for example shared memory, end even 
then ...).

> Then we think about IPC and such...
> 

Vincent




More information about the Lazarus mailing list