Hi,
I need to use an interface which is defined in mshtml.h, and therefore
I need to include that mshtml.h in my idl.
Once I do that I get this nasty redefinition error - redefinition :
Int64ShllMod32
Anybody knows how to resolve that ?
Those are my include paths :
$(VCInstallDir)include - is that normal that there is no '\' ???
$(VCInstallDir)\atlmfc\include
$(VCInstallDir)\PAltformSDK\include\prerelease
$(VCInstallDir)\PlatformSDK\include
$(FrameworkSDKDir)include - is that normal that there is no '\' ???
other includes in my idl are :
#include "ExDispID.h"
#include "mshtml.h"
#include "mshtmdid.h"
im****t "oaidl.idl";
im****t "ocidl.idl";
Any thoughts ?
Where do you start with such errors ?
Thanks!