I\'m trying to get the Global Interface Table by using the following code (Delphi):
uses Comobj, ActiveX; var cGIT : IGlobalInterfaceTable = NIL; const
Have you used OleView32 to verify the GUID of the class? That utility is available in the Windows SDK and allows you to walk the registry of interfaces much easier than regedit. I would classify the utility as a must have for any COM development.