> Just export a function from lcl and catch that - 
> like catching 'qt_startup_hook' in the above code.

That code has inspired me for the following hack:
In the project.lpr add the following code:
>>>
Procedure qt_startup_hook;export;
Begin
End;

Exports qt_startup_hook;
<<<


This is enough to black-list your app. I'm not aware of any side effects
exporting this symbol would have.

Ludo





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

Reply via email to