Re: COM with late binding
- Posted by coder Oct 31, 2010
- 917 views
Never mind. The solution was simple: 1. use clsidfromprogid 2. Peek 16 from the resultant clsid to build the guid string 3. call guid_to_string of eucom with this string 4. follow up with add_clsid and add_iid before calling CoCreateInstance
coder