|
-
Sep 17th, 2001, 12:59 PM
#1
Thread Starter
Member
Microsoft SDK and COM
hi,
What is Microsoft SDK ? How and for what is it used for?
What are the tools used to create COM objects. Is knowing VB enough to create advanced COM objects.
Thanks
-
Sep 17th, 2001, 05:57 PM
#2
SDK is a software development kit. There are several (like SOAP for XML, and Platform SDK for C++), and you can download them from MSDN
VB COM is fairly advanced, but it does a lot of stuff behind your back, so that you never REALLY know what you're creating.
Rather than going on about it, try the Wrox book 'VB COM'.
It isn't hard to read, and if you stick with you'll know far more about than most VB programmers who have been at it for years.
To get deeply into COM or COM+ requires coding in C++.
-
Sep 19th, 2001, 10:56 AM
#3
Frenzied Member
My recommended reading has to be Ted Pattisons 'Programming Disributed Applications with COM+ and MS Visual Basic 6'
Read this and you will be able to converse with any C++ programmer as near equal. A lot of C++ programmers know the technique, but not the theory (the whys, and why nots) Even a seven year old programmer can follow a script of things to do.
This book is also on the required reading list for Microsoft programmers.
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
|