Print Page | Close Window

Toolkit Pro 22.0.0

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=24334
Printed Date: 18 April 2024 at 11:20pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Toolkit Pro 22.0.0
Posted By: yoavm
Subject: Toolkit Pro 22.0.0
Date Posted: 03 November 2022 at 6:39am

Trying to install the latest Toolkit Pro 22.0.0

Visual Studio 6.0

  • 1.       The source and sample folders after deployment doesn’t contain ReportControl.

Was it removed from the project?

 

  • 2.       Link failed:

Linking...

uuid.lib(ieguids.obj) : error LNK2005: _CGID_DocHostCommandHandler already defined in XTPShellExplorerProvider.obj

uuid.lib(ieguids.obj) : warning LNK4006: _CGID_DocHostCommandHandler already defined in XTPShellExplorerProvider.obj; second definition ignored

   Creating library ../../lib/vc60/ToolkitPro2200vc60UD.lib and object ../../lib/vc60/ToolkitPro2200vc60UD.exp

../../bin/vc60/ToolkitPro2200vc60UD.dll : fatal error LNK1169: one or more multiply defined symbols found

Error executing link.exe.

 

ToolkitPro2200vc60UD.dll - 2 error(s), 2 warning(s)

----------------------------------------------------------------------------

IMPORTANT: If your Visual Studio environment crashed during the build, try 

           disabling all of your addins and try again. To disable addins:  

             1. Start Visual Studio                                        

             2. Go to Tools/Add-in Manager                                 

             3. Uncheck all the checkboxes in the Startup column           

 

Thanks,

Yoav Maor




Replies:
Posted By: Fredrik
Date Posted: 03 November 2022 at 7:39pm
Regarding ReportControl, the release notes says:

  1. Report/GridControl
    • Report control renamed to GridControl as well as all related APIs and constants

So there is an massive renaming from "Report" to "Grid" when upgrading to make it compile and fix the deprecated names warnings.

-------------
Windows 10, Visual Studio 20157, Toolkit Pro 18.3.0


Posted By: lrenoux
Date Posted: 14 November 2022 at 9:53am
Hi,

TearOff cant work with MDI Menus Sample when the logic for the menus is implemented with ExcludeDocTemplate and AssignDocTemplate. You have to inherite CXTPCommandBars and override GetActiveDocTemplate to handle tearoff menu correctly.

.../...
CXTPTearOffFrame*  pLastActiveFrame = _XTP_PROTECTED_ACCESS(CXTPMDIFrameWndEx, pFrame, m_pLastActiveFrame);

if (pLastActiveFrame)
pChild = pLastActiveFrame->MDIGetActive();
else
pChild = pFrame->MDIGetActive();

Not least, active workspace with a tearoff is not handle correctly showing two active tab if you have one tearoff. Dont find for the moment how to handle it correctly.

Whose idea was it to rename Report to Grid ? Really ....

L.



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