I have a service (VC++) which exposes a COM interface. When I register the proxy stub on a client machine it does not register a ProgID.

Is the a build setting to make this happen. Otherwise, how can I get a VB app to access this interface given only the GUID and not a ProgID ?

Brendan Baird