So, no point in learning DCOM?
Main Topics
Browse All TopicsHello,
I'm learning Visaul C++ right now and have no interest in the whole Visual Studio suite. I have version 6 standard and may be looking to upgrade. I know that there is a new version of visual studio out now, version 8 i think... Anyway, my education path will lead me to learning DCOM. I wanted to know if there are special templates in the pro version that deal with DCOM and if it will be worth the cost of going pro. If i do go pro, can i upgrade to pro from my current version? and lastly, it doesn't seem from microsoft's web site that you can buy just Visual C++ 8 by its self right now... So, to clarify:
If i plan on writing DCOM apps, should i get the pro version or will standard be fine.
Should i upgrade at all, if so, should i get the pro version
Should i updrade to the newest version, or do you think 2003 will be good?
I'm just learning Visaul C++ and I love it. But I am new to it and am not looking to spend a great deal of money until i'm better at it.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You can get your *free* copy of VC++ 8.0 here: http://msdn.microsoft.com/
This is the Express version, which is fully functional, though.
It is around that price but it is free for a year. It also has .net and the ADO stuff if you wish to get into that. I've deactivated my copy as it was intefering with 2003 (which I need to use for commercial reasons). It may have Avalon as well but I don't know whether that is C++ or C# only. Just click on the help and it will tell you.
None of the later versions have wizards as we know them. If you want wizards, keep to version 6. Use V6 to generate the code and Express to build it.
One of my collegues did tell me that 2005 has wizards but they are hidden somewhere and the process of getting to them is different. I never did ask him where they were.
I actually find wizards a pain because they rearrange code for you: like Yoda speaking English with a German syntax.
Business Accounts
Answer for Membership
by: OnegaZhangPosted on 2005-11-11 at 18:25:55ID: 15278487
For DCOM application, VC++6.0 is enough.
But I have to say that DCOM is out of date, the current solution is web service. You can write web service program with MS SOAP toolkit + VC 6.0 or gSOAP toolkit + VC++6.0