I am having problems trying to use msxml4.dll.
I have downloaded msxml.msi from microsoft and installed it, registered
msxml4.dll but when I create a Win32 Console App and add the following lines
#include <stdio.h>
#import <msxml4.dll>
using namespace MSXML2;
int main(int argc, char* argv[])
{
return 0;
}
I get the error
: fatal error C1083: Cannot open type library file: 'msxml4.dll': No such
file or directory
I did have the same problem on the laptop but when I installed msxml.msi it
worked OK. This problem remains on the desktop though.
Can anyone help ??
#import "c:\program files\MSXML\MSXML4.DLL"
Luke
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
#import "c:\program files\WINDOWS\System32\msxml4.dll" works.
Why doesn't
#import <msxml4.dll>
work then Luke ??
"Luke Zhang [MS]" <luke...@online.microsoft.com> wrote in message
news:2JHDY3JsCHA.896@cpmsftngxa09...
"Anton Raath" <ra....@amsler.com> wrote in message
news:unidLbMsCHA.868@TK2MSFTNGP12...