Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: ActiveX ..exe VS ActiveX Dll


Message #1 by "Jawahar Rajan" <jrajan@h...> on Wed, 20 Jun 2001 22:01:21 -0400
Hey Jawahar,

You've got the failure characteristics switched around--a failing .dll will
bring down the entire client app, whereas a failing .exe lives & dies in its
own process.

Have a look at:

http://msdn.microsoft.com/library/default.asp?URL=/library/devprods/vs6/vbas
ic/vbcon98/vbconinprocessoutofprocesscomponents.htm

for further details.

HTH,

-Roy

-----Original Message-----
From: Jawahar Rajan [mailto:jrajan@h...]
Sent: Wednesday, June 20, 2001 7:01 PM
To: professional vb
Subject: [pro_vb] ActiveX ..exe VS ActiveX Dll


All,
As A starter in VB I am a little confused by the ActiveX.exe and ActiveX 
dll
I am correct in saying that an ActiveX.exe i a standalone component that 
can be used in a VB application and if it failed then the Application 
would also fail!
An activeX Dll on the other hand is not stand alone and does have to be 
part of a VB application (Embedded) but if it fails the the VB Application 
will not fail
 
Is this correct?
Any feedback is always welcome
Thanks
Jawahar


  Return to Index