Print Page | Close Window

Extension DLL

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=1875
Printed Date: 08 November 2025 at 11:32am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Extension DLL
Posted By: jerry2000
Subject: Extension DLL
Date 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





Replies:
Posted By: ICBM
Date 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.



Posted By: jerry2000
Date 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


 


Posted By: eddiepaz
Date 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.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net