XTSuite & MSXML4 |
Post Reply |
Author | |
bcoffe2000
Newbie Joined: 05 June 2003 Location: United States Status: Offline Points: 3 |
Post Options
Thanks(0)
Posted: 05 June 2003 at 8:10am |
I have a new project that has the line #import <MSXML4.dll> compile and runs fine....in fact all of my fully complete XML projects work fine until I add #include <XTPToolkit.h> to the stdafx.h. When I do that nothing compiles and I get redefinitions errors for all XML related code. So how do I fix this conflict?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
try to add #define _XTP_EXCLUDE_XML before #include <XTPToolkit.h>
|
|
bcoffe2000
Newbie Joined: 05 June 2003 Location: United States Status: Offline Points: 3 |
Post Options
Thanks(0)
|
That works. Thaks.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |