next question on com/dcom :)
this is just a basic question on how to develop a com/dcom client/server application:
when starting to create the server would you build up the code using the visual studio (version 7.0) wizzards or build up the code yourself (means adding the files manualy)?
i began using the wizzard but when trying to implement a ClassFactory and using CoRegisterClassObject i have some problems:
- i don t know where to call the function (CoRegisterClassObject)
- and i do also not see where to implement the class factory
Everything that gose deeper into Com seems to be hidden from the developer if you use the wizzards.
i did try building up the code Attributed and not Attributed.
can anyone give me some basic concept ideas on how to do it right?
thanks in advance
|