I've create a OCX (VB6) that itself registerd. ( Declare Function Regxxx Lib "xxx.OCX" Alias "DllRegisterServer" () As Long ). When i use it in a new project (NEWPRO also VB6) then is everything fine, but then when i change the OCX and compile it again NEWPRO can't load it anymore.
> Whats going wrong ?
> Must the registering manual done by specify the CLSID in the registry ?
> Can you give a example incase it must manual ?