Beginner In COM where to start first?
-
Hi all, I want to learn how to write COM component in VC++ 6.0 Anybody please send the links to the material from where a beginner can start reading the concept and the related examples. I also want to know the books available on this subject with Title and author's name. Thanks in Advance to all. Viral Joshi
-
Hi all, I want to learn how to write COM component in VC++ 6.0 Anybody please send the links to the material from where a beginner can start reading the concept and the related examples. I also want to know the books available on this subject with Title and author's name. Thanks in Advance to all. Viral Joshi
viral_umang@hotmail.com wrote:
please send the links to the material from where a beginner can start reading the concept and the related examples.
"It's supposed to be hard, otherwise anybody could do it!" - selfquote
"High speed never compensates for wrong direction!" - unknown -
Hi all, I want to learn how to write COM component in VC++ 6.0 Anybody please send the links to the material from where a beginner can start reading the concept and the related examples. I also want to know the books available on this subject with Title and author's name. Thanks in Advance to all. Viral Joshi
-
Hi all, I want to learn how to write COM component in VC++ 6.0 Anybody please send the links to the material from where a beginner can start reading the concept and the related examples. I also want to know the books available on this subject with Title and author's name. Thanks in Advance to all. Viral Joshi
Code project has good articles - basic and advanced. Also, I have few links on my blog. See if this helps - http://blogs.wdevs.com/sohail/archive/2004/11/16/1149.aspx
S o h a i l K a d i w a l a
To Err Is Human; to Debug, Divine -
Hi all, I want to learn how to write COM component in VC++ 6.0 Anybody please send the links to the material from where a beginner can start reading the concept and the related examples. I also want to know the books available on this subject with Title and author's name. Thanks in Advance to all. Viral Joshi
Check out my two Intro to COM tutorials: part 1 [^] part 2[^]
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ Ford, what's this fish doing in my ear?
-
Hi all, I want to learn how to write COM component in VC++ 6.0 Anybody please send the links to the material from where a beginner can start reading the concept and the related examples. I also want to know the books available on this subject with Title and author's name. Thanks in Advance to all. Viral Joshi
This link will be very helpfull to understand basics of COM , ie COM from scratch. http://www.codeproject.com/com/com\_in\_c1.asp http://www.codeproject.com/com/com\_in\_c2.asp Thanks George