|
-
Feb 18th, 2001, 12:23 PM
#1
Thread Starter
Member
Hi everybody!
Someone knows how to make an activex dll to be only available by the way of mts ?.
Any opinion appreciated.
thank you
-
Feb 18th, 2001, 11:17 PM
#2
Fanatic Member
Hi simonmay,
Start an ActiveXDLL with properties:
Instancing: MultiUse
MTSTransactionMode: Requires Transaction
Important: make it stateless, apartment threaded
Regards,
TheBao
-
Feb 19th, 2001, 04:55 PM
#3
Thread Starter
Member
thank you TheBao,
....then to use the dll, in an executable program, do i use a "createobject" instruction ?
-
Feb 19th, 2001, 10:09 PM
#4
Fanatic Member
simonmay,
You can use CreateObject or New key work if you want.
Regards,
TheBao
-
Feb 21st, 2001, 03:24 PM
#5
Fanatic Member
simonmay,
The program can be an ASP or just a standard EXE.
Regards,
TheBao
-
Feb 21st, 2001, 04:51 PM
#6
Thread Starter
Member
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
|