C
Cornel Gligan
Hi!
I want to make an add-in for FrontPage 2002 (on Windows 2000 Pro.). I have
the FrontPage SDK for FrontPage 2002 and I use the files from "Files" folder
in my project. My problem is that when I call the CoCreateInstance method
( CoCreateInstance(CLSID_Application, NULL, CLSCTX_ALL, IID__Application,
(void **)&pfpApp); ) I receive the following error: 0x8002801d Library not
registered. When I took a look in "wom.idl" I saw the following line in the
"library FrontPage" section: " importlib("mso9.dll");". I think that is an
older version than the one that is on my computer.
Please tell me where can I find all the files that I need (TLBs, DLLs, IDLs
....)?
Thank you in advance!
Cornel Gligan-Ignatescu
I want to make an add-in for FrontPage 2002 (on Windows 2000 Pro.). I have
the FrontPage SDK for FrontPage 2002 and I use the files from "Files" folder
in my project. My problem is that when I call the CoCreateInstance method
( CoCreateInstance(CLSID_Application, NULL, CLSCTX_ALL, IID__Application,
(void **)&pfpApp); ) I receive the following error: 0x8002801d Library not
registered. When I took a look in "wom.idl" I saw the following line in the
"library FrontPage" section: " importlib("mso9.dll");". I think that is an
older version than the one that is on my computer.
Please tell me where can I find all the files that I need (TLBs, DLLs, IDLs
....)?
Thank you in advance!
Cornel Gligan-Ignatescu