Or "ShellCreateIcon", if I'm not mistaken (I likely am).
It appears we don't have that OLE registered in our system. This strikes me as odd, as I know that some installers do actually create icons. How do they do that?
If someone can point me to our current icon creating code, I may sit down and create this object.
Shachar
How about dlls/shell32/shelllink.c ?
Mike
Shachar Shemesh wrote:
Or "ShellCreateIcon", if I'm not mistaken (I likely am).
It appears we don't have that OLE registered in our system. This strikes me as odd, as I know that some installers do actually create icons. How do they do that?
If someone can point me to our current icon creating code, I may sit down and create this object.
Shachar
On Sun, 18 Jul 2004 09:01:49 +0300, Shachar Shemesh wrote:
It appears we don't have that OLE registered in our system. This strikes me as odd, as I know that some installers do actually create icons. How do they do that?
Remember quite a few DLLs register themselves as part of initial installation, and also that quite a few programs use convenience APIs rather than the usual COM activation code (CoCreateInstance is a pain in the ass ...)
thanks -mike