Click here to Skip to main content
15,894,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I'm using visual 2010. When I am trying to import this dll in my code:
C++
#import <msxml4.dll> rename_namespace("MSXML") named_guids

But i am getting this error:
C++
fatal error C1083: Cannot open type library file: 'msxml4.dll': No such file or directory

What should i do?
Thanks
Posted

Normally I'd say search your root directory for MSXML4.DLL and if it's not there, go here:

http://www.microsoft.com/en-us/download/details.aspx?id=19662[^]

And download the SDK.

MSXML.DLL doesn't ship with Windows and isn't included in any update.

Bottoms up!
 
Share this answer
 
Depends if you NEED the v4 type lib

if you do, you'll have to find it from somewhere - run a search over your %system32% dir, run oleview on it and extract the tlb out and use that

if you don't just import msxml6.dll
 
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