Results 1 to 5 of 5

Thread: How to use DCOM?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2006
    Posts
    24

    How to use DCOM?

    i have been programming in VB and VB.NET for some years. i have idea
    of COM, like how to use the interface of any other application, but
    now i want to use DCOM in a project. i.e to create objects from a
    component installed on a remote computer on network. can any1 give me
    a short walkthrough how to create DCOM objects (on remote computer)

  2. #2
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961

    Re: How to use DCOM?

    Search the forums - I believe I have supplied at least 1 walkthrough.
    Nobody knows what software they want until after you've delivered what they originally asked for.

    Don't solve problems which don't exist.

    "If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)

    2 idiots don't make a genius.

  3. #3
    Frenzied Member yrwyddfa's Avatar
    Join Date
    Aug 2001
    Location
    England
    Posts
    1,253

    Re: How to use DCOM?

    My advice is skip DCOM and move straight on through to COM+ applications. Ted Pattison's - 'Programming Distributed Applications with COM+ and Microsoft Visual Basic 6.0' is essential reading material (I believe it was also on the M$ new programmers reading list - even for C++ people)

    The newer versions of this technically come under the topic of '.Net Remoting' If you are just starting out it might be better to skip COM+, too.

    Incidentally, the mantra of seperation of specification and implementation which was first introduced to the world via Ada, and then C++ (abstract classes) and then as a plumbing and marshalling technique (COM+) is supported by .Net, but like many things M$, you can't enforce it even though .Net purports to be a strongly typed system.
    "As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality." - Albert Einstein

    It's turtles! And it's all the way down

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Mar 2006
    Posts
    24

    Re: How to use DCOM?

    please gimme more info abt .NET remoting

  5. #5
    Frenzied Member yrwyddfa's Avatar
    Join Date
    Aug 2001
    Location
    England
    Posts
    1,253

    Re: How to use DCOM?

    Don't know; ask on the .Net areas. This area's for COM/ActiveX
    "As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality." - Albert Einstein

    It's turtles! And it's all the way down

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width