Click here to Skip to main content
15,894,201 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I tried to import outlook contacts in a C++ application .But right now i am getting this error.

fatal error C1083: Cannot open type library file: 'c:\program files (x86)\microsoft office\office12\msostyle.dll': Error loading type library/DLL.

I am using windows 8 and office 2007.Please give me suggestion for resolving this issues as soon as possible.

Thanks ,

Kirti
Posted
Comments
chandanadhikari 14-Jul-14 2:03am    
hi,
you can start by checking if this dll is actually present at the location mentioned in the error message. If its there then see if the version is compatible with the other libraries or dlls you are using. Also, you can check if some other dependencies of this dll are missing by opening this dll in 'dependency walker' .

1 solution

The error is very clear. Read the MSDN documentation.

Check whether the path and file exist and are what you need.

Mayve Microsoftfixit can help. No warranty for anything!!!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900