in reply to Re: Delphi automation
in thread Delphi automation

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: Delphi automation
by moritz (Cardinal) on Feb 07, 2008 at 07:10 UTC
    There's a simple and sure way to find out: try it.

    These modules don't mess with binary program that you want to test, but with an interface they use (for example on linux the X window system).

    It really doesn't matter what kind of program uses that interface. So there's no reason why it should work for programs written in one language, and doesn't work for others.

    And that's the beauty of abstraction layers ;-)