Print Page | Close Window

10.4 Linker Error

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Task Panel
Forum Description: Topics Related to Codejock Task Panel
URL: http://forum.codejock.com/forum_posts.asp?TID=5963
Printed Date: 15 May 2024 at 4:18am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: 10.4 Linker Error
Posted By: KFournier
Subject: 10.4 Linker Error
Date Posted: 02 January 2007 at 12:57pm

When switching to 10.4, the VC++ 6.0 Linker reported that TaskPanel::GetPaintManager was missing. I added the following code to the bottom of XTPTaskPanel.h.

AFX_INLINE CXTPImageManager* CXTPTaskPanel::GetImageManager() const {
 return m_pImageManager;
}


-------------
Kevin R. Fournier
SRP Computer Solutions, Inc.



Replies:
Posted By: KFournier
Date Posted: 02 January 2007 at 12:59pm
Sorry, TaskPanel::GetPaintManager should read XTPTaskPanel::GetImageManager

-------------
Kevin R. Fournier
SRP Computer Solutions, Inc.


Posted By: Oleg
Date Posted: 02 January 2007 at 4:11pm
hmm. very strange. implementation must be in XTPTaskPanel.cpp file.
Don't you have
CXTPImageManager* CXTPTaskPanel::GetImageManager() const
{
 return m_pImageManager ? m_pImageManager : XTPImageManager();
}
 
in XTPTaskPanel.cpp ?


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: KFournier
Date Posted: 02 January 2007 at 4:48pm

I ran the install again and pointed it to a fresh directory. I checked that file and sure enough, the function exists within the .cpp file. I must have been careless and somehow deleted it. Forgive me for wasting your time.



-------------
Kevin R. Fournier
SRP Computer Solutions, Inc.


Posted By: Oleg
Date Posted: 03 January 2007 at 1:41am
No problem.

-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



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