1
vote
2answers
221 views
Registration-free COM not working on Windows Server 2003
I have created the necessary manifests for my COM server DLL and a client application to work registration-free in Windows XP. I've tested all kinds of combinations (with and without a registratio …
2
votes
How to reuse a (Delphi) OLE server with a second client?
In the client, use
ConnectKind := ckRunningOrNew
and an existing server should be used instead of starting a new one.
…
2
votes
Prevent Delphi COM component from showing MessageBox()
What does the messagebox say? I'm assuming it's an exception. Why don't you put an exception handler around the code in the COM component, and log the exception in a different way? (E.g., using t …
