10.4 Linker Error |
Post Reply |
Author | |
KFournier
Groupie Joined: 17 August 2004 Location: United States Status: Offline Points: 15 |
Post Options
Thanks(0)
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.
|
|
Kevin R. Fournier
SRP Computer Solutions, Inc. |
|
KFournier
Groupie Joined: 17 August 2004 Location: United States Status: Offline Points: 15 |
Post Options
Thanks(0)
|
Sorry, TaskPanel::GetPaintManager should read XTPTaskPanel::GetImageManager
|
|
Kevin R. Fournier
SRP Computer Solutions, Inc. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
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 |
|
KFournier
Groupie Joined: 17 August 2004 Location: United States Status: Offline Points: 15 |
Post Options
Thanks(0)
|
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. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
No problem.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |