Click to See Complete Forum and Search --> : ActiveX Controls which uses DLLs


Prasanna Hebbar
April 23rd, 1999, 01:00 AM
I have got an activeX control which uses 2 more DLLs. If I run it in debug mode, with the active x test container, the activex control for displaying medical images works fine.
But if I try to open it through the explorer, the page is not displayed. Is it because I am using dlls with an active X control.

If the explorer can't download the DLLs associated with the controls, how can I make sure that those dlls are downloaded. If I have to use the plugins(I am not sure), how it can be done?

Olix
June 29th, 1999, 06:45 AM
I see that you use DLL's in ActiveX.
Did you ever use a DLL that implement a CDaoRecordset? I have problems using a DLL where I have a CDaoRecordset class and I have some exceptions.
CAN YOU HELP ME?
PLEASE !!

renga
June 29th, 1999, 11:00 AM
Hi,
You can create a .Cab file containing your .ocx and .dll files. You can then include this cabinet file in the codebase attribute of
your <object> tag.

Regards,
Renga.