Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. arpito

    i get REGDB_E_CLASSNOTREG when ActiveX object is in fact registered

    stupid me i should have used CLSCTX_INPROC_SERVER for a dll instead of CLSCTX_LOCAL_SERVER, which is for out of process servers !!!
  2. arpito

    i get REGDB_E_CLASSNOTREG when ActiveX object is in fact registered

    using Visual studio 6.0 Generated the .h and _i.c file for a common registered object (ActiveX Real Audio) with MIDL and tried to use it a console project below, but i get a HRESULT of REGDB_E_CLASSNOTREG from CoCreateInstance. The debugger and the registry shows the CLSID registered. This...

Part and Inventory Search

Back
Top