Re: difference between a .dll and .ocx????

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Scott M. wrote:
"Milosz Skalecki" <mily242@xxxxxxxxxxxxx> wrote in message
news:60B89036-6DAF-41AD-BE41-0D180747C7D0@xxxxxxxxxxxxxxxx
Howdy Scott,

My point was sentence written by you:
"ActiveX is just a specific type of COM interface." which i
disagreed. From
architectural point of view, COM, OLE, ActiveX objects have to only
implement
IUnknown interface. It's not a specific or special type of COM
interface it's
just another name for the same technology. See Microsoft spec:

But hold on a sec. ActiveX (and OLE) are specific types of COM
libraries. You can't very well say that all COM libraries are ActiveX.

It's nearly true. MSFT re-defined exactly what an Active-X control a few
times with the final defintion being basically "any self-registering
in-process COM server".

-cd


.



Relevant Pages

  • Re: difference between a .dll and .ocx????
    ... You used "ActiveX is just a specific type of COM interface" which for me ... "ActiveX controls, formerly known as OLE controls or OCX controls,.. ... What is the difference between an OLE control and an ActiveX control? ...
    (microsoft.public.dotnet.framework)
  • Re: activex and trend micro
    ... The html interface isn't nearly as functional as the Application interface, ... I installed Trend's CMS for SMB and noticed we have an ActiveX ... > management console won't be able to function properly. ... and install ActiveX for the browser." ...
    (microsoft.public.windows.server.sbs)
  • Re: Implements Interface difference in VB IDE and Compiled version, is this a BUG!???
    ... it seams that VB in IDE Runtime mode with ActiveX component doesn't implements Interfaces, ... and in OLE Viewer of that component there is no implements interface, ... And than referenced same DLL in ActiveX DLL and still it doesn't work. ...
    (microsoft.public.vb.com)
  • Re: Implements Interface difference in VB IDE and Compiled version, is this a BUG!???
    ... it seams that VB in IDE Runtime mode with ActiveX component doesn't implements Interfaces, ... and in OLE Viewer of that component there is no implements interface, ... And than referenced same DLL in ActiveX DLL and still it doesn't work. ...
    (microsoft.public.vb.general.discussion)
  • Re: COM Interop with ActiveX nightmare...
    ... I dont think the ActiveX would be exporting the method directly via ordinal, ... You could try declaring the interface yourself and then getting an instance ... int ID public static extern int Load(string ... Problem, if I reference the 1st DLL, or import the source in my ...
    (microsoft.public.dotnet.general)