![]() |
Can XTToolKitPro be incorporated into DLL |
Post Reply ![]() |
Author | |
kebray ![]() Newbie ![]() ![]() Joined: 22 March 2005 Location: United States Status: Offline Points: 4 |
![]() ![]() ![]() ![]() ![]() Posted: 28 March 2005 at 5:32pm |
Hi, my application is a DLL plugin to AutoCAD. Can the
XTToolKitPro be used in the development of DLL's? Our DLL's use
standard MFC all over the place for dialogs. I'm not looking to
use the docking window capabilities of XTToolKitPro because I realize
this isn't possible without being hooked in at the MainFrame level, but
I can't get the demo working for just simple common controls.
I can include the XTToolKitPro.h in my stdafx.h and compile fine, but if I include something like XTButton.h in one of my dialog classes I get compile errors. XTThemeManager.h(72) : error C2146: syntax error : missing ';' before identifier 'CXTThemeManager' XTThemeManager.h(72) : error C2501: '_XT_EXT_CLASS' : missing storage-class or type specifiers XTThemeManager.h(84) : error C2470: 'CXTThemeManagerStyle' : looks like a function definition, but there is no formal parameter list; skipping apparent body XTThemeManager.h(154) : error C2470: 'CXTThemeManagerStyleFactory' : looks like a function definition, but there is no formal parameter list; skipping apparent body XTThemeManager.h(154) : error C2059: syntax error : 'public' ... and the list goes on. Any ideas? |
|
![]() |
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 |