-
how to?
hai all
i am developing an application in DCOM. i have an activex dll which contains around 200 classes.
inorder to make this dll to work on DCOM, i need to use DLL surrogate in OLE/COM view tool.
but setting dll surrogate property to all of my classes is becomming a big problem. is there any easy way to set this property in all of my classes.
or any otherway to make my dll to work on DCOM?
pls help me
-
there r.
u can use ActiveX EXE for the server part, but it is not recommended due to the lack of controlling the server.
the best way is to use COM+.
-
thanks for reply deja,
but all the code is developed in activex dll. how can i chage it to activex exe now? is there any easy way.
or else, can we write VB code to set the surrogate property to true?
-
i already post u a message at your other thread.
instead tackling all details about Threading, Object Liftime, Concurrency etc.
use COM+. period.
it is much simpler than DLL Surrogate.