EDN Admin
Well-known member
Hi all,
I know im way too late on that one but im trying to master COM technologie before .NET and its still very fuzzy. Ive read lots of books and tutorials but then I tried to practice and it was the biggest mistake in my hole life! I really cant understand
too many things!
COM functions (CoCreateInstance etc..) are just helper functions, OK. But regarding type libraries and LoadTypeLib, for example, as I understand things, this function does a DllGetClassObject() to get an interface on an ITypeLib interface in the DLL. STILL
OK but i have here a library not installed on my system (not in the registry key path) and this function still work.
So my question is : What CLSID does this function provide with the DllGetClassObject() function??? Seriously, I really need some help here! Theres no concrete doc on the subject.
Thanks in advance to the hero wholl give me a clue here.
regards.
<br/>
View the full article
I know im way too late on that one but im trying to master COM technologie before .NET and its still very fuzzy. Ive read lots of books and tutorials but then I tried to practice and it was the biggest mistake in my hole life! I really cant understand
too many things!
COM functions (CoCreateInstance etc..) are just helper functions, OK. But regarding type libraries and LoadTypeLib, for example, as I understand things, this function does a DllGetClassObject() to get an interface on an ITypeLib interface in the DLL. STILL
OK but i have here a library not installed on my system (not in the registry key path) and this function still work.
So my question is : What CLSID does this function provide with the DllGetClassObject() function??? Seriously, I really need some help here! Theres no concrete doc on the subject.
Thanks in advance to the hero wholl give me a clue here.
regards.
<br/>
View the full article