msxml.h



  • Hi,

    hab da probleme beim kompilieren, sobald ich in meinem projekt den urlmon.h header mit einbinde.

    c:\...\microsoft platform sdk for windows xp sp2\include\msxml.h(9606) : error C2371: 'DOMDocument' : Neudefinition; unterschiedliche Basistypen
    c:\...\microsoft platform sdk for windows xp sp2\include\msxml.h(161) : Siehe Deklaration von 'DOMDocument'

    auszug aus msxml.h zeile 160ff

    #ifdef __cplusplus
    typedef class DOMDocument DOMDocument;
    #else
    typedef struct DOMDocument DOMDocument;
    #endif
    

    zeile 9606ff

    #ifdef __cplusplus
    
    class DECLSPEC_UUID("2933BF90-7B36-11d2-B20E-00C04F983E60")
    DOMDocument;
    #endif
    

    jemand ne idee was da vor sich geht?


Anmelden zum Antworten