View Single Post
  #1 (permalink)  
Old August 10th, 2003, 06:14 AM
polderudo polderudo is offline
Registered User
 
Join Date: Aug 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to polderudo
Default 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


Reply With Quote