开发者

simple tutorial for DCOM [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.

Improve this question

Can someone s开发者_C百科uggest me beginners learning resources for DCOM technology using vc++ Those with Sample codes would be very helpful.

Thanks


Look at codeproject.com "DCOM D-Mystified: A DCOM Tutorial" - seven articles & sources for beginers


It depends quite a bit on your exp level with COM. Moving to DCOM is really just a matter of creating an EXE-server, registering it on the remote machine and instantiating it via CoCreateInstanceEx.

You can create simple servers using the ATL app-wizard in VS. MSDN has a number of samples you can d/l.

I realize this isn't a tutorial but you haven't really stated what you know now.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜