Results 1 to 4 of 4

Thread: Diff. in DLL and EXE

  1. #1
    mahesh_575
    Guest

    Diff. in DLL and EXE

    Please help me !
    What is the Diff. in Activex DLL and EXE ???
    and what are the marits of Activex EXE ???

    Mahesh

  2. #2
    Fanatic Member
    Join Date
    Jan 2001
    Location
    Vietnam
    Posts
    613
    DLL is in process, EXE is out of process

    Regards,
    TheBao

  3. #3
    mahesh_575
    Guest
    Can you explain it ??? I want exact diff. between these 2. Because here we are planning to use Act. EXE and we dont know the details. I haven`t used it before this.

  4. #4
    Fanatic Member
    Join Date
    Jan 2001
    Location
    Vietnam
    Posts
    613
    ActiveX DLL:
    An in-process server is an object that runs within the same process space as the client application that is calling it. If you want to use MTS, you have to use this one, since ActiveX EXE object can not. If you are going to use ActiveX DLL, make sure to select it as "Apartment Threaded"

    ActiveX EXE:
    An out-of-process server is an object that runs in its own process space. If it crashes for some reason, it doesn't take the client application down with it.

    Hope this helps,
    TheBao

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width