|
-
Mar 15th, 2006, 01:57 AM
#1
Thread Starter
Junior Member
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)
-
Mar 15th, 2006, 04:45 PM
#2
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.
-
Mar 20th, 2006, 06:30 AM
#3
Frenzied Member
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
-
Mar 20th, 2006, 11:58 AM
#4
Thread Starter
Junior Member
Re: How to use DCOM?
please gimme more info abt .NET remoting
-
Mar 20th, 2006, 12:14 PM
#5
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|