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

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to