Click here to Skip to main content
15,881,089 members
Articles / Programming Languages / Objective C

DCOM D-Mystified: Questions and Answers

Rate me:
Please Sign up or sign in to vote.
4.75/5 (17 votes)
11 Aug 2000CPOL 541.2K   4.9K   50   199
Brian's detailed answers to your most frequently asked questions about his DCOM tutorial.

Introduction

Welcome to the Questions and Answers page for the DCOM D-Mystified tutorial. I have created this extra page so I can more richly (such as with screenshots and following my source code conventions) provide you, my readers, with answers to your frequently asked questions. These are questions that you either ask me directly by e-mail, or that you post to The Code Project's message boards at the ends of each of the steps of the tutorial.

Source Code Archive

If you follow along through the tutorial as it goes, there is source code provided with each step, and all the instructions in the tutorial allow you to follow along and end up with the same source code (we hope) as is provided for download. However, it's also nice to be able to just have a central place where the source code for all steps can be found, regardless of which one you're on.

To get the source code for a particular step, simply click the link in the list below to download the corresponding files.

 

 

Questions and Answers

A step of the tutorial mentions that there are these "Back" and "Next" buttons at the bottom of the page. I see "<< Back" and "Next >>" *links*, but no buttons. Do these work? What's up?

The "Back" and "Next" buttons which the question asked about used JavaScript; Chris Maunder (this site's administrator) and I decided to turn the buttons into links because not all browsers support or allow JavaScript. The links work just like the buttons and step you through the tutorial.

Why do you stop at generating the project with AppWizard in Step 1 and make us go on to Step 2?

I do this so if you choose to download the sample source code for Step 1, you get a freshly-started project which hasn't been modified yet, and having just generated the project is a great stopping place if it's late in the evening. Scroll down to the bottom of the article page and click the Next button to move on to Step 2, where we actually begin to modify the source files.

Notes From the Rear

This page is here because DCOM is such a complex and intricate subject that many people have lots of questions, even with the most well-documented tutorial. Also, sometimes it helps to be able to have the ability to answer your questions with figures, charts, diagrams, and screenshots. The message boards, great though they are, just don't provide that functionality. I strongly encourage you to pose questions to the message boards, and I'll either reply to you on the board or put up a "Hey everybody, the answer to this is on the Questions and Answers page!" if a lot of people ask about it.

Each time I've added a new question to this page, Chris Maunder's excellent scripts will mark it with a little 'Updated' graphic, and the home page will let you know it's been updated. Then simply go to this page to see what's new!

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
United States United States
Brian C. Hart, Ph.D., is a strategic engagement leader on a mission to leverage space technology to protect U.S. interests and assets against adversaries. Throughout Dr. Hart's career, he has enjoyed: Working closely with business executives to provide strategic direction and leadership, translating customer and competitive intelligence into compelling capture strategies and solutions, and mentoring teams to enhance individual and company capabilities while fostering an engaging and accountable environment, being involved in STEAM initiatives and education to develop greater awareness in the community, and serving the armed forces with the U.S. Navy and U.S. Army National Guard. He is excited to begin developing his career in Jacobs's Critical Mission Systems business unit, supporting NORAD and the U.S. Space Force.

Comments and Discussions

 
GeneralRe: HelloServ works locally, not remotely Pin
Alex M6-Dec-01 11:43
Alex M6-Dec-01 11:43 
GeneralRe: HelloServ works locally, not remotely Pin
11-Dec-01 12:26
suss11-Dec-01 12:26 
GeneralRe: HelloServ works locally, not remotely Pin
Alex M12-Dec-01 9:31
Alex M12-Dec-01 9:31 
GeneralRe: HelloServ works locally, not remotely Pin
LucidInsomniac1227-Aug-02 5:47
LucidInsomniac1227-Aug-02 5:47 
GeneralA simple question Pin
22-Jun-01 0:30
suss22-Jun-01 0:30 
GeneralWhy should I insatll Server.exe on Client Pin
anand_h_n12-Jun-01 6:26
anand_h_n12-Jun-01 6:26 
GeneralRe: Why should I insatll Server.exe on Client Pin
Brian C Hart12-Jun-01 7:55
professionalBrian C Hart12-Jun-01 7:55 
GeneralPERFORMING REGISTRATION ERROR Pin
BSEMONI9-May-01 20:14
BSEMONI9-May-01 20:14 
QuestionHow can I create a global memer for a DCOM Object? Pin
Alexandru Dragu8-May-01 0:48
Alexandru Dragu8-May-01 0:48 
AnswerRe: How can I create a global memer for a DCOM Object? Pin
15-Mar-02 5:18
suss15-Mar-02 5:18 
GeneralUnable to access C++ Dcom servers with VB Client Pin
8-May-01 0:47
suss8-May-01 0:47 
GeneralUnable to access IHelloWorld because No such interface supported Pin
4-May-01 4:39
suss4-May-01 4:39 
GeneralRe: Unable to access IHelloWorld because No such interface supported Pin
7-May-01 3:35
suss7-May-01 3:35 
Generaldcom98 extensions Pin
3-Apr-01 23:51
suss3-Apr-01 23:51 
GeneralHelloServ.idl compilation error Pin
29-Mar-01 3:19
suss29-Mar-01 3:19 
GeneralRe: HelloServ.idl compilation error Pin
17-May-01 21:31
suss17-May-01 21:31 
QuestionHow to use other than Dipatch events? Pin
12-Mar-01 20:39
suss12-Mar-01 20:39 
GeneralClient compilation Error Pin
27-Feb-01 18:55
suss27-Feb-01 18:55 
GeneralUnable to access IHelloWorld because Server execution failed Pin
rajeshsurve30-Jan-01 20:07
rajeshsurve30-Jan-01 20:07 
GeneralDCOM Timeouts Pin
23-Jan-01 9:08
suss23-Jan-01 9:08 
GeneralRe: DCOM Timeouts Pin
23-Jan-01 10:24
suss23-Jan-01 10:24 
QuestionIs DCOM what I need to solve this problem? Pin
glt17-Jan-01 9:48
glt17-Jan-01 9:48 
GeneralProblem with download Pin
Julien26-Dec-00 12:00
Julien26-Dec-00 12:00 
GeneralYour Tutorial... Pin
Nick Major26-Dec-00 11:36
Nick Major26-Dec-00 11:36 
GeneralRe: Your Tutorial... Pin
Brian C Hart31-Dec-00 12:26
professionalBrian C Hart31-Dec-00 12:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.