Hi, How can I detect if my application is running under the IDE "Delphi 2007 .Net", there is something like DebugHook?
Bye.
|
|
Hi, How can I detect if my application is running under the IDE "Delphi 2007 .Net", there is something like DebugHook? Bye.
|
||
|
|
|
|
The IsDebuggerPresent() WinAPI call. |
||
|
|
|
Something like:
Might Suit. |
||
|
|
|
Answer my own question.
works fine for me. Bye. |
||
|
|