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

Extension DLL

 Post Reply Post Reply
Author
Message
jerry2000 View Drop Down
Newbie
Newbie


Joined: 22 April 2004
Status: Offline
Points: 29
Post Options Post Options   Thanks (0) Thanks(0)   Quote jerry2000 Quote  Post ReplyReply Direct Link To This Post Topic: Extension DLL
    Posted: 28 February 2005 at 9:05am
Is it possible to create an extension DLL which is used the Xtreme Toolkit Controls. I must write an extension for outlook and an extension for the explorer. Therefore I have no possibility to change the MainFrame Window.
If it is possible to use the Toolkit in
generally, which controls ca i use ?
(e.g.
Microsoft Office™ Style Combo Box)
And is it possible to create own context menus with the toolkit?

Thank you


Back to Top
ICBM View Drop Down
Groupie
Groupie


Joined: 15 January 2004
Location: New Zealand
Status: Offline
Points: 57
Post Options Post Options   Thanks (0) Thanks(0)   Quote ICBM Quote  Post ReplyReply Direct Link To This Post Posted: 01 March 2005 at 3:37pm

I use XT extensively in extension DLLs. The only problem I have come across is with the report control. You must register the report control window's class before you can use it - sorry, I don't have sample code to hand. Email codejock.

Back to Top
jerry2000 View Drop Down
Newbie
Newbie


Joined: 22 April 2004
Status: Offline
Points: 29
Post Options Post Options   Thanks (0) Thanks(0)   Quote jerry2000 Quote  Post ReplyReply Direct Link To This Post Posted: 02 March 2005 at 7:50am
I have a problem with a toolbar in a a dialog. This does not work. I have tried it with the examples Advanced and DialogSample. When i copy the source code of the example dialogs into my dialog (the dialog is part of an dll) then i got always an exception line with function ReposionBars.
The exception is throwed because the PaintManager was not found!

Is there any way to get the toolbar running in an extension dll dialogbox?

thanx


 
Back to Top
eddiepaz View Drop Down
Groupie
Groupie
Avatar

Joined: 28 October 2004
Location: United States
Status: Offline
Points: 12
Post Options Post Options   Thanks (0) Thanks(0)   Quote eddiepaz Quote  Post ReplyReply Direct Link To This Post Posted: 05 June 2005 at 5:54pm
Another problem I found with using the toolkit in an extension dll is the calling convention method. My project was initially set to __stdcall (/Gz) which caused the error: C2373: 'XTThemeManager' : redifinition...

Make sure the calling convetions is set to __cdecl (/Gz)

Just thought someone may find this useful.

Eddie.
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.063 seconds.