RTD Server in a running executable, not a DLL

Respondido RTD Server in a running executable, not a DLL

  • 2009年10月6日 18:30
     
     
    Hello -- I am attempting to create an RTD server in an exe -- that is, to have a running executable act as the server, instead of a static DLL that is registered.  I'm currently able to register the assembly using the methods I've seen before, but whenever I access the RTD() function in excel, it creates a *new* instance of my server and this won't work. 

    How do I expose my *running* server instance to Excel (aside from implementing IRTDServer and setting the Guid, ProgID, and ComVisible attributes)?

    Thanks,
    Rick

全部回复