|
-
Jul 13th, 2001, 08:27 AM
#1
Thread Starter
Hyperactive Member
ActiveX EXE & DLL
I have been into COM for a while only Developping ActiveX DLLs
they are neat...
but now I have more time for research and I am looking at activeX EXEs ... they seem interesting but I wonder why they are rarely used...
I might be wrong but I have never seen any application Deploying activex EXEs . they all use DLLs.
i know that Exe run out of process and that Dll run In process...
but what is the real difference between the 2 .
Which one is better and in what case ?
-
Jul 13th, 2001, 08:36 AM
#2
Well, the in-process/out-of-process is a big deal, but an active-x exe has to entry points, one as a dll and one as an exe, so it can also be run as an external application. (MS-Word is an active-x exe, as are all of the office apps)
-
Jul 13th, 2001, 08:43 AM
#3
Thread Starter
Hyperactive Member
ok ... good... so if I put a form in My activeX Exe project and a winsock on this form ...
Can I use the winsock control from ASP for example ?? like a COM object that is... ?
-
Jul 13th, 2001, 08:47 AM
#4
I believe so. Shouldn't be a problem. I would use MTS, though.
-
Jul 13th, 2001, 08:52 AM
#5
Thread Starter
Hyperactive Member
MTS ?? what do you mean ?
I know MTS is mostely used for Database and Transactions ... what does winsock have to do with it ?
Besides you cannot use MTS with ActiveX EXE....it has to be a dll
-
Jul 13th, 2001, 09:39 AM
#6
yes, u r right. dont know why i thouught u can uuse it w/ an exe. sorry
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|