![]() |
Extension DLL |
Post Reply
|
| Author | |
jerry2000
Newbie
Joined: 22 April 2004 Status: Offline Points: 29 |
Post Options
Thanks(0)
Quote Reply
Topic: Extension DLLPosted: 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 |
|
![]() |
|
ICBM
Groupie
Joined: 15 January 2004 Location: New Zealand Status: Offline Points: 57 |
Post Options
Thanks(0)
Quote Reply
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. |
|
![]() |
|
jerry2000
Newbie
Joined: 22 April 2004 Status: Offline Points: 29 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
eddiepaz
Groupie
Joined: 28 October 2004 Location: United States Status: Offline Points: 12 |
Post Options
Thanks(0)
Quote Reply
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. |
|
![]() |
|
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 |