Xtreme Toolkit & Property Grid include? |
Post Reply |
Author | |
Kimeli
Newbie Joined: 14 July 2003 Location: Finland Status: Offline Points: 5 |
Post Options
Thanks(0)
Posted: 19 July 2004 at 6:01am |
Im using Xtreme Toolkit and Xtreme Property Grid and problem is order to include these.
If using in stdafx.h: #include <XTToolkit.h> #include <XTPropertyGridPro.h> result is: c:\program files\codejock software\mfc\xtreme property grid v9.00\include\commonpro.include\xtpcolormanager.h(50) : warning C4091: '' : ignored on left of 'const unsigned int' when no variable is declared c:\program files\codejock software\mfc\xtreme property grid v9.00\include\commonpro.include\xtpcolormanager.h(50) : error C2143: syntax error : missing ';' before 'constant' c:\program files\codejock software\mfc\xtreme property grid v9.00\include\commonpro.include\xtpcolormanager.h(50) : fatal error C1004: unexpected end of file found If using in stdafx.h: #include <XTPropertyGridPro.h> #include <XTToolkit.h> result is: c:\program files\codejock software\mfc\toolkit\include\xtincludes.h(68) : warning C4005: '_XT_EXT_CLASS' : macro redefinition c:\program files\codejock software\mfc\xtreme property grid v9.00\include\xtpincludes.h(73) : see previous definition of '_XT_EXT_CLASS' Warning, but still ugly. Am I missing something? |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
little hack: #include <XTPropertyGridPro.h> #undef _XT_EXT_CLASS
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |