Click here to Skip to main content
15,908,274 members

Comments by navneet@ISM (Top 4 by date)

navneet@ISM 22-Aug-17 1:48am View    
Tried to add this ActiveX control to a Dialog of another basic mfc application using mouse right click and "Insert ActiveX control". It gives two errors on trot as:

1. The ActiveX control cannot be instantiated.
2. "Times Control" is not a valid ActiveX control. It is missing a required interface.

What appears confusing to me is on looking at all registered Automation objects, project which was compiling into a .dll file is present as an .OCX
navneet@ISM 21-Aug-17 8:00am View    
Tried to add this ActiveX control to a Dialog of another basic mfc application using mouse right click and "Insert ActiveX control". It gives two errors on trot as:

1. The ActiveX control cannot be instantiated.
2. "Times Control" is not a valid ActiveX control. It is missing a required interface.
navneet@ISM 14-Aug-17 7:10am View    
DllGetClassObject function gets executed two times, rclsid remains same in both execution. Additionally:
In first execution riid = IID_IClassFactory2, ppv = 0x005be5bc, hresult = -2147467262 ;
In second execution: riid = IID_IClassFactory, ppv = 0x005bf2ec, hresult = 0
navneet@ISM 14-Aug-17 3:00am View    
I tried registering the dll and ocx at the command line with regsvr32 in admin mode. but still giving me same error. I will look at GUID as suggested. Dll doesn't look like missing from project. Thank you for these clues, appreciate that.