From: Michaela Brauner on
Hello,

how can I fix this message?

fatal error C1083: File (Typbibliothek) not open
"msxml.dll": No such file or directory
#include <afxcoll.h>
#include <afxmt.h>

// #import <msxml.tlb>

#import "msxml.dll"
using namespace MSXML;

http://www.prof-uis.com/prof-uis/tech-support/support-forum/build-errors-on-vistavs2008-cannot-open-type-library-file-msxmldll-59608.aspx

Need I additional libraries?

VS2008
Vista


Greeting Michaela
From: Michaela Brauner on
Hello Pete,
> http://support.microsoft.com/kb/269238
>
> You will need to either install the appropriate MSXML SDK or reference the
> appropriate DLL or typelib.
>
thanks for the hint, tip.
Greeting Michaela