How to connect to the running OAT instance?
COM
1
Posts
1
Posters
1
Views
1
Watching
-
Hello, The original program(OLE Automation server) was impemented on Borland Delphi. But the program don't register itself in ROT during start-up(ie program don't call RegisterActiveObject()). - How can I connect to the running instance of the program? I can get PID from processes list. Can I some how use that for inquiering the interface pointer(IDispatch)? Thanks for any suggestions.