Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Can XTToolKitPro be incorporated into DLL
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Can XTToolKitPro be incorporated into DLL

 Post Reply Post Reply
Author
Message
kebray View Drop Down
Newbie
Newbie
Avatar

Joined: 22 March 2005
Location: United States
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote kebray Quote  Post ReplyReply Direct Link To This Post Topic: Can XTToolKitPro be incorporated into DLL
    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?
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.047 seconds.