Hi everybody!
Someone knows how to make an activex dll to be only available by the way of mts ?.
Any opinion appreciated.
thank you
Printable View
Hi everybody!
Someone knows how to make an activex dll to be only available by the way of mts ?.
Any opinion appreciated.
thank you
Hi simonmay,
Start an ActiveXDLL with properties:
Instancing: MultiUse
MTSTransactionMode: Requires Transaction
Important: make it stateless, apartment threaded
Regards,
TheBao
thank you TheBao,
....then to use the dll, in an executable program, do i use a "createobject" instruction ?
simonmay,
You can use CreateObject or New key work if you want.
Regards,
TheBao
simonmay,
The program can be an ASP or just a standard EXE.
Regards,
TheBao
thank you thebao