Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Conditional Compilation - Feature Request
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Conditional Compilation - Feature Request

 Post Reply Post Reply
Author
Message
srana View Drop Down
Groupie
Groupie
Avatar

Joined: 15 May 2003
Location: India
Status: Offline
Points: 27
Post Options Post Options   Thanks (0) Thanks(0)   Quote srana Quote  Post ReplyReply Direct Link To This Post Topic: Conditional Compilation - Feature Request
    Posted: 19 October 2008 at 11:58am
Hi
 
Using your library since 2002 (when pro version was not there) :).
 
We sell our software online and download size is main consideration. Even after fully using toolkit we cannot use more than 20% of its features rest 80% are unused but adding to download size.
 
 How to do conditional compilation - for ex skip ribbon control / calender control as we do not use them.
 
The trick I use and it is not foolproof is uncomment _XTP_EXT_CLASS from the classes I do not use but many times it causes link errors in target application.
 
Can you please do it on priority as DLL size is now reaching almost
7 MB.
 
 

Shrishail Rana
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 20 October 2008 at 6:38am
Hi,
 
Use Static Link - add
#include _XTP_STATICLINK + resources.
 
Linker will include only used code to your exe and you don't need deliver any dll.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
srana View Drop Down
Groupie
Groupie
Avatar

Joined: 15 May 2003
Location: India
Status: Offline
Points: 27
Post Options Post Options   Thanks (0) Thanks(0)   Quote srana Quote  Post ReplyReply Direct Link To This Post Posted: 20 October 2008 at 7:33am
Hi Oleg
 
Our application has many EXE so we use MFC in dynamic DLL. But don't you think now it is time for this. You have so many things which all many people cannot use.
 
Regards
 

Shrishail Rana
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 20 October 2008 at 8:04am

Hi,

Another option is to open Toolkit project and remove packages from solution you don't need.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
srana View Drop Down
Groupie
Groupie
Avatar

Joined: 15 May 2003
Location: India
Status: Offline
Points: 27
Post Options Post Options   Thanks (0) Thanks(0)   Quote srana Quote  Post ReplyReply Direct Link To This Post Posted: 20 October 2008 at 1:19pm
so for ex. I can exclude the calender and then create a dll. Just wish to make sure that there is no dependancy out there.

Shrishail Rana
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 21 October 2008 at 2:10am
Yes, you can do it.
 
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
srana View Drop Down
Groupie
Groupie
Avatar

Joined: 15 May 2003
Location: India
Status: Offline
Points: 27
Post Options Post Options   Thanks (0) Thanks(0)   Quote srana Quote  Post ReplyReply Direct Link To This Post Posted: 14 February 2009 at 4:55am
Not working -- It has dependencies!!
 
 
 

1> Creating library ../../lib/vc90/ToolkitPro1300vc90U.lib and object ../../lib/vc90/ToolkitPro1300vc90U.exp

1>XTPImageManager.obj : error LNK2019: unresolved external symbol "public: int __thiscall CXTPGraphicBitmapPng::LoadFromFile(wchar_t const *)" (?LoadFromFile@CXTPGraphicBitmapPng@@QAEHPB_W@Z) referenced in function "public: static struct HBITMAP__ * __cdecl CXTPImageManagerIcon::LoadBitmapFromFile(wchar_t const *,int *)" (?LoadBitmapFromFile@CXTPImageManagerIcon@@SAPAUHBITMAP__@@PB_WPAH@Z)

1>XTPImageManager.obj : error LNK2019: unresolved external symbol "public: __thiscall CXTPGraphicBitmapPng::CXTPGraphicBitmapPng(void)" (??0CXTPGraphicBitmapPng@@QAE@XZ) referenced in function "public: static struct HBITMAP__ * __cdecl CXTPImageManagerIcon::LoadBitmapFromFile(wchar_t const *,int *)" (?LoadBitmapFromFile@CXTPImageManagerIcon@@SAPAUHBITMAP__@@PB_WPAH@Z)

1>XTPImageManager.obj : error LNK2019: unresolved external symbol "public: int __thiscall CXTPGraphicBitmapPng::LoadFromResource(struct HINSTANCE__ *,struct HRSRC__ *)" (?LoadFromResource@CXTPGraphicBitmapPng@@QAEHPAUHINSTANCE__@@PAUHRSRC__@@@Z) referenced in function "public: static struct HBITMAP__ * __cdecl CXTPImageManagerIcon::LoadBitmapFromResource(wchar_t const *,int *)" (?LoadBitmapFromResource@CXTPImageManagerIcon@@SAPAUHBITMAP__@@PB_WPAH@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupContext::OnWndMsg(class CXTPMarkupUIElement *,unsigned int,unsigned int,long,long *)" (?OnWndMsg@CXTPMarkupContext@@UAEHPAVCXTPMarkupUIElement@@IIJPAJ@Z)

1>XTPTaskDialogClient.obj : error LNK2019: unresolved external symbol "public: virtual int __thiscall CXTPMarkupContext::OnWndMsg(class CXTPMarkupUIElement *,unsigned int,unsigned int,long,long *)" (?OnWndMsg@CXTPMarkupContext@@UAEHPAVCXTPMarkupUIElement@@IIJPAJ@Z) referenced in function __ehhandler$??0CXTPImageManagerIcon@@AAE@ABV0@@Z

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupContext::OnInvalidateVisual(class CXTPMarkupUIElement *)" (?OnInvalidateVisual@CXTPMarkupContext@@UAEXPAVCXTPMarkupUIElement@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupContext::OnInvalidateVisual(class CXTPMarkupUIElement *)" (?OnInvalidateVisual@CXTPMarkupContext@@UAEXPAVCXTPMarkupUIElement@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupContext::OnInvalidateArrange(class CXTPMarkupUIElement *)" (?OnInvalidateArrange@CXTPMarkupContext@@UAEXPAVCXTPMarkupUIElement@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupContext::OnInvalidateArrange(class CXTPMarkupUIElement *)" (?OnInvalidateArrange@CXTPMarkupContext@@UAEXPAVCXTPMarkupUIElement@@@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "protected: virtual __thiscall CXTPMarkupContext::~CXTPMarkupContext(void)" (??1CXTPMarkupContext@@MAE@XZ) referenced in function "protected: virtual void * __thiscall CXTPMarkupContext::`scalar deleting destructor'(unsigned int)" (??_GCXTPMarkupContext@@MAEPAXI@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual __thiscall CXTPMarkupContext::~CXTPMarkupContext(void)" (??1CXTPMarkupContext@@MAE@XZ)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CXTPMarkupPropertyMetadata::~CXTPMarkupPropertyMetadata(void)" (??1CXTPMarkupPropertyMetadata@@UAE@XZ) referenced in function "public: virtual void * __thiscall CXTPMarkupPropertyMetadata::`scalar deleting destructor'(unsigned int)" (??_GCXTPMarkupPropertyMetadata@@UAEPAXI@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CXTPMarkupPropertyMetadata::~CXTPMarkupPropertyMetadata(void)" (??1CXTPMarkupPropertyMetadata@@UAE@XZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupObject::GetType(void)const " (?GetType@CXTPMarkupObject@@UBEPAVCXTPMarkupType@@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupObject::GetType(void)const " (?GetType@CXTPMarkupObject@@UBEPAVCXTPMarkupType@@XZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupObject * __thiscall CXTPMarkupObject::GetValueCore(class CXTPMarkupDependencyProperty *)const " (?GetValueCore@CXTPMarkupObject@@UBEPAV1@PAVCXTPMarkupDependencyProperty@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupObject * __thiscall CXTPMarkupObject::GetValueCore(class CXTPMarkupDependencyProperty *)const " (?GetValueCore@CXTPMarkupObject@@UBEPAV1@PAVCXTPMarkupDependencyProperty@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupObject::GetLogicalChildrenCount(void)const " (?GetLogicalChildrenCount@CXTPMarkupObject@@UBEHXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupObject::GetLogicalChildrenCount(void)const " (?GetLogicalChildrenCount@CXTPMarkupObject@@UBEHXZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupObject * __thiscall CXTPMarkupObject::GetLogicalChild(int)const " (?GetLogicalChild@CXTPMarkupObject@@UBEPAV1@H@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupObject * __thiscall CXTPMarkupObject::GetLogicalChild(int)const " (?GetLogicalChild@CXTPMarkupObject@@UBEPAV1@H@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupObject::SetContentObject(class CXTPMarkupBuilder *,class CXTPMarkupObject *)" (?SetContentObject@CXTPMarkupObject@@UAEXPAVCXTPMarkupBuilder@@PAV1@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupObject::SetContentObject(class CXTPMarkupBuilder *,class CXTPMarkupObject *)" (?SetContentObject@CXTPMarkupObject@@UAEXPAVCXTPMarkupBuilder@@PAV1@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupObject::SetPropertyObject(class CXTPMarkupBuilder *,class CXTPMarkupDependencyProperty *,class CXTPMarkupObject *)" (?SetPropertyObject@CXTPMarkupObject@@UAEXPAVCXTPMarkupBuilder@@PAVCXTPMarkupDependencyProperty@@PAV1@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupObject::SetPropertyObject(class CXTPMarkupBuilder *,class CXTPMarkupDependencyProperty *,class CXTPMarkupObject *)" (?SetPropertyObject@CXTPMarkupObject@@UAEXPAVCXTPMarkupBuilder@@PAVCXTPMarkupDependencyProperty@@PAV1@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupObject * __thiscall CXTPMarkupObject::ConvertFrom(class CXTPMarkupBuilder *,class CXTPMarkupObject *)const " (?ConvertFrom@CXTPMarkupObject@@UBEPAV1@PAVCXTPMarkupBuilder@@PAV1@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupObject * __thiscall CXTPMarkupObject::ConvertFrom(class CXTPMarkupBuilder *,class CXTPMarkupObject *)const " (?ConvertFrom@CXTPMarkupObject@@UBEPAV1@PAVCXTPMarkupBuilder@@PAV1@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupObject::HasContentObject(void)const " (?HasContentObject@CXTPMarkupObject@@UBEHXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupObject::HasContentObject(void)const " (?HasContentObject@CXTPMarkupObject@@UBEHXZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupObject::AllowWhiteSpaceContent(void)const " (?AllowWhiteSpaceContent@CXTPMarkupObject@@UBEHXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupObject::AllowWhiteSpaceContent(void)const " (?AllowWhiteSpaceContent@CXTPMarkupObject@@UBEHXZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupObject::OnPropertyChanged(class CXTPMarkupDependencyProperty *,class CXTPMarkupObject *,class CXTPMarkupObject *)" (?OnPropertyChanged@CXTPMarkupObject@@MAEXPAVCXTPMarkupDependencyProperty@@PAV1@1@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupObject::OnPropertyChanged(class CXTPMarkupDependencyProperty *,class CXTPMarkupObject *,class CXTPMarkupObject *)" (?OnPropertyChanged@CXTPMarkupObject@@MAEXPAVCXTPMarkupDependencyProperty@@PAV1@1@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupObject::OnFinalRelease(void)" (?OnFinalRelease@CXTPMarkupObject@@MAEXXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupObject::OnFinalRelease(void)" (?OnFinalRelease@CXTPMarkupObject@@MAEXXZ)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "protected: virtual __thiscall CXTPMarkupObject::~CXTPMarkupObject(void)" (??1CXTPMarkupObject@@MAE@XZ) referenced in function "protected: virtual void * __thiscall CXTPMarkupObject::`scalar deleting destructor'(unsigned int)" (??_GCXTPMarkupObject@@MAEPAXI@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual __thiscall CXTPMarkupObject::~CXTPMarkupObject(void)" (??1CXTPMarkupObject@@MAE@XZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupDependencyProperty::GetType(void)const " (?GetType@CXTPMarkupDependencyProperty@@UBEPAVCXTPMarkupType@@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupDependencyProperty::GetType(void)const " (?GetType@CXTPMarkupDependencyProperty@@UBEPAVCXTPMarkupType@@XZ)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CXTPMarkupDependencyProperty::~CXTPMarkupDependencyProperty(void)" (??1CXTPMarkupDependencyProperty@@UAE@XZ) referenced in function "public: virtual void * __thiscall CXTPMarkupDependencyProperty::`scalar deleting destructor'(unsigned int)" (??_GCXTPMarkupDependencyProperty@@UAEPAXI@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CXTPMarkupDependencyProperty::~CXTPMarkupDependencyProperty(void)" (??1CXTPMarkupDependencyProperty@@UAE@XZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupThickness::GetType(void)const " (?GetType@CXTPMarkupThickness@@UBEPAVCXTPMarkupType@@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupThickness::GetType(void)const " (?GetType@CXTPMarkupThickness@@UBEPAVCXTPMarkupType@@XZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupThickness::IsEqual(class CXTPMarkupObject const *)const " (?IsEqual@CXTPMarkupThickness@@UBEHPBVCXTPMarkupObject@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupThickness::IsEqual(class CXTPMarkupObject const *)const " (?IsEqual@CXTPMarkupThickness@@UBEHPBVCXTPMarkupObject@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupObject * __thiscall CXTPMarkupThickness::ConvertFrom(class CXTPMarkupBuilder *,class CXTPMarkupObject *)const " (?ConvertFrom@CXTPMarkupThickness@@UBEPAVCXTPMarkupObject@@PAVCXTPMarkupBuilder@@PAV2@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupObject * __thiscall CXTPMarkupThickness::ConvertFrom(class CXTPMarkupBuilder *,class CXTPMarkupObject *)const " (?ConvertFrom@CXTPMarkupThickness@@UBEPAVCXTPMarkupObject@@PAVCXTPMarkupBuilder@@PAV2@@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: __thiscall CXTPMarkupThickness::CXTPMarkupThickness(long)" (??0CXTPMarkupThickness@@QAE@J@Z) referenced in function "public: void __thiscall CXTPMarkupThickness::`default constructor closure'(void)" (??_FCXTPMarkupThickness@@QAEXXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: __thiscall CXTPMarkupThickness::CXTPMarkupThickness(long)" (??0CXTPMarkupThickness@@QAE@J@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupInt::GetType(void)const " (?GetType@CXTPMarkupInt@@UBEPAVCXTPMarkupType@@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupInt::GetType(void)const " (?GetType@CXTPMarkupInt@@UBEPAVCXTPMarkupType@@XZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupInt::IsEqual(class CXTPMarkupObject const *)const " (?IsEqual@CXTPMarkupInt@@UBEHPBVCXTPMarkupObject@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupInt::IsEqual(class CXTPMarkupObject const *)const " (?IsEqual@CXTPMarkupInt@@UBEHPBVCXTPMarkupObject@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupObject * __thiscall CXTPMarkupInt::ConvertFrom(class CXTPMarkupBuilder *,class CXTPMarkupObject *)const " (?ConvertFrom@CXTPMarkupInt@@UBEPAVCXTPMarkupObject@@PAVCXTPMarkupBuilder@@PAV2@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupObject * __thiscall CXTPMarkupInt::ConvertFrom(class CXTPMarkupBuilder *,class CXTPMarkupObject *)const " (?ConvertFrom@CXTPMarkupInt@@UBEPAVCXTPMarkupObject@@PAVCXTPMarkupBuilder@@PAV2@@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: __thiscall CXTPMarkupInt::CXTPMarkupInt(int)" (??0CXTPMarkupInt@@QAE@H@Z) referenced in function "public: void __thiscall CXTPMarkupInt::`default constructor closure'(void)" (??_FCXTPMarkupInt@@QAEXXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: __thiscall CXTPMarkupInt::CXTPMarkupInt(int)" (??0CXTPMarkupInt@@QAE@H@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupDouble::GetType(void)const " (?GetType@CXTPMarkupDouble@@UBEPAVCXTPMarkupType@@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupDouble::GetType(void)const " (?GetType@CXTPMarkupDouble@@UBEPAVCXTPMarkupType@@XZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupDouble::IsEqual(class CXTPMarkupObject const *)const " (?IsEqual@CXTPMarkupDouble@@UBEHPBVCXTPMarkupObject@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupDouble::IsEqual(class CXTPMarkupObject const *)const " (?IsEqual@CXTPMarkupDouble@@UBEHPBVCXTPMarkupObject@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupObject * __thiscall CXTPMarkupDouble::ConvertFrom(class CXTPMarkupBuilder *,class CXTPMarkupObject *)const " (?ConvertFrom@CXTPMarkupDouble@@UBEPAVCXTPMarkupObject@@PAVCXTPMarkupBuilder@@PAV2@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupObject * __thiscall CXTPMarkupDouble::ConvertFrom(class CXTPMarkupBuilder *,class CXTPMarkupObject *)const " (?ConvertFrom@CXTPMarkupDouble@@UBEPAVCXTPMarkupObject@@PAVCXTPMarkupBuilder@@PAV2@@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: __thiscall CXTPMarkupDouble::CXTPMarkupDouble(double)" (??0CXTPMarkupDouble@@QAE@N@Z) referenced in function "public: void __thiscall CXTPMarkupDouble::`default constructor closure'(void)" (??_FCXTPMarkupDouble@@QAEXXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: __thiscall CXTPMarkupDouble::CXTPMarkupDouble(double)" (??0CXTPMarkupDouble@@QAE@N@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupEnum::GetType(void)const " (?GetType@CXTPMarkupEnum@@UBEPAVCXTPMarkupType@@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupEnum::GetType(void)const " (?GetType@CXTPMarkupEnum@@UBEPAVCXTPMarkupType@@XZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupEnum::IsEqual(class CXTPMarkupObject const *)const " (?IsEqual@CXTPMarkupEnum@@UBEHPBVCXTPMarkupObject@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupEnum::IsEqual(class CXTPMarkupObject const *)const " (?IsEqual@CXTPMarkupEnum@@UBEHPBVCXTPMarkupObject@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupObject * __thiscall CXTPMarkupEnum::ConvertFrom(class CXTPMarkupBuilder *,class CXTPMarkupObject *)const " (?ConvertFrom@CXTPMarkupEnum@@UBEPAVCXTPMarkupObject@@PAVCXTPMarkupBuilder@@PAV2@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupObject * __thiscall CXTPMarkupEnum::ConvertFrom(class CXTPMarkupBuilder *,class CXTPMarkupObject *)const " (?ConvertFrom@CXTPMarkupEnum@@UBEPAVCXTPMarkupObject@@PAVCXTPMarkupBuilder@@PAV2@@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: __thiscall CXTPMarkupEnum::CXTPMarkupEnum(int)" (??0CXTPMarkupEnum@@QAE@H@Z) referenced in function "public: void __thiscall CXTPMarkupEnum::`default constructor closure'(void)" (??_FCXTPMarkupEnum@@QAEXXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: __thiscall CXTPMarkupEnum::CXTPMarkupEnum(int)" (??0CXTPMarkupEnum@@QAE@H@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupBool::GetType(void)const " (?GetType@CXTPMarkupBool@@UBEPAVCXTPMarkupType@@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupBool::GetType(void)const " (?GetType@CXTPMarkupBool@@UBEPAVCXTPMarkupType@@XZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual unsigned int __thiscall CXTPMarkupBool::GetHashKey(void)const " (?GetHashKey@CXTPMarkupBool@@UBEIXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual unsigned int __thiscall CXTPMarkupBool::GetHashKey(void)const " (?GetHashKey@CXTPMarkupBool@@UBEIXZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupBool::IsEqual(class CXTPMarkupObject const *)const " (?IsEqual@CXTPMarkupBool@@UBEHPBVCXTPMarkupObject@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupBool::IsEqual(class CXTPMarkupObject const *)const " (?IsEqual@CXTPMarkupBool@@UBEHPBVCXTPMarkupObject@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupObject * __thiscall CXTPMarkupBool::ConvertFrom(class CXTPMarkupBuilder *,class CXTPMarkupObject *)const " (?ConvertFrom@CXTPMarkupBool@@UBEPAVCXTPMarkupObject@@PAVCXTPMarkupBuilder@@PAV2@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupObject * __thiscall CXTPMarkupBool::ConvertFrom(class CXTPMarkupBuilder *,class CXTPMarkupObject *)const " (?ConvertFrom@CXTPMarkupBool@@UBEPAVCXTPMarkupObject@@PAVCXTPMarkupBuilder@@PAV2@@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: __thiscall CXTPMarkupBool::CXTPMarkupBool(int)" (??0CXTPMarkupBool@@QAE@H@Z) referenced in function "public: void __thiscall CXTPMarkupBool::`default constructor closure'(void)" (??_FCXTPMarkupBool@@QAEXXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: __thiscall CXTPMarkupBool::CXTPMarkupBool(int)" (??0CXTPMarkupBool@@QAE@H@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupColor::GetType(void)const " (?GetType@CXTPMarkupColor@@UBEPAVCXTPMarkupType@@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupColor::GetType(void)const " (?GetType@CXTPMarkupColor@@UBEPAVCXTPMarkupType@@XZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupColor::IsEqual(class CXTPMarkupObject const *)const " (?IsEqual@CXTPMarkupColor@@UBEHPBVCXTPMarkupObject@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupColor::IsEqual(class CXTPMarkupObject const *)const " (?IsEqual@CXTPMarkupColor@@UBEHPBVCXTPMarkupObject@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupColor::SetContentObject(class CXTPMarkupBuilder *,class CXTPMarkupObject *)" (?SetContentObject@CXTPMarkupColor@@MAEXPAVCXTPMarkupBuilder@@PAVCXTPMarkupObject@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupColor::SetContentObject(class CXTPMarkupBuilder *,class CXTPMarkupObject *)" (?SetContentObject@CXTPMarkupColor@@MAEXPAVCXTPMarkupBuilder@@PAVCXTPMarkupObject@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupObject * __thiscall CXTPMarkupColor::ConvertFrom(class CXTPMarkupBuilder *,class CXTPMarkupObject *)const " (?ConvertFrom@CXTPMarkupColor@@UBEPAVCXTPMarkupObject@@PAVCXTPMarkupBuilder@@PAV2@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupObject * __thiscall CXTPMarkupColor::ConvertFrom(class CXTPMarkupBuilder *,class CXTPMarkupObject *)const " (?ConvertFrom@CXTPMarkupColor@@UBEPAVCXTPMarkupObject@@PAVCXTPMarkupBuilder@@PAV2@@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: __thiscall CXTPMarkupColor::CXTPMarkupColor(unsigned long)" (??0CXTPMarkupColor@@QAE@K@Z) referenced in function "public: void __thiscall CXTPMarkupColor::`default constructor closure'(void)" (??_FCXTPMarkupColor@@QAEXXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: __thiscall CXTPMarkupColor::CXTPMarkupColor(unsigned long)" (??0CXTPMarkupColor@@QAE@K@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupString::GetType(void)const " (?GetType@CXTPMarkupString@@UBEPAVCXTPMarkupType@@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupString::GetType(void)const " (?GetType@CXTPMarkupString@@UBEPAVCXTPMarkupType@@XZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual unsigned int __thiscall CXTPMarkupString::GetHashKey(void)const " (?GetHashKey@CXTPMarkupString@@UBEIXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual unsigned int __thiscall CXTPMarkupString::GetHashKey(void)const " (?GetHashKey@CXTPMarkupString@@UBEIXZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupString::IsEqual(class CXTPMarkupObject const *)const " (?IsEqual@CXTPMarkupString@@UBEHPBVCXTPMarkupObject@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupString::IsEqual(class CXTPMarkupObject const *)const " (?IsEqual@CXTPMarkupString@@UBEHPBVCXTPMarkupObject@@@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: __thiscall CXTPMarkupString::CXTPMarkupString(wchar_t const *,int)" (??0CXTPMarkupString@@QAE@PB_WH@Z) referenced in function "public: void __thiscall CXTPMarkupString::`default constructor closure'(void)" (??_FCXTPMarkupString@@QAEXXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: __thiscall CXTPMarkupString::CXTPMarkupString(wchar_t const *,int)" (??0CXTPMarkupString@@QAE@PB_WH@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "private: virtual __thiscall CXTPMarkupString::~CXTPMarkupString(void)" (??1CXTPMarkupString@@EAE@XZ) referenced in function "private: virtual void * __thiscall CXTPMarkupString::`scalar deleting destructor'(unsigned int)" (??_GCXTPMarkupString@@EAEPAXI@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "private: virtual __thiscall CXTPMarkupString::~CXTPMarkupString(void)" (??1CXTPMarkupString@@EAE@XZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupType::GetType(void)const " (?GetType@CXTPMarkupType@@UBEPAV1@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupType::GetType(void)const " (?GetType@CXTPMarkupType@@UBEPAV1@XZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "protected: virtual class CXTPMarkupObject * __thiscall CXTPMarkupType::ConvertFrom(class CXTPMarkupBuilder *,class CXTPMarkupObject *)const " (?ConvertFrom@CXTPMarkupType@@MBEPAVCXTPMarkupObject@@PAVCXTPMarkupBuilder@@PAV2@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual class CXTPMarkupObject * __thiscall CXTPMarkupType::ConvertFrom(class CXTPMarkupBuilder *,class CXTPMarkupObject *)const " (?ConvertFrom@CXTPMarkupType@@MBEPAVCXTPMarkupObject@@PAVCXTPMarkupBuilder@@PAV2@@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "private: virtual __thiscall CXTPMarkupType::~CXTPMarkupType(void)" (??1CXTPMarkupType@@EAE@XZ) referenced in function "private: virtual void * __thiscall CXTPMarkupType::`scalar deleting destructor'(unsigned int)" (??_GCXTPMarkupType@@EAEPAXI@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "private: virtual __thiscall CXTPMarkupType::~CXTPMarkupType(void)" (??1CXTPMarkupType@@EAE@XZ)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: __thiscall CXTPMarkupObject::CXTPMarkupObject(void)" (??0CXTPMarkupObject@@QAE@XZ) referenced in function "public: __thiscall CXTPMarkupDelegate::CXTPMarkupDelegate(void)" (??0CXTPMarkupDelegate@@QAE@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: __thiscall CXTPMarkupObject::CXTPMarkupObject(void)" (??0CXTPMarkupObject@@QAE@XZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupInputElement::GetType(void)const " (?GetType@CXTPMarkupInputElement@@UBEPAVCXTPMarkupType@@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupInputElement::GetType(void)const " (?GetType@CXTPMarkupInputElement@@UBEPAVCXTPMarkupType@@XZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "protected: virtual class CXTPMarkupObject * __thiscall CXTPMarkupInputElement::GetValueCore(class CXTPMarkupDependencyProperty *)const " (?GetValueCore@CXTPMarkupInputElement@@MBEPAVCXTPMarkupObject@@PAVCXTPMarkupDependencyProperty@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual class CXTPMarkupObject * __thiscall CXTPMarkupInputElement::GetValueCore(class CXTPMarkupDependencyProperty *)const " (?GetValueCore@CXTPMarkupInputElement@@MBEPAVCXTPMarkupObject@@PAVCXTPMarkupDependencyProperty@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupInputElement::SetPropertyObject(class CXTPMarkupBuilder *,class CXTPMarkupDependencyProperty *,class CXTPMarkupObject *)" (?SetPropertyObject@CXTPMarkupInputElement@@MAEXPAVCXTPMarkupBuilder@@PAVCXTPMarkupDependencyProperty@@PAVCXTPMarkupObject@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupInputElement::SetPropertyObject(class CXTPMarkupBuilder *,class CXTPMarkupDependencyProperty *,class CXTPMarkupObject *)" (?SetPropertyObject@CXTPMarkupInputElement@@MAEXPAVCXTPMarkupBuilder@@PAVCXTPMarkupDependencyProperty@@PAVCXTPMarkupObject@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupInputElement::OnFinalRelease(void)" (?OnFinalRelease@CXTPMarkupInputElement@@MAEXXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupInputElement::OnFinalRelease(void)" (?OnFinalRelease@CXTPMarkupInputElement@@MAEXXZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInputElement::OnMouseLeave(class CXTPMarkupMouseEventArgs *)" (?OnMouseLeave@CXTPMarkupInputElement@@UAEXPAVCXTPMarkupMouseEventArgs@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInputElement::OnMouseLeave(class CXTPMarkupMouseEventArgs *)" (?OnMouseLeave@CXTPMarkupInputElement@@UAEXPAVCXTPMarkupMouseEventArgs@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInputElement::OnMouseEnter(class CXTPMarkupMouseEventArgs *)" (?OnMouseEnter@CXTPMarkupInputElement@@UAEXPAVCXTPMarkupMouseEventArgs@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInputElement::OnMouseEnter(class CXTPMarkupMouseEventArgs *)" (?OnMouseEnter@CXTPMarkupInputElement@@UAEXPAVCXTPMarkupMouseEventArgs@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInputElement::OnMouseMove(class CXTPMarkupMouseEventArgs *)" (?OnMouseMove@CXTPMarkupInputElement@@UAEXPAVCXTPMarkupMouseEventArgs@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInputElement::OnMouseMove(class CXTPMarkupMouseEventArgs *)" (?OnMouseMove@CXTPMarkupInputElement@@UAEXPAVCXTPMarkupMouseEventArgs@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInputElement::OnQueryCursor(class CXTPMarkupQueryCursorEventArgs *)" (?OnQueryCursor@CXTPMarkupInputElement@@UAEXPAVCXTPMarkupQueryCursorEventArgs@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInputElement::OnQueryCursor(class CXTPMarkupQueryCursorEventArgs *)" (?OnQueryCursor@CXTPMarkupInputElement@@UAEXPAVCXTPMarkupQueryCursorEventArgs@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInputElement::OnMouseLeftButtonUp(class CXTPMarkupMouseButtonEventArgs *)" (?OnMouseLeftButtonUp@CXTPMarkupInputElement@@UAEXPAVCXTPMarkupMouseButtonEventArgs@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInputElement::OnMouseLeftButtonUp(class CXTPMarkupMouseButtonEventArgs *)" (?OnMouseLeftButtonUp@CXTPMarkupInputElement@@UAEXPAVCXTPMarkupMouseButtonEventArgs@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInputElement::OnMouseRightButtonUp(class CXTPMarkupMouseButtonEventArgs *)" (?OnMouseRightButtonUp@CXTPMarkupInputElement@@UAEXPAVCXTPMarkupMouseButtonEventArgs@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInputElement::OnMouseRightButtonUp(class CXTPMarkupMouseButtonEventArgs *)" (?OnMouseRightButtonUp@CXTPMarkupInputElement@@UAEXPAVCXTPMarkupMouseButtonEventArgs@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInputElement::OnMouseLeftButtonDown(class CXTPMarkupMouseButtonEventArgs *)" (?OnMouseLeftButtonDown@CXTPMarkupInputElement@@UAEXPAVCXTPMarkupMouseButtonEventArgs@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInputElement::OnMouseLeftButtonDown(class CXTPMarkupMouseButtonEventArgs *)" (?OnMouseLeftButtonDown@CXTPMarkupInputElement@@UAEXPAVCXTPMarkupMouseButtonEventArgs@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInputElement::OnMouseRightButtonDown(class CXTPMarkupMouseButtonEventArgs *)" (?OnMouseRightButtonDown@CXTPMarkupInputElement@@UAEXPAVCXTPMarkupMouseButtonEventArgs@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInputElement::OnMouseRightButtonDown(class CXTPMarkupMouseButtonEventArgs *)" (?OnMouseRightButtonDown@CXTPMarkupInputElement@@UAEXPAVCXTPMarkupMouseButtonEventArgs@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInputElement::OnLostMouseCapture(class CXTPMarkupMouseEventArgs *)" (?OnLostMouseCapture@CXTPMarkupInputElement@@UAEXPAVCXTPMarkupMouseEventArgs@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInputElement::OnLostMouseCapture(class CXTPMarkupMouseEventArgs *)" (?OnLostMouseCapture@CXTPMarkupInputElement@@UAEXPAVCXTPMarkupMouseEventArgs@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInputElement::OnMouseWheel(class CXTPMarkupMouseWheelEventArgs *)" (?OnMouseWheel@CXTPMarkupInputElement@@UAEXPAVCXTPMarkupMouseWheelEventArgs@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInputElement::OnMouseWheel(class CXTPMarkupMouseWheelEventArgs *)" (?OnMouseWheel@CXTPMarkupInputElement@@UAEXPAVCXTPMarkupMouseWheelEventArgs@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupInputElement * __thiscall CXTPMarkupInputElement::InputHitTest(class CPoint)const " (?InputHitTest@CXTPMarkupInputElement@@UBEPAV1@VCPoint@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupInputElement * __thiscall CXTPMarkupInputElement::InputHitTest(class CPoint)const " (?InputHitTest@CXTPMarkupInputElement@@UBEPAV1@VCPoint@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupInputElement::OnApply(void)" (?OnApply@CXTPMarkupInputElement@@MAEXXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupInputElement::OnApply(void)" (?OnApply@CXTPMarkupInputElement@@MAEXXZ)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "protected: virtual __thiscall CXTPMarkupInputElement::~CXTPMarkupInputElement(void)" (??1CXTPMarkupInputElement@@MAE@XZ) referenced in function "protected: virtual void * __thiscall CXTPMarkupInputElement::`scalar deleting destructor'(unsigned int)" (??_GCXTPMarkupInputElement@@MAEPAXI@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual __thiscall CXTPMarkupInputElement::~CXTPMarkupInputElement(void)" (??1CXTPMarkupInputElement@@MAE@XZ)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: class CXTPMarkupObject * __thiscall CXTPMarkupObject::GetValue(class CXTPMarkupDependencyProperty *)const " (?GetValue@CXTPMarkupObject@@QBEPAV1@PAVCXTPMarkupDependencyProperty@@@Z) referenced in function "public: int __thiscall CXTPMarkupInputElement::IsMouseOver(void)const " (?IsMouseOver@CXTPMarkupInputElement@@QBEHXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: class CXTPMarkupObject * __thiscall CXTPMarkupObject::GetValue(class CXTPMarkupDependencyProperty *)const " (?GetValue@CXTPMarkupObject@@QBEPAV1@PAVCXTPMarkupDependencyProperty@@@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: static class CXTPMarkupDependencyProperty * CXTPMarkupInputElement::m_pIsMouseOverProperty" (?m_pIsMouseOverProperty@CXTPMarkupInputElement@@2PAVCXTPMarkupDependencyProperty@@A) referenced in function "public: int __thiscall CXTPMarkupInputElement::IsMouseOver(void)const " (?IsMouseOver@CXTPMarkupInputElement@@QBEHXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: static class CXTPMarkupDependencyProperty * CXTPMarkupInputElement::m_pIsMouseOverProperty" (?m_pIsMouseOverProperty@CXTPMarkupInputElement@@2PAVCXTPMarkupDependencyProperty@@A)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: static class CXTPMarkupDependencyProperty * CXTPMarkupInputElement::m_pIsKeyboardFocusedProperty" (?m_pIsKeyboardFocusedProperty@CXTPMarkupInputElement@@2PAVCXTPMarkupDependencyProperty@@A) referenced in function "public: int __thiscall CXTPMarkupInputElement::IsKeyboardFocused(void)const " (?IsKeyboardFocused@CXTPMarkupInputElement@@QBEHXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: static class CXTPMarkupDependencyProperty * CXTPMarkupInputElement::m_pIsKeyboardFocusedProperty" (?m_pIsKeyboardFocusedProperty@CXTPMarkupInputElement@@2PAVCXTPMarkupDependencyProperty@@A)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: static class CXTPMarkupDependencyProperty * CXTPMarkupInputElement::m_pToolTipProperty" (?m_pToolTipProperty@CXTPMarkupInputElement@@2PAVCXTPMarkupDependencyProperty@@A) referenced in function "public: class CXTPMarkupObject * __thiscall CXTPMarkupInputElement::GetToolTip(void)const " (?GetToolTip@CXTPMarkupInputElement@@QBEPAVCXTPMarkupObject@@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: static class CXTPMarkupDependencyProperty * CXTPMarkupInputElement::m_pToolTipProperty" (?m_pToolTipProperty@CXTPMarkupInputElement@@2PAVCXTPMarkupDependencyProperty@@A)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupVisual::GetType(void)const " (?GetType@CXTPMarkupVisual@@UBEPAVCXTPMarkupType@@XZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupVisual::GetLogicalChildrenCount(void)const " (?GetLogicalChildrenCount@CXTPMarkupVisual@@UBEHXZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupObject * __thiscall CXTPMarkupVisual::GetLogicalChild(int)const " (?GetLogicalChild@CXTPMarkupVisual@@UBEPAVCXTPMarkupObject@@H@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupInputElement * __thiscall CXTPMarkupVisual::InputHitTest(class CPoint)const " (?InputHitTest@CXTPMarkupVisual@@UBEPAVCXTPMarkupInputElement@@VCPoint@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupVisual::GetVisualChildrenCount(void)const " (?GetVisualChildrenCount@CXTPMarkupVisual@@UBEHXZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupVisual * __thiscall CXTPMarkupVisual::GetVisualChild(int)const " (?GetVisualChild@CXTPMarkupVisual@@UBEPAV1@H@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupVisual::GetLayoutClip(class CRect &)const " (?GetLayoutClip@CXTPMarkupVisual@@UBEHAAVCRect@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "protected: virtual class CXTPMarkupInputElement * __thiscall CXTPMarkupVisual::InputHitTestOverride(class CPoint)const " (?InputHitTestOverride@CXTPMarkupVisual@@MBEPAVCXTPMarkupInputElement@@VCPoint@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupUIElement::GetType(void)const " (?GetType@CXTPMarkupUIElement@@UBEPAVCXTPMarkupType@@XZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall CXTPMarkupUIElement::GetLayoutClip(class CRect &)const " (?GetLayoutClip@CXTPMarkupUIElement@@MBEHAAVCRect@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupUIElement::InvalidateArrange(void)" (?InvalidateArrange@CXTPMarkupUIElement@@UAEXXZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupUIElement::InvalidateVisual(void)" (?InvalidateVisual@CXTPMarkupUIElement@@UAEXXZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupUIElement::InvalidateMeasure(void)" (?InvalidateMeasure@CXTPMarkupUIElement@@UAEXXZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupUIElement::ArrangeCore(class CRect)" (?ArrangeCore@CXTPMarkupUIElement@@MAEXVCRect@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "protected: virtual class CSize __thiscall CXTPMarkupUIElement::MeasureCore(class CXTPMarkupDrawingContext *,class CSize)" (?MeasureCore@CXTPMarkupUIElement@@MAE?AVCSize@@PAVCXTPMarkupDrawingContext@@V2@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupUIElement::InvalidateMeasureOverride(class CXTPMarkupDrawingContext *)" (?InvalidateMeasureOverride@CXTPMarkupUIElement@@MAEXPAVCXTPMarkupDrawingContext@@@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "protected: virtual __thiscall CXTPMarkupUIElement::~CXTPMarkupUIElement(void)" (??1CXTPMarkupUIElement@@MAE@XZ) referenced in function "protected: virtual void * __thiscall CXTPMarkupUIElement::`scalar deleting destructor'(unsigned int)" (??_GCXTPMarkupUIElement@@MAEPAXI@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: static class CXTPMarkupDependencyProperty * CXTPMarkupUIElement::m_pVisibilityProperty" (?m_pVisibilityProperty@CXTPMarkupUIElement@@2PAVCXTPMarkupDependencyProperty@@A) referenced in function "public: enum XTPMarkupVisibility __thiscall CXTPMarkupUIElement::GetVisibility(void)const " (?GetVisibility@CXTPMarkupUIElement@@QBE?AW4XTPMarkupVisibility@@XZ)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: void __thiscall CXTPMarkupObject::SetValue(class CXTPMarkupDependencyProperty *,class CXTPMarkupObject *)" (?SetValue@CXTPMarkupObject@@QAEXPAVCXTPMarkupDependencyProperty@@PAV1@@Z) referenced in function "public: void __thiscall CXTPMarkupUIElement::SetVisibility(enum XTPMarkupVisibility)" (?SetVisibility@CXTPMarkupUIElement@@QAEXW4XTPMarkupVisibility@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: void __thiscall CXTPMarkupObject::SetValue(class CXTPMarkupDependencyProperty *,class CXTPMarkupObject *)" (?SetValue@CXTPMarkupObject@@QAEXPAVCXTPMarkupDependencyProperty@@PAV1@@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: static class CXTPMarkupEnum * __cdecl CXTPMarkupEnum::CreateValue(int)" (?CreateValue@CXTPMarkupEnum@@SAPAV1@H@Z) referenced in function "public: void __thiscall CXTPMarkupUIElement::SetVisibility(enum XTPMarkupVisibility)" (?SetVisibility@CXTPMarkupUIElement@@QAEXW4XTPMarkupVisibility@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: static class CXTPMarkupEnum * __cdecl CXTPMarkupEnum::CreateValue(int)" (?CreateValue@CXTPMarkupEnum@@SAPAV1@H@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: static class CXTPMarkupDependencyProperty * CXTPMarkupUIElement::m_pFocusableProperty" (?m_pFocusableProperty@CXTPMarkupUIElement@@2PAVCXTPMarkupDependencyProperty@@A) referenced in function "public: int __thiscall CXTPMarkupUIElement::IsFocusable(void)const " (?IsFocusable@CXTPMarkupUIElement@@QBEHXZ)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: static class CXTPMarkupDependencyProperty * CXTPMarkupUIElement::m_pIsEnabledProperty" (?m_pIsEnabledProperty@CXTPMarkupUIElement@@2PAVCXTPMarkupDependencyProperty@@A) referenced in function "public: int __thiscall CXTPMarkupUIElement::IsEnabled(void)const " (?IsEnabled@CXTPMarkupUIElement@@QBEHXZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupBrush::GetType(void)const " (?GetType@CXTPMarkupBrush@@UBEPAVCXTPMarkupType@@XZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupObject * __thiscall CXTPMarkupBrush::ConvertFrom(class CXTPMarkupBuilder *,class CXTPMarkupObject *)const " (?ConvertFrom@CXTPMarkupBrush@@UBEPAVCXTPMarkupObject@@PAVCXTPMarkupBuilder@@PAV2@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPMarkupBrush::GetHintColor(void)const " (?GetHintColor@CXTPMarkupBrush@@UBEKXZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupSolidColorBrush::GetType(void)const " (?GetType@CXTPMarkupSolidColorBrush@@UBEPAVCXTPMarkupType@@XZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupSolidColorBrush::IsEqual(class CXTPMarkupObject const *)const " (?IsEqual@CXTPMarkupSolidColorBrush@@UBEHPBVCXTPMarkupObject@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPMarkupSolidColorBrush::GetHintColor(void)const " (?GetHintColor@CXTPMarkupSolidColorBrush@@UBEKXZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupGradientStop::GetType(void)const " (?GetType@CXTPMarkupGradientStop@@UBEPAVCXTPMarkupType@@XZ)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CXTPMarkupCollection::~CXTPMarkupCollection(void)" (??1CXTPMarkupCollection@@UAE@XZ) referenced in function "public: virtual __thiscall CXTPMarkupGradientStops::~CXTPMarkupGradientStops(void)" (??1CXTPMarkupGradientStops@@UAE@XZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupPoint::GetType(void)const " (?GetType@CXTPMarkupPoint@@UBEPAVCXTPMarkupType@@XZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "protected: virtual class CXTPMarkupObject * __thiscall CXTPMarkupPoint::ConvertFrom(class CXTPMarkupBuilder *,class CXTPMarkupObject *)const " (?ConvertFrom@CXTPMarkupPoint@@MBEPAVCXTPMarkupObject@@PAVCXTPMarkupBuilder@@PAV2@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupLinearGradientBrush::GetType(void)const " (?GetType@CXTPMarkupLinearGradientBrush@@UBEPAVCXTPMarkupType@@XZ)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupLinearGradientBrush::SetContentObject(class CXTPMarkupBuilder *,class CXTPMarkupObject *)" (?SetContentObject@CXTPMarkupLinearGradientBrush@@MAEXPAVCXTPMarkupBuilder@@PAVCXTPMarkupObject@@@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPMarkupLinearGradientBrush::GetHintColor(void)const " (?GetHintColor@CXTPMarkupLinearGradientBrush@@UBEKXZ)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CXTPMarkupLinearGradientBrush::~CXTPMarkupLinearGradientBrush(void)" (??1CXTPMarkupLinearGradientBrush@@UAE@XZ) referenced in function "public: virtual void * __thiscall CXTPMarkupLinearGradientBrush::`scalar deleting destructor'(unsigned int)" (??_GCXTPMarkupLinearGradientBrush@@UAEPAXI@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CXTPMarkupFont::~CXTPMarkupFont(void)" (??1CXTPMarkupFont@@UAE@XZ) referenced in function "public: virtual void * __thiscall CXTPMarkupFont::`scalar deleting destructor'(unsigned int)" (??_GCXTPMarkupFont@@UAEPAXI@Z)

1>XTPMarkupRender.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupDrawingContext::DrawTextLine(wchar_t const *,unsigned int,struct tagRECT const *)" (?DrawTextLine@CXTPMarkupDrawingContext@@UAEXPB_WIPBUtagRECT@@@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CXTPMarkupDrawingContext::~CXTPMarkupDrawingContext(void)" (??1CXTPMarkupDrawingContext@@UAE@XZ) referenced in function "public: virtual void * __thiscall CXTPMarkupDrawingContext::`scalar deleting destructor'(unsigned int)" (??_GCXTPMarkupDrawingContext@@UAEPAXI@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: static class CXTPMarkupDependencyProperty * CXTPMarkupLinearGradientBrush::m_pGradientStopsProperty" (?m_pGradientStopsProperty@CXTPMarkupLinearGradientBrush@@2PAVCXTPMarkupDependencyProperty@@A) referenced in function "public: class CXTPMarkupGradientStops * __thiscall CXTPMarkupLinearGradientBrush::GetGradientStops(void)const " (?GetGradientStops@CXTPMarkupLinearGradientBrush@@QBEPAVCXTPMarkupGradientStops@@XZ)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: __thiscall CXTPMarkupContext::CXTPMarkupContext(void)" (??0CXTPMarkupContext@@QAE@XZ) referenced in function "class CXTPMarkupContext * __cdecl XTPMarkupCreateContext(struct HWND__ *)" (?XTPMarkupCreateContext@@YAPAVCXTPMarkupContext@@PAUHWND__@@@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: void __thiscall CXTPMarkupContext::Release(void)" (?Release@CXTPMarkupContext@@QAEXXZ) referenced in function "void __cdecl XTPMarkupReleaseContext(class CXTPMarkupContext * &)" (?XTPMarkupReleaseContext@@YAXAAPAVCXTPMarkupContext@@@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: unsigned long __thiscall CXTPMarkupObject::Release(void)" (?Release@CXTPMarkupObject@@QAEKXZ) referenced in function "void __cdecl XTPMarkupReleaseElement(class CXTPMarkupUIElement * &)" (?XTPMarkupReleaseElement@@YAXAAPAVCXTPMarkupUIElement@@@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: class CXTPMarkupUIElement * __thiscall CXTPMarkupContext::Parse(wchar_t const *)" (?Parse@CXTPMarkupContext@@QAEPAVCXTPMarkupUIElement@@PB_W@Z) referenced in function "class CXTPMarkupUIElement * __cdecl XTPMarkupParseText(class CXTPMarkupContext *,wchar_t const *)" (?XTPMarkupParseText@@YAPAVCXTPMarkupUIElement@@PAVCXTPMarkupContext@@PB_W@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: void __thiscall CXTPMarkupUIElement::Measure(class CXTPMarkupDrawingContext *,class CSize)" (?Measure@CXTPMarkupUIElement@@QAEXPAVCXTPMarkupDrawingContext@@VCSize@@@Z) referenced in function "class CSize __cdecl XTPMarkupMeasureElement(class CXTPMarkupUIElement *,int,int)" (?XTPMarkupMeasureElement@@YA?AVCSize@@PAVCXTPMarkupUIElement@@HH@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: __thiscall CXTPMarkupDrawingContext::CXTPMarkupDrawingContext(void)" (??0CXTPMarkupDrawingContext@@QAE@XZ) referenced in function "class CSize __cdecl XTPMarkupMeasureElement(class CXTPMarkupUIElement *,int,int)" (?XTPMarkupMeasureElement@@YA?AVCSize@@PAVCXTPMarkupUIElement@@HH@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: void __thiscall CXTPMarkupVisual::Render(class CXTPMarkupDrawingContext *)" (?Render@CXTPMarkupVisual@@QAEXPAVCXTPMarkupDrawingContext@@@Z) referenced in function "void __cdecl XTPMarkupRenderElement(class CXTPMarkupUIElement *,struct HDC__ *,struct tagRECT const *)" (?XTPMarkupRenderElement@@YAXPAVCXTPMarkupUIElement@@PAUHDC__@@PBUtagRECT@@@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: void __thiscall CXTPMarkupUIElement::Arrange(class CRect)" (?Arrange@CXTPMarkupUIElement@@QAEXVCRect@@@Z) referenced in function "void __cdecl XTPMarkupRenderElement(class CXTPMarkupUIElement *,struct HDC__ *,struct tagRECT const *)" (?XTPMarkupRenderElement@@YAXPAVCXTPMarkupUIElement@@PAUHDC__@@PBUtagRECT@@@Z)

1>XTPMarkupRender.obj : error LNK2019: unresolved external symbol "public: __thiscall CXTPMarkupDrawingContext::CXTPMarkupDrawingContext(struct HDC__ *,struct HDC__ *)" (??0CXTPMarkupDrawingContext@@QAE@PAUHDC__@@0@Z) referenced in function "void __cdecl XTPMarkupRenderElement(class CXTPMarkupUIElement *,struct HDC__ *,struct tagRECT const *)" (?XTPMarkupRenderElement@@YAXPAVCXTPMarkupUIElement@@PAUHDC__@@PBUtagRECT@@@Z)

1>XTPSystemHelpers.obj : error LNK2019: unresolved external symbol _uncompress referenced in function "public: void __thiscall CXTPZipMemFile::AttachCompressedBuffer(unsigned char *,unsigned int,int)" (?AttachCompressedBuffer@CXTPZipMemFile@@QAEXPAEIH@Z)

1>XTPSystemHelpers.obj : error LNK2019: unresolved external symbol _compress referenced in function "public: void __thiscall CXTPZipMemFile::DetachCompressedBuffer(unsigned char * &,unsigned long &)" (?DetachCompressedBuffer@CXTPZipMemFile@@QAEXAAPAEAAK@Z)

1>XTFunctions.obj : error LNK2019: unresolved external symbol "public: static void __cdecl CXTPPaintManager::SetTheme(enum XTPPaintTheme)" (?SetTheme@CXTPPaintManager@@SAXW4XTPPaintTheme@@@Z) referenced in function "class CXTPPaintManager * __cdecl XTPPaintManager(void)" (?XTPPaintManager@@YAPAVCXTPPaintManager@@XZ)

1>XTFunctions.obj : error LNK2019: unresolved external symbol "protected: static class CXTPPaintManager * CXTPPaintManager::s_pInstance" (?s_pInstance@CXTPPaintManager@@1PAV1@A) referenced in function "class CXTPPaintManager * __cdecl XTPPaintManager(void)" (?XTPPaintManager@@YAPAVCXTPPaintManager@@XZ)

1>XTFunctions.obj : error LNK2019: unresolved external symbol "protected: virtual __thiscall CXTPPaintManager::~CXTPPaintManager(void)" (??1CXTPPaintManager@@MAE@XZ) referenced in function "public: virtual __thiscall CXTPOfficeTheme::~CXTPOfficeTheme(void)" (??1CXTPOfficeTheme@@UAE@XZ)

1>XTFunctions.obj : error LNK2019: unresolved external symbol "public: void __thiscall CXTPControlAction::RedrawControls(void)" (?RedrawControls@CXTPControlAction@@QAEXXZ) referenced in function "public: void __thiscall CXTPControlAction::SetIconId(int)" (?SetIconId@CXTPControlAction@@QAEXH@Z)

1>XTFunctions.obj : error LNK2019: unresolved external symbol "protected: void __thiscall CXTPControlAction::OnChanged(int)" (?OnChanged@CXTPControlAction@@IAEXH@Z) referenced in function "public: void __thiscall CXTPControlAction::SetEnabled(int)" (?SetEnabled@CXTPControlAction@@QAEXH@Z)

1>XTFunctions.obj : error LNK2019: unresolved external symbol "public: void __thiscall CXTPControlAction::RepositionControls(void)" (?RepositionControls@CXTPControlAction@@QAEXXZ) referenced in function "public: void __thiscall CXTPControlAction::SetVisible(int)" (?SetVisible@CXTPControlAction@@QAEXH@Z)

1>XTFunctions.obj : error LNK2019: unresolved external symbol "public: void __thiscall CXTPControl::RedrawParent(int)" (?RedrawParent@CXTPControl@@QAEXH@Z) referenced in function "public: void __thiscall CXTPControl::SetIconId(int)" (?SetIconId@CXTPControl@@QAEXH@Z)

1>XTFunctions.obj : error LNK2019: unresolved external symbol "public: void __thiscall CXTPControl::DelayLayoutParent(void)" (?DelayLayoutParent@CXTPControl@@QAEXXZ) referenced in function "public: virtual void __thiscall CXTPControl::SetBeginGroup(int)" (?SetBeginGroup@CXTPControl@@UAEXH@Z)

1>XTFunctions.obj : error LNK2019: unresolved external symbol "public: int __thiscall CXTPControlAction::GetEnabled(void)const " (?GetEnabled@CXTPControlAction@@QBEHXZ) referenced in function "public: int __thiscall CXTPControl::GetEnabled(void)const " (?GetEnabled@CXTPControl@@QBEHXZ)

1>XTFunctions.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CXTPControls::~CXTPControls(void)" (??1CXTPControls@@UAE@XZ) referenced in function "public: virtual __thiscall CXTPOriginalControls::~CXTPOriginalControls(void)" (??1CXTPOriginalControls@@UAE@XZ)

1>XTFunctions.obj : error LNK2019: unresolved external symbol "public: class CXTPControl * __thiscall CXTPCommandBar::GetControl(int)const " (?GetControl@CXTPCommandBar@@QBEPAVCXTPControl@@H@Z) referenced in function "public: class CXTPControl * __thiscall CXTPCommandBar::GetSelected(void)const " (?GetSelected@CXTPCommandBar@@QBEPAVCXTPControl@@XZ)

1>XTFunctions.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CXTPCommandBarList::~CXTPCommandBarList(void)" (??1CXTPCommandBarList@@UAE@XZ) referenced in function "public: virtual __thiscall CXTPCommandBarsContextMenus::~CXTPCommandBarsContextMenus(void)" (??1CXTPCommandBarsContextMenus@@UAE@XZ)

1>XTFunctions.obj : error LNK2019: unresolved external symbol "protected: static struct CRuntimeClass * CXTPCommandBars::m_pToolBarClass" (?m_pToolBarClass@CXTPCommandBars@@1PAUCRuntimeClass@@A) referenced in function "public: static void __cdecl CXTPCommandBars::SetToolBarClass(struct CRuntimeClass *)" (?SetToolBarClass@CXTPCommandBars@@SAXPAUCRuntimeClass@@@Z)

1>XTFunctions.obj : error LNK2019: unresolved external symbol "protected: static struct CRuntimeClass * CXTPCommandBars::m_pMenuBarClass" (?m_pMenuBarClass@CXTPCommandBars@@1PAUCRuntimeClass@@A) referenced in function "public: static void __cdecl CXTPCommandBars::SetMenuBarClass(struct CRuntimeClass *)" (?SetMenuBarClass@CXTPCommandBars@@SAXPAUCRuntimeClass@@@Z)

1>XTFunctions.obj : error LNK2019: unresolved external symbol "protected: static struct CRuntimeClass * CXTPCommandBars::m_pDockBarClass" (?m_pDockBarClass@CXTPCommandBars@@1PAUCRuntimeClass@@A) referenced in function "public: static void __cdecl CXTPCommandBars::SetDockBarClass(struct CRuntimeClass *)" (?SetDockBarClass@CXTPCommandBars@@SAXPAUCRuntimeClass@@@Z)

1>XTFunctions.obj : error LNK2019: unresolved external symbol "protected: static struct CRuntimeClass * CXTPCommandBars::m_pPopupBarClass" (?m_pPopupBarClass@CXTPCommandBars@@1PAUCRuntimeClass@@A) referenced in function "public: static void __cdecl CXTPCommandBars::SetPopupBarClass(struct CRuntimeClass *)" (?SetPopupBarClass@CXTPCommandBars@@SAXPAUCRuntimeClass@@@Z)

1>XTFunctions.obj : error LNK2019: unresolved external symbol "protected: static struct CRuntimeClass * CXTPCommandBars::m_pPopupToolBarClass" (?m_pPopupToolBarClass@CXTPCommandBars@@1PAUCRuntimeClass@@A) referenced in function "public: static void __cdecl CXTPCommandBars::SetPopupToolBarClass(struct CRuntimeClass *)" (?SetPopupToolBarClass@CXTPCommandBars@@SAXPAUCRuntimeClass@@@Z)

1>XTFunctions.obj : error LNK2019: unresolved external symbol "protected: virtual __thiscall CXTPPopupBar::~CXTPPopupBar(void)" (??1CXTPPopupBar@@MAE@XZ) referenced in function "public: virtual __thiscall CXTPPopupToolBar::~CXTPPopupToolBar(void)" (??1CXTPPopupToolBar@@UAE@XZ)

1>XTFunctions.obj : error LNK2019: unresolved external symbol "public: static int __cdecl CXTPCommandBars::TrackPopupMenu(class CXTPPopupBar *,unsigned int,int,int,class CWnd *,struct tagRECT const *,class CWnd *)" (?TrackPopupMenu@CXTPCommandBars@@SAHPAVCXTPPopupBar@@IHHPAVCWnd@@PBUtagRECT@@1@Z) referenced in function "int __stdcall XTFuncContextMenu(class CMenu *,unsigned int,int,int,class CWnd *,int,int)" (?XTFuncContextMenu@@YGHPAVCMenu@@IHHPAVCWnd@@HH@Z)

1>XTFunctions.obj : error LNK2019: unresolved external symbol "public: void __thiscall CXTPCommandBar::SetImageManager(class CXTPImageManager *)" (?SetImageManager@CXTPCommandBar@@QAEXPAVCXTPImageManager@@@Z) referenced in function "int __stdcall XTFuncContextMenu(class CMenu *,unsigned int,int,int,class CWnd *,int,int)" (?XTFuncContextMenu@@YGHPAVCMenu@@IHHPAVCWnd@@HH@Z)

1>XTFunctions.obj : error LNK2019: unresolved external symbol "public: static class CXTPPopupBar * __cdecl CXTPPopupBar::CreatePopupBar(class CXTPCommandBars *)" (?CreatePopupBar@CXTPPopupBar@@SAPAV1@PAVCXTPCommandBars@@@Z) referenced in function "int __stdcall XTFuncContextMenu(class CMenu *,unsigned int,int,int,class CWnd *,int,int)" (?XTFuncContextMenu@@YGHPAVCMenu@@IHHPAVCWnd@@HH@Z)

1>XTFunctions.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPCommandBar * __thiscall CXTPCommandBarList::Add(class CXTPCommandBar *)" (?Add@CXTPCommandBarList@@UAEPAVCXTPCommandBar@@PAV2@@Z)

1>XTPPropertyPage.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CXTPTabPaintManager::CColorSet::~CColorSet(void)" (??1CColorSet@CXTPTabPaintManager@@UAE@XZ) referenced in function "public: virtual void * __thiscall CXTPTabPaintManager::CColorSet::`scalar deleting destructor'(unsigned int)" (??_GCColorSet@CXTPTabPaintManager@@UAEPAXI@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CXTPTabPaintManager::CColorSet::~CColorSet(void)" (??1CColorSet@CXTPTabPaintManager@@UAE@XZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CXTPTabPaintManager::CColorSet::~CColorSet(void)" (??1CColorSet@CXTPTabPaintManager@@UAE@XZ)

1>XTPPropertyPage.obj : error LNK2019: unresolved external symbol "public: __thiscall CXTPTabPaintManager::CColorSet::CColorSet(void)" (??0CColorSet@CXTPTabPaintManager@@QAE@XZ) referenced in function "public: __thiscall CXTPTabPaintManager::CColorSetDefault::CColorSetDefault(void)" (??0CColorSetDefault@CXTPTabPaintManager@@QAE@XZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: __thiscall CXTPTabPaintManager::CColorSet::CColorSet(void)" (??0CColorSet@CXTPTabPaintManager@@QAE@XZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: __thiscall CXTPTabPaintManager::CColorSet::CColorSet(void)" (??0CColorSet@CXTPTabPaintManager@@QAE@XZ)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetDefault::RefreshMetrics(void)" (?RefreshMetrics@CColorSetDefault@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetDefault::RefreshMetrics(void)" (?RefreshMetrics@CColorSetDefault@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetDefault::RefreshMetrics(void)" (?RefreshMetrics@CColorSetDefault@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSet::SetTextColor(class CDC *,class CXTPTabManagerItem *)" (?SetTextColor@CColorSet@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSet::SetTextColor(class CDC *,class CXTPTabManagerItem *)" (?SetTextColor@CColorSet@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSet::SetTextColor(class CDC *,class CXTPTabManagerItem *)" (?SetTextColor@CColorSet@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSet::FillHeader(class CDC *,class CRect,class CXTPTabManager *)" (?FillHeader@CColorSet@CXTPTabPaintManager@@UAEXPAVCDC@@VCRect@@PAVCXTPTabManager@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2019: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSet::FillHeader(class CDC *,class CRect,class CXTPTabManager *)" (?FillHeader@CColorSet@CXTPTabPaintManager@@UAEXPAVCDC@@VCRect@@PAVCXTPTabManager@@@Z) referenced in function __ehhandler$??0CColorSetWinXP@CXTPTabPaintManager@@QAE@XZ

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSet::FillHeader(class CDC *,class CRect,class CXTPTabManager *)" (?FillHeader@CColorSet@CXTPTabPaintManager@@UAEXPAVCDC@@VCRect@@PAVCXTPTabManager@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabPaintManager::CColorSet::FillClient(class CDC *,class CRect,class CXTPTabManager *)" (?FillClient@CColorSet@CXTPTabPaintManager@@UAEKPAVCDC@@VCRect@@PAVCXTPTabManager@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabPaintManager::CColorSet::FillClient(class CDC *,class CRect,class CXTPTabManager *)" (?FillClient@CColorSet@CXTPTabPaintManager@@UAEKPAVCDC@@VCRect@@PAVCXTPTabManager@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabPaintManager::CColorSet::FillClient(class CDC *,class CRect,class CXTPTabManager *)" (?FillClient@CColorSet@CXTPTabPaintManager@@UAEKPAVCDC@@VCRect@@PAVCXTPTabManager@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSet::FillStateButton(class CDC *,class CRect,class CXTPTabManagerItem *)" (?FillStateButton@CColorSet@CXTPTabPaintManager@@UAEXPAVCDC@@VCRect@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSet::FillStateButton(class CDC *,class CRect,class CXTPTabManagerItem *)" (?FillStateButton@CColorSet@CXTPTabPaintManager@@UAEXPAVCDC@@VCRect@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSet::FillStateButton(class CDC *,class CRect,class CXTPTabManagerItem *)" (?FillStateButton@CColorSet@CXTPTabPaintManager@@UAEXPAVCDC@@VCRect@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabPaintManager::CColorSet::FillPropertyButton(class CDC *,class CRect,class CXTPTabManagerItem *)" (?FillPropertyButton@CColorSet@CXTPTabPaintManager@@UAEKPAVCDC@@VCRect@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabPaintManager::CColorSet::FillPropertyButton(class CDC *,class CRect,class CXTPTabManagerItem *)" (?FillPropertyButton@CColorSet@CXTPTabPaintManager@@UAEKPAVCDC@@VCRect@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabPaintManager::CColorSet::FillPropertyButton(class CDC *,class CRect,class CXTPTabManagerItem *)" (?FillPropertyButton@CColorSet@CXTPTabPaintManager@@UAEKPAVCDC@@VCRect@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetDefault::FillNavigateButton(class CDC *,class CXTPTabManagerNavigateButton *,class CRect &)" (?FillNavigateButton@CColorSetDefault@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerNavigateButton@@AAVCRect@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetDefault::FillNavigateButton(class CDC *,class CXTPTabManagerNavigateButton *,class CRect &)" (?FillNavigateButton@CColorSetDefault@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerNavigateButton@@AAVCRect@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetDefault::FillNavigateButton(class CDC *,class CXTPTabManagerNavigateButton *,class CRect &)" (?FillNavigateButton@CColorSetDefault@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerNavigateButton@@AAVCRect@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabPaintManager::CColorSet::GetItemColor(class CXTPTabManagerItem *)" (?GetItemColor@CColorSet@CXTPTabPaintManager@@UAEKPAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabPaintManager::CColorSet::GetItemColor(class CXTPTabManagerItem *)" (?GetItemColor@CColorSet@CXTPTabPaintManager@@UAEKPAVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabPaintManager::CColorSet::GetItemColor(class CXTPTabManagerItem *)" (?GetItemColor@CColorSet@CXTPTabPaintManager@@UAEKPAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPTabPaintManager::CColorSet::IsAppThemed(void)const " (?IsAppThemed@CColorSet@CXTPTabPaintManager@@UBEHXZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPTabPaintManager::CColorSet::IsAppThemed(void)const " (?IsAppThemed@CColorSet@CXTPTabPaintManager@@UBEHXZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPTabPaintManager::CColorSet::IsAppThemed(void)const " (?IsAppThemed@CColorSet@CXTPTabPaintManager@@UBEHXZ)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetVisualStudio::RefreshMetrics(void)" (?RefreshMetrics@CColorSetVisualStudio@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetVisualStudio::RefreshMetrics(void)" (?RefreshMetrics@CColorSetVisualStudio@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetVisualStudio::RefreshMetrics(void)" (?RefreshMetrics@CColorSetVisualStudio@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetVisualStudio::FillNavigateButton(class CDC *,class CXTPTabManagerNavigateButton *,class CRect &)" (?FillNavigateButton@CColorSetVisualStudio@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerNavigateButton@@AAVCRect@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetVisualStudio::FillNavigateButton(class CDC *,class CXTPTabManagerNavigateButton *,class CRect &)" (?FillNavigateButton@CColorSetVisualStudio@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerNavigateButton@@AAVCRect@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetVisualStudio::FillNavigateButton(class CDC *,class CXTPTabManagerNavigateButton *,class CRect &)" (?FillNavigateButton@CColorSetVisualStudio@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerNavigateButton@@AAVCRect@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetOffice2003::RefreshMetrics(void)" (?RefreshMetrics@CColorSetOffice2003@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetOffice2003::RefreshMetrics(void)" (?RefreshMetrics@CColorSetOffice2003@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetOffice2003::RefreshMetrics(void)" (?RefreshMetrics@CColorSetOffice2003@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabPaintManager::CColorSetOffice2003::FillPropertyButton(class CDC *,class CRect,class CXTPTabManagerItem *)" (?FillPropertyButton@CColorSetOffice2003@CXTPTabPaintManager@@UAEKPAVCDC@@VCRect@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabPaintManager::CColorSetOffice2003::FillPropertyButton(class CDC *,class CRect,class CXTPTabManagerItem *)" (?FillPropertyButton@CColorSetOffice2003@CXTPTabPaintManager@@UAEKPAVCDC@@VCRect@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabPaintManager::CColorSetOffice2003::FillPropertyButton(class CDC *,class CRect,class CXTPTabManagerItem *)" (?FillPropertyButton@CColorSetOffice2003@CXTPTabPaintManager@@UAEKPAVCDC@@VCRect@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetOffice2003::FillNavigateButton(class CDC *,class CXTPTabManagerNavigateButton *,class CRect &)" (?FillNavigateButton@CColorSetOffice2003@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerNavigateButton@@AAVCRect@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetOffice2003::FillNavigateButton(class CDC *,class CXTPTabManagerNavigateButton *,class CRect &)" (?FillNavigateButton@CColorSetOffice2003@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerNavigateButton@@AAVCRect@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetOffice2003::FillNavigateButton(class CDC *,class CXTPTabManagerNavigateButton *,class CRect &)" (?FillNavigateButton@CColorSetOffice2003@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerNavigateButton@@AAVCRect@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetOffice2007::RefreshMetrics(void)" (?RefreshMetrics@CColorSetOffice2007@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetOffice2007::RefreshMetrics(void)" (?RefreshMetrics@CColorSetOffice2007@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetOffice2007::RefreshMetrics(void)" (?RefreshMetrics@CColorSetOffice2007@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetOffice2007::FillNavigateButton(class CDC *,class CXTPTabManagerNavigateButton *,class CRect &)" (?FillNavigateButton@CColorSetOffice2007@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerNavigateButton@@AAVCRect@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetOffice2007::FillNavigateButton(class CDC *,class CXTPTabManagerNavigateButton *,class CRect &)" (?FillNavigateButton@CColorSetOffice2007@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerNavigateButton@@AAVCRect@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetOffice2007::FillNavigateButton(class CDC *,class CXTPTabManagerNavigateButton *,class CRect &)" (?FillNavigateButton@CColorSetOffice2007@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerNavigateButton@@AAVCRect@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetAccess2007::RefreshMetrics(void)" (?RefreshMetrics@CColorSetAccess2007@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetAccess2007::RefreshMetrics(void)" (?RefreshMetrics@CColorSetAccess2007@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetAccess2007::RefreshMetrics(void)" (?RefreshMetrics@CColorSetAccess2007@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetWinXP::RefreshMetrics(void)" (?RefreshMetrics@CColorSetWinXP@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetWinXP::RefreshMetrics(void)" (?RefreshMetrics@CColorSetWinXP@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetWinXP::RefreshMetrics(void)" (?RefreshMetrics@CColorSetWinXP@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabPaintManager::CColorSetWinXP::FillClient(class CDC *,class CRect,class CXTPTabManager *)" (?FillClient@CColorSetWinXP@CXTPTabPaintManager@@UAEKPAVCDC@@VCRect@@PAVCXTPTabManager@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabPaintManager::CColorSetWinXP::FillClient(class CDC *,class CRect,class CXTPTabManager *)" (?FillClient@CColorSetWinXP@CXTPTabPaintManager@@UAEKPAVCDC@@VCRect@@PAVCXTPTabManager@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabPaintManager::CColorSetWinXP::FillClient(class CDC *,class CRect,class CXTPTabManager *)" (?FillClient@CColorSetWinXP@CXTPTabPaintManager@@UAEKPAVCDC@@VCRect@@PAVCXTPTabManager@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetWinXP::FillStateButton(class CDC *,class CRect,class CXTPTabManagerItem *)" (?FillStateButton@CColorSetWinXP@CXTPTabPaintManager@@UAEXPAVCDC@@VCRect@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetWinXP::FillStateButton(class CDC *,class CRect,class CXTPTabManagerItem *)" (?FillStateButton@CColorSetWinXP@CXTPTabPaintManager@@UAEXPAVCDC@@VCRect@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetWinXP::FillStateButton(class CDC *,class CRect,class CXTPTabManagerItem *)" (?FillStateButton@CColorSetWinXP@CXTPTabPaintManager@@UAEXPAVCDC@@VCRect@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabPaintManager::CColorSetWinXP::FillPropertyButton(class CDC *,class CRect,class CXTPTabManagerItem *)" (?FillPropertyButton@CColorSetWinXP@CXTPTabPaintManager@@UAEKPAVCDC@@VCRect@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabPaintManager::CColorSetWinXP::FillPropertyButton(class CDC *,class CRect,class CXTPTabManagerItem *)" (?FillPropertyButton@CColorSetWinXP@CXTPTabPaintManager@@UAEKPAVCDC@@VCRect@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabPaintManager::CColorSetWinXP::FillPropertyButton(class CDC *,class CRect,class CXTPTabManagerItem *)" (?FillPropertyButton@CColorSetWinXP@CXTPTabPaintManager@@UAEKPAVCDC@@VCRect@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetWinXP::SelectClipRgn(class CDC *,class CRect,class CXTPTabManager *)" (?SelectClipRgn@CColorSetWinXP@CXTPTabPaintManager@@UAEXPAVCDC@@VCRect@@PAVCXTPTabManager@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetWinXP::SelectClipRgn(class CDC *,class CRect,class CXTPTabManager *)" (?SelectClipRgn@CColorSetWinXP@CXTPTabPaintManager@@UAEXPAVCDC@@VCRect@@PAVCXTPTabManager@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetWinXP::SelectClipRgn(class CDC *,class CRect,class CXTPTabManager *)" (?SelectClipRgn@CColorSetWinXP@CXTPTabPaintManager@@UAEXPAVCDC@@VCRect@@PAVCXTPTabManager@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetWinXP::FillNavigateButton(class CDC *,class CXTPTabManagerNavigateButton *,class CRect &)" (?FillNavigateButton@CColorSetWinXP@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerNavigateButton@@AAVCRect@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetWinXP::FillNavigateButton(class CDC *,class CXTPTabManagerNavigateButton *,class CRect &)" (?FillNavigateButton@CColorSetWinXP@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerNavigateButton@@AAVCRect@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetWinXP::FillNavigateButton(class CDC *,class CXTPTabManagerNavigateButton *,class CRect &)" (?FillNavigateButton@CColorSetWinXP@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerNavigateButton@@AAVCRect@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPTabPaintManager::CColorSetWinXP::IsAppThemed(void)const " (?IsAppThemed@CColorSetWinXP@CXTPTabPaintManager@@UBEHXZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPTabPaintManager::CColorSetWinXP::IsAppThemed(void)const " (?IsAppThemed@CColorSetWinXP@CXTPTabPaintManager@@UBEHXZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPTabPaintManager::CColorSetWinXP::IsAppThemed(void)const " (?IsAppThemed@CColorSetWinXP@CXTPTabPaintManager@@UBEHXZ)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSet::RefreshMetrics(void)" (?RefreshMetrics@CAppearanceSet@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSet::RefreshMetrics(void)" (?RefreshMetrics@CAppearanceSet@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSet::RefreshMetrics(void)" (?RefreshMetrics@CAppearanceSet@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSet::GetHeaderRect(class CRect,class CXTPTabManager *)" (?GetHeaderRect@CAppearanceSet@CXTPTabPaintManager@@UAE?AVCRect@@V3@PAVCXTPTabManager@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSet::GetHeaderRect(class CRect,class CXTPTabManager *)" (?GetHeaderRect@CAppearanceSet@CXTPTabPaintManager@@UAE?AVCRect@@V3@PAVCXTPTabManager@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSet::GetHeaderRect(class CRect,class CXTPTabManager *)" (?GetHeaderRect@CAppearanceSet@CXTPTabPaintManager@@UAE?AVCRect@@V3@PAVCXTPTabManager@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSet::GetClientRect(class CRect,class CXTPTabManager *)" (?GetClientRect@CAppearanceSet@CXTPTabPaintManager@@UAE?AVCRect@@V3@PAVCXTPTabManager@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSet::GetClientRect(class CRect,class CXTPTabManager *)" (?GetClientRect@CAppearanceSet@CXTPTabPaintManager@@UAE?AVCRect@@V3@PAVCXTPTabManager@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSet::GetClientRect(class CRect,class CXTPTabManager *)" (?GetClientRect@CAppearanceSet@CXTPTabPaintManager@@UAE?AVCRect@@V3@PAVCXTPTabManager@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSet::GetClientMargin(void)" (?GetClientMargin@CAppearanceSet@CXTPTabPaintManager@@UAE?AVCRect@@XZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSet::GetClientMargin(void)" (?GetClientMargin@CAppearanceSet@CXTPTabPaintManager@@UAE?AVCRect@@XZ)

1>XTPPropertySheet.obj : error LNK2019: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSet::GetClientMargin(void)" (?GetClientMargin@CAppearanceSet@CXTPTabPaintManager@@UAE?AVCRect@@XZ) referenced in function "public: __thiscall CXTPTabPaintManager::CColorSetAccess2007::CColorSetAccess2007(void)" (??0CColorSetAccess2007@CXTPTabPaintManager@@QAE@XZ)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPTabPaintManager::CAppearanceSet::GetButtonLength(class CDC *,class CXTPTabManagerItem *)" (?GetButtonLength@CAppearanceSet@CXTPTabPaintManager@@UAEHPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPTabPaintManager::CAppearanceSet::GetButtonLength(class CDC *,class CXTPTabManagerItem *)" (?GetButtonLength@CAppearanceSet@CXTPTabPaintManager@@UAEHPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPTabPaintManager::CAppearanceSet::GetButtonLength(class CDC *,class CXTPTabManagerItem *)" (?GetButtonLength@CAppearanceSet@CXTPTabPaintManager@@UAEHPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPTabPaintManager::CAppearanceSet::GetButtonHeight(class CXTPTabManager const *)" (?GetButtonHeight@CAppearanceSet@CXTPTabPaintManager@@UAEHPBVCXTPTabManager@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPTabPaintManager::CAppearanceSet::GetButtonHeight(class CXTPTabManager const *)" (?GetButtonHeight@CAppearanceSet@CXTPTabPaintManager@@UAEHPBVCXTPTabManager@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPTabPaintManager::CAppearanceSet::GetButtonHeight(class CXTPTabManager const *)" (?GetButtonHeight@CAppearanceSet@CXTPTabPaintManager@@UAEHPBVCXTPTabManager@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSet::GetButtonDrawRect(class CXTPTabManagerItem const *)" (?GetButtonDrawRect@CAppearanceSet@CXTPTabPaintManager@@UAE?AVCRect@@PBVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSet::GetButtonDrawRect(class CXTPTabManagerItem const *)" (?GetButtonDrawRect@CAppearanceSet@CXTPTabPaintManager@@UAE?AVCRect@@PBVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSet::GetButtonDrawRect(class CXTPTabManagerItem const *)" (?GetButtonDrawRect@CAppearanceSet@CXTPTabPaintManager@@UAE?AVCRect@@PBVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSet::AdjustClientRect(class CXTPTabManager *,class CRect &)" (?AdjustClientRect@CAppearanceSet@CXTPTabPaintManager@@UAEXPAVCXTPTabManager@@AAVCRect@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSet::AdjustClientRect(class CXTPTabManager *,class CRect &)" (?AdjustClientRect@CAppearanceSet@CXTPTabPaintManager@@UAEXPAVCXTPTabManager@@AAVCRect@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSet::AdjustClientRect(class CXTPTabManager *,class CRect &)" (?AdjustClientRect@CAppearanceSet@CXTPTabPaintManager@@UAEXPAVCXTPTabManager@@AAVCRect@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSet::DrawWorkspacePart(class CDC *,struct tagRECT *,enum XTPTabWorkspacePart)" (?DrawWorkspacePart@CAppearanceSet@CXTPTabPaintManager@@UAEXPAVCDC@@PAUtagRECT@@W4XTPTabWorkspacePart@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSet::DrawWorkspacePart(class CDC *,struct tagRECT *,enum XTPTabWorkspacePart)" (?DrawWorkspacePart@CAppearanceSet@CXTPTabPaintManager@@UAEXPAVCDC@@PAUtagRECT@@W4XTPTabWorkspacePart@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSet::DrawWorkspacePart(class CDC *,struct tagRECT *,enum XTPTabWorkspacePart)" (?DrawWorkspacePart@CAppearanceSet@CXTPTabPaintManager@@UAEXPAVCDC@@PAUtagRECT@@W4XTPTabWorkspacePart@@@Z)

1>XTPPropertyPage.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CXTPTabPaintManager::CAppearanceSet::~CAppearanceSet(void)" (??1CAppearanceSet@CXTPTabPaintManager@@UAE@XZ) referenced in function "public: virtual void * __thiscall CXTPTabPaintManager::CAppearanceSet::`scalar deleting destructor'(unsigned int)" (??_GCAppearanceSet@CXTPTabPaintManager@@UAEPAXI@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CXTPTabPaintManager::CAppearanceSet::~CAppearanceSet(void)" (??1CAppearanceSet@CXTPTabPaintManager@@UAE@XZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CXTPTabPaintManager::CAppearanceSet::~CAppearanceSet(void)" (??1CAppearanceSet@CXTPTabPaintManager@@UAE@XZ)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage::RefreshMetrics(void)" (?RefreshMetrics@CAppearanceSetPropertyPage@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage::RefreshMetrics(void)" (?RefreshMetrics@CAppearanceSetPropertyPage@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage::RefreshMetrics(void)" (?RefreshMetrics@CAppearanceSetPropertyPage@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage::GetClientMargin(void)" (?GetClientMargin@CAppearanceSetPropertyPage@CXTPTabPaintManager@@UAE?AVCRect@@XZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage::GetClientMargin(void)" (?GetClientMargin@CAppearanceSetPropertyPage@CXTPTabPaintManager@@UAE?AVCRect@@XZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage::GetClientMargin(void)" (?GetClientMargin@CAppearanceSetPropertyPage@CXTPTabPaintManager@@UAE?AVCRect@@XZ)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage::GetButtonDrawRect(class CXTPTabManagerItem const *)" (?GetButtonDrawRect@CAppearanceSetPropertyPage@CXTPTabPaintManager@@UAE?AVCRect@@PBVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage::GetButtonDrawRect(class CXTPTabManagerItem const *)" (?GetButtonDrawRect@CAppearanceSetPropertyPage@CXTPTabPaintManager@@UAE?AVCRect@@PBVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage::GetButtonDrawRect(class CXTPTabManagerItem const *)" (?GetButtonDrawRect@CAppearanceSetPropertyPage@CXTPTabPaintManager@@UAE?AVCRect@@PBVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage::FillTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?FillTabControl@CAppearanceSetPropertyPage@CXTPTabPaintManager@@UAE?AVCRect@@PAVCXTPTabManager@@PAVCDC@@V3@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage::FillTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?FillTabControl@CAppearanceSetPropertyPage@CXTPTabPaintManager@@UAE?AVCRect@@PAVCXTPTabManager@@PAVCDC@@V3@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage::FillTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?FillTabControl@CAppearanceSetPropertyPage@CXTPTabPaintManager@@UAE?AVCRect@@PAVCXTPTabManager@@PAVCDC@@V3@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetPropertyPage@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetPropertyPage@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetPropertyPage@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPageSelected::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetPropertyPageSelected@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPageSelected::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetPropertyPageSelected@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPageSelected::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetPropertyPageSelected@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage2003::RefreshMetrics(void)" (?RefreshMetrics@CAppearanceSetPropertyPage2003@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage2003::RefreshMetrics(void)" (?RefreshMetrics@CAppearanceSetPropertyPage2003@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage2003::RefreshMetrics(void)" (?RefreshMetrics@CAppearanceSetPropertyPage2003@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage2003::GetButtonDrawRect(class CXTPTabManagerItem const *)" (?GetButtonDrawRect@CAppearanceSetPropertyPage2003@CXTPTabPaintManager@@UAE?AVCRect@@PBVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage2003::GetButtonDrawRect(class CXTPTabManagerItem const *)" (?GetButtonDrawRect@CAppearanceSetPropertyPage2003@CXTPTabPaintManager@@UAE?AVCRect@@PBVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage2003::GetButtonDrawRect(class CXTPTabManagerItem const *)" (?GetButtonDrawRect@CAppearanceSetPropertyPage2003@CXTPTabPaintManager@@UAE?AVCRect@@PBVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage2003::FillTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?FillTabControl@CAppearanceSetPropertyPage2003@CXTPTabPaintManager@@UAE?AVCRect@@PAVCXTPTabManager@@PAVCDC@@V3@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage2003::FillTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?FillTabControl@CAppearanceSetPropertyPage2003@CXTPTabPaintManager@@UAE?AVCRect@@PAVCXTPTabManager@@PAVCDC@@V3@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage2003::FillTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?FillTabControl@CAppearanceSetPropertyPage2003@CXTPTabPaintManager@@UAE?AVCRect@@PAVCXTPTabManager@@PAVCDC@@V3@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage2003::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetPropertyPage2003@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage2003::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetPropertyPage2003@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage2003::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetPropertyPage2003@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage2007::RefreshMetrics(void)" (?RefreshMetrics@CAppearanceSetPropertyPage2007@CXTPTabPaintManager@@MAEXXZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage2007::RefreshMetrics(void)" (?RefreshMetrics@CAppearanceSetPropertyPage2007@CXTPTabPaintManager@@MAEXXZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage2007::RefreshMetrics(void)" (?RefreshMetrics@CAppearanceSetPropertyPage2007@CXTPTabPaintManager@@MAEXXZ)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "protected: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage2007::FillTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?FillTabControl@CAppearanceSetPropertyPage2007@CXTPTabPaintManager@@MAE?AVCRect@@PAVCXTPTabManager@@PAVCDC@@V3@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "protected: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage2007::FillTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?FillTabControl@CAppearanceSetPropertyPage2007@CXTPTabPaintManager@@MAE?AVCRect@@PAVCXTPTabManager@@PAVCDC@@V3@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "protected: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage2007::FillTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?FillTabControl@CAppearanceSetPropertyPage2007@CXTPTabPaintManager@@MAE?AVCRect@@PAVCXTPTabManager@@PAVCDC@@V3@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage2007::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetPropertyPage2007@CXTPTabPaintManager@@MAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage2007::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetPropertyPage2007@CXTPTabPaintManager@@MAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage2007::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetPropertyPage2007@CXTPTabPaintManager@@MAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage2007::DrawButtonBackground(class CDC *,class CXTPTabManagerItem *,class CRect)" (?DrawButtonBackground@CAppearanceSetPropertyPage2007@CXTPTabPaintManager@@MAEXPAVCDC@@PAVCXTPTabManagerItem@@VCRect@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage2007::DrawButtonBackground(class CDC *,class CXTPTabManagerItem *,class CRect)" (?DrawButtonBackground@CAppearanceSetPropertyPage2007@CXTPTabPaintManager@@MAEXPAVCDC@@PAVCXTPTabManagerItem@@VCRect@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPage2007::DrawButtonBackground(class CDC *,class CXTPTabManagerItem *,class CRect)" (?DrawButtonBackground@CAppearanceSetPropertyPage2007@CXTPTabPaintManager@@MAEXPAVCDC@@PAVCXTPTabManagerItem@@VCRect@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPageAccess2007::RefreshMetrics(void)" (?RefreshMetrics@CAppearanceSetPropertyPageAccess2007@CXTPTabPaintManager@@MAEXXZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPageAccess2007::RefreshMetrics(void)" (?RefreshMetrics@CAppearanceSetPropertyPageAccess2007@CXTPTabPaintManager@@MAEXXZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPageAccess2007::RefreshMetrics(void)" (?RefreshMetrics@CAppearanceSetPropertyPageAccess2007@CXTPTabPaintManager@@MAEXXZ)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "protected: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPageAccess2007::GetButtonDrawRect(class CXTPTabManagerItem const *)" (?GetButtonDrawRect@CAppearanceSetPropertyPageAccess2007@CXTPTabPaintManager@@MAE?AVCRect@@PBVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "protected: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPageAccess2007::GetButtonDrawRect(class CXTPTabManagerItem const *)" (?GetButtonDrawRect@CAppearanceSetPropertyPageAccess2007@CXTPTabPaintManager@@MAE?AVCRect@@PBVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "protected: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPageAccess2007::GetButtonDrawRect(class CXTPTabManagerItem const *)" (?GetButtonDrawRect@CAppearanceSetPropertyPageAccess2007@CXTPTabPaintManager@@MAE?AVCRect@@PBVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "protected: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPageAccess2007::FillTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?FillTabControl@CAppearanceSetPropertyPageAccess2007@CXTPTabPaintManager@@MAE?AVCRect@@PAVCXTPTabManager@@PAVCDC@@V3@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2019: unresolved external symbol "protected: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPageAccess2007::FillTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?FillTabControl@CAppearanceSetPropertyPageAccess2007@CXTPTabPaintManager@@MAE?AVCRect@@PAVCXTPTabManager@@PAVCDC@@V3@@Z) referenced in function "public: __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPageFlat::CAppearanceSetPropertyPageFlat(class CXTPTabPaintManager::CAppearanceSetPropertyPageFlat const &)" (??0CAppearanceSetPropertyPageFlat@CXTPTabPaintManager@@QAE@ABV01@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "protected: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPageAccess2007::FillTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?FillTabControl@CAppearanceSetPropertyPageAccess2007@CXTPTabPaintManager@@MAE?AVCRect@@PAVCXTPTabManager@@PAVCDC@@V3@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPageAccess2007::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetPropertyPageAccess2007@CXTPTabPaintManager@@MAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPageAccess2007::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetPropertyPageAccess2007@CXTPTabPaintManager@@MAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPageAccess2007::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetPropertyPageAccess2007@CXTPTabPaintManager@@MAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "private: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPageAccess2007::DrawButtonBackground(class CDC *,class CXTPTabManagerItem *,class CRect)" (?DrawButtonBackground@CAppearanceSetPropertyPageAccess2007@CXTPTabPaintManager@@EAEXPAVCDC@@PAVCXTPTabManagerItem@@VCRect@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "private: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPageAccess2007::DrawButtonBackground(class CDC *,class CXTPTabManagerItem *,class CRect)" (?DrawButtonBackground@CAppearanceSetPropertyPageAccess2007@CXTPTabPaintManager@@EAEXPAVCDC@@PAVCXTPTabManagerItem@@VCRect@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "private: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPageAccess2007::DrawButtonBackground(class CDC *,class CXTPTabManagerItem *,class CRect)" (?DrawButtonBackground@CAppearanceSetPropertyPageAccess2007@CXTPTabPaintManager@@EAEXPAVCDC@@PAVCXTPTabManagerItem@@VCRect@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetStateButtons::FillTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?FillTabControl@CAppearanceSetStateButtons@CXTPTabPaintManager@@UAE?AVCRect@@PAVCXTPTabManager@@PAVCDC@@V3@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetStateButtons::FillTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?FillTabControl@CAppearanceSetStateButtons@CXTPTabPaintManager@@UAE?AVCRect@@PAVCXTPTabManager@@PAVCDC@@V3@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetStateButtons::FillTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?FillTabControl@CAppearanceSetStateButtons@CXTPTabPaintManager@@UAE?AVCRect@@PAVCXTPTabManager@@PAVCDC@@V3@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetStateButtons::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetStateButtons@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetStateButtons::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetStateButtons@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetStateButtons::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetStateButtons@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetVisualStudio::FillTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?FillTabControl@CAppearanceSetVisualStudio@CXTPTabPaintManager@@UAE?AVCRect@@PAVCXTPTabManager@@PAVCDC@@V3@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetVisualStudio::FillTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?FillTabControl@CAppearanceSetVisualStudio@CXTPTabPaintManager@@UAE?AVCRect@@PAVCXTPTabManager@@PAVCDC@@V3@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetVisualStudio::FillTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?FillTabControl@CAppearanceSetVisualStudio@CXTPTabPaintManager@@UAE?AVCRect@@PAVCXTPTabManager@@PAVCDC@@V3@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetVisualStudio::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetVisualStudio@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetVisualStudio::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetVisualStudio@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetVisualStudio::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetVisualStudio@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetVisualStudio2005::GetButtonDrawRect(class CXTPTabManagerItem const *)" (?GetButtonDrawRect@CAppearanceSetVisualStudio2005@CXTPTabPaintManager@@UAE?AVCRect@@PBVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetVisualStudio2005::GetButtonDrawRect(class CXTPTabManagerItem const *)" (?GetButtonDrawRect@CAppearanceSetVisualStudio2005@CXTPTabPaintManager@@UAE?AVCRect@@PBVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetVisualStudio2005::GetButtonDrawRect(class CXTPTabManagerItem const *)" (?GetButtonDrawRect@CAppearanceSetVisualStudio2005@CXTPTabPaintManager@@UAE?AVCRect@@PBVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetVisualStudio2005::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetVisualStudio2005@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetVisualStudio2005::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetVisualStudio2005@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetVisualStudio2005::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetVisualStudio2005@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetFlat::FillTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?FillTabControl@CAppearanceSetFlat@CXTPTabPaintManager@@UAE?AVCRect@@PAVCXTPTabManager@@PAVCDC@@V3@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetFlat::FillTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?FillTabControl@CAppearanceSetFlat@CXTPTabPaintManager@@UAE?AVCRect@@PAVCXTPTabManager@@PAVCDC@@V3@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetFlat::FillTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?FillTabControl@CAppearanceSetFlat@CXTPTabPaintManager@@UAE?AVCRect@@PAVCXTPTabManager@@PAVCDC@@V3@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetFlat::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetFlat@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetFlat::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetFlat@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetFlat::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetFlat@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPageFlat::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetPropertyPageFlat@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPageFlat::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetPropertyPageFlat@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetPropertyPageFlat::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetPropertyPageFlat@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetExcel::GetButtonDrawRect(class CXTPTabManagerItem const *)" (?GetButtonDrawRect@CAppearanceSetExcel@CXTPTabPaintManager@@UAE?AVCRect@@PBVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetExcel::GetButtonDrawRect(class CXTPTabManagerItem const *)" (?GetButtonDrawRect@CAppearanceSetExcel@CXTPTabPaintManager@@UAE?AVCRect@@PBVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetExcel::GetButtonDrawRect(class CXTPTabManagerItem const *)" (?GetButtonDrawRect@CAppearanceSetExcel@CXTPTabPaintManager@@UAE?AVCRect@@PBVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetExcel::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetExcel@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetExcel::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetExcel@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetExcel::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetExcel@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2019: unresolved external symbol "public: __thiscall CXTPTabPaintManager::CAppearanceSet::CAppearanceSet(void)" (??0CAppearanceSet@CXTPTabPaintManager@@QAE@XZ) referenced in function "public: __thiscall CXTPTabPaintManager::CAppearanceSetVisio::CAppearanceSetVisio(void)" (??0CAppearanceSetVisio@CXTPTabPaintManager@@QAE@XZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: __thiscall CXTPTabPaintManager::CAppearanceSet::CAppearanceSet(void)" (??0CAppearanceSet@CXTPTabPaintManager@@QAE@XZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: __thiscall CXTPTabPaintManager::CAppearanceSet::CAppearanceSet(void)" (??0CAppearanceSet@CXTPTabPaintManager@@QAE@XZ)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetVisio::GetHeaderRect(class CRect,class CXTPTabManager *)" (?GetHeaderRect@CAppearanceSetVisio@CXTPTabPaintManager@@UAE?AVCRect@@V3@PAVCXTPTabManager@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetVisio::GetHeaderRect(class CRect,class CXTPTabManager *)" (?GetHeaderRect@CAppearanceSetVisio@CXTPTabPaintManager@@UAE?AVCRect@@V3@PAVCXTPTabManager@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetVisio::GetHeaderRect(class CRect,class CXTPTabManager *)" (?GetHeaderRect@CAppearanceSetVisio@CXTPTabPaintManager@@UAE?AVCRect@@V3@PAVCXTPTabManager@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetVisio::GetClientRect(class CRect,class CXTPTabManager *)" (?GetClientRect@CAppearanceSetVisio@CXTPTabPaintManager@@UAE?AVCRect@@V3@PAVCXTPTabManager@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetVisio::GetClientRect(class CRect,class CXTPTabManager *)" (?GetClientRect@CAppearanceSetVisio@CXTPTabPaintManager@@UAE?AVCRect@@V3@PAVCXTPTabManager@@@Z)

1>XTPPropertySheet.obj : error LNK2019: unresolved external symbol "public: virtual class CRect __thiscall CXTPTabPaintManager::CAppearanceSetVisio::GetClientRect(class CRect,class CXTPTabManager *)" (?GetClientRect@CAppearanceSetVisio@CXTPTabPaintManager@@UAE?AVCRect@@V3@PAVCXTPTabManager@@@Z) referenced in function "public: __thiscall CXTPTabPaintManager::CAppearanceSetFlat::CAppearanceSetFlat(class CXTPTabPaintManager::CAppearanceSetFlat const &)" (??0CAppearanceSetFlat@CXTPTabPaintManager@@QAE@ABV01@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetVisio::DrawTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?DrawTabControl@CAppearanceSetVisio@CXTPTabPaintManager@@UAEXPAVCXTPTabManager@@PAVCDC@@VCRect@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetVisio::DrawTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?DrawTabControl@CAppearanceSetVisio@CXTPTabPaintManager@@UAEXPAVCXTPTabManager@@PAVCDC@@VCRect@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetVisio::DrawTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?DrawTabControl@CAppearanceSetVisio@CXTPTabPaintManager@@UAEXPAVCXTPTabManager@@PAVCDC@@VCRect@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetVisio::RepositionTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?RepositionTabControl@CAppearanceSetVisio@CXTPTabPaintManager@@UAEXPAVCXTPTabManager@@PAVCDC@@VCRect@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetVisio::RepositionTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?RepositionTabControl@CAppearanceSetVisio@CXTPTabPaintManager@@UAEXPAVCXTPTabManager@@PAVCDC@@VCRect@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetVisio::RepositionTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?RepositionTabControl@CAppearanceSetVisio@CXTPTabPaintManager@@UAEXPAVCXTPTabManager@@PAVCDC@@VCRect@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetVisio::AdjustClientRect(class CXTPTabManager *,class CRect &)" (?AdjustClientRect@CAppearanceSetVisio@CXTPTabPaintManager@@UAEXPAVCXTPTabManager@@AAVCRect@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetVisio::AdjustClientRect(class CXTPTabManager *,class CRect &)" (?AdjustClientRect@CAppearanceSetVisio@CXTPTabPaintManager@@UAEXPAVCXTPTabManager@@AAVCRect@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetVisio::AdjustClientRect(class CXTPTabManager *,class CRect &)" (?AdjustClientRect@CAppearanceSetVisio@CXTPTabPaintManager@@UAEXPAVCXTPTabManager@@AAVCRect@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetVisio::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetVisio@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetVisio::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetVisio@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSetVisio::DrawSingleButton(class CDC *,class CXTPTabManagerItem *)" (?DrawSingleButton@CAppearanceSetVisio@CXTPTabPaintManager@@UAEXPAVCDC@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2019: unresolved external symbol "protected: void __thiscall CXTPTabPaintManager::DrawTabControlEx(class CXTPTabManager *,class CDC *,class CRect)" (?DrawTabControlEx@CXTPTabPaintManager@@IAEXPAVCXTPTabManager@@PAVCDC@@VCRect@@@Z) referenced in function "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSet::DrawTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?DrawTabControl@CAppearanceSet@CXTPTabPaintManager@@UAEXPAVCXTPTabManager@@PAVCDC@@VCRect@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "protected: void __thiscall CXTPTabPaintManager::DrawTabControlEx(class CXTPTabManager *,class CDC *,class CRect)" (?DrawTabControlEx@CXTPTabPaintManager@@IAEXPAVCXTPTabManager@@PAVCDC@@VCRect@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "protected: void __thiscall CXTPTabPaintManager::DrawTabControlEx(class CXTPTabManager *,class CDC *,class CRect)" (?DrawTabControlEx@CXTPTabPaintManager@@IAEXPAVCXTPTabManager@@PAVCDC@@VCRect@@@Z)

1>XTPPropertyPage.obj : error LNK2019: unresolved external symbol "protected: void __thiscall CXTPTabPaintManager::RepositionTabControlEx(class CXTPTabManager *,class CDC *,class CRect)" (?RepositionTabControlEx@CXTPTabPaintManager@@IAEXPAVCXTPTabManager@@PAVCDC@@VCRect@@@Z) referenced in function "public: virtual void __thiscall CXTPTabPaintManager::CAppearanceSet::RepositionTabControl(class CXTPTabManager *,class CDC *,class CRect)" (?RepositionTabControl@CAppearanceSet@CXTPTabPaintManager@@UAEXPAVCXTPTabManager@@PAVCDC@@VCRect@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "protected: void __thiscall CXTPTabPaintManager::RepositionTabControlEx(class CXTPTabManager *,class CDC *,class CRect)" (?RepositionTabControlEx@CXTPTabPaintManager@@IAEXPAVCXTPTabManager@@PAVCDC@@VCRect@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "protected: void __thiscall CXTPTabPaintManager::RepositionTabControlEx(class CXTPTabManager *,class CDC *,class CRect)" (?RepositionTabControlEx@CXTPTabPaintManager@@IAEXPAVCXTPTabManager@@PAVCDC@@VCRect@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabManagerNavigateButton::AdjustWidth(int &)" (?AdjustWidth@CXTPTabManagerNavigateButton@@UAEXAAH@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabManagerNavigateButton::AdjustWidth(int &)" (?AdjustWidth@CXTPTabManagerNavigateButton@@UAEXAAH@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabManagerNavigateButton::AdjustWidth(int &)" (?AdjustWidth@CXTPTabManagerNavigateButton@@UAEXAAH@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual class CSize __thiscall CXTPTabManagerNavigateButton::GetSize(void)const " (?GetSize@CXTPTabManagerNavigateButton@@UBE?AVCSize@@XZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual class CSize __thiscall CXTPTabManagerNavigateButton::GetSize(void)const " (?GetSize@CXTPTabManagerNavigateButton@@UBE?AVCSize@@XZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual class CSize __thiscall CXTPTabManagerNavigateButton::GetSize(void)const " (?GetSize@CXTPTabManagerNavigateButton@@UBE?AVCSize@@XZ)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabManagerNavigateButton::PerformClick(struct HWND__ *,class CPoint)" (?PerformClick@CXTPTabManagerNavigateButton@@UAEXPAUHWND__@@VCPoint@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabManagerNavigateButton::PerformClick(struct HWND__ *,class CPoint)" (?PerformClick@CXTPTabManagerNavigateButton@@UAEXPAUHWND__@@VCPoint@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabManagerNavigateButton::PerformClick(struct HWND__ *,class CPoint)" (?PerformClick@CXTPTabManagerNavigateButton@@UAEXPAUHWND__@@VCPoint@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabManagerNavigateButton::Reposition(class CRect &)" (?Reposition@CXTPTabManagerNavigateButton@@UAEXAAVCRect@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabManagerNavigateButton::Reposition(class CRect &)" (?Reposition@CXTPTabManagerNavigateButton@@UAEXAAVCRect@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabManagerNavigateButton::Reposition(class CRect &)" (?Reposition@CXTPTabManagerNavigateButton@@UAEXAAVCRect@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabManagerNavigateButton::OnExecute(int)" (?OnExecute@CXTPTabManagerNavigateButton@@UAEXH@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabManagerNavigateButton::OnExecute(int)" (?OnExecute@CXTPTabManagerNavigateButton@@UAEXH@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabManagerNavigateButton::OnExecute(int)" (?OnExecute@CXTPTabManagerNavigateButton@@UAEXH@Z)

1>XTPPropertyPage.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CXTPTabManagerNavigateButton::~CXTPTabManagerNavigateButton(void)" (??1CXTPTabManagerNavigateButton@@UAE@XZ) referenced in function "public: virtual void * __thiscall CXTPTabManagerNavigateButton::`scalar deleting destructor'(unsigned int)" (??_GCXTPTabManagerNavigateButton@@UAEPAXI@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CXTPTabManagerNavigateButton::~CXTPTabManagerNavigateButton(void)" (??1CXTPTabManagerNavigateButton@@UAE@XZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CXTPTabManagerNavigateButton::~CXTPTabManagerNavigateButton(void)" (??1CXTPTabManagerNavigateButton@@UAE@XZ)

1>XTPPropertyPage.obj : error LNK2019: unresolved external symbol "public: enum XTPTabAppearanceStyle __thiscall CXTPTabPaintManager::GetAppearance(void)const " (?GetAppearance@CXTPTabPaintManager@@QBE?AW4XTPTabAppearanceStyle@@XZ) referenced in function "public: enum XTPTabAppearanceStyle __thiscall CXTPTabManager::GetAppearance(void)const " (?GetAppearance@CXTPTabManager@@QBE?AW4XTPTabAppearanceStyle@@XZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: enum XTPTabAppearanceStyle __thiscall CXTPTabPaintManager::GetAppearance(void)const " (?GetAppearance@CXTPTabPaintManager@@QBE?AW4XTPTabAppearanceStyle@@XZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: enum XTPTabAppearanceStyle __thiscall CXTPTabPaintManager::GetAppearance(void)const " (?GetAppearance@CXTPTabPaintManager@@QBE?AW4XTPTabAppearanceStyle@@XZ)

1>XTPPropertyPage.obj : error LNK2019: unresolved external symbol "public: enum XTPTabColorStyle __thiscall CXTPTabPaintManager::GetColor(void)const " (?GetColor@CXTPTabPaintManager@@QBE?AW4XTPTabColorStyle@@XZ) referenced in function "public: enum XTPTabColorStyle __thiscall CXTPTabManager::GetColor(void)const " (?GetColor@CXTPTabManager@@QBE?AW4XTPTabColorStyle@@XZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: enum XTPTabColorStyle __thiscall CXTPTabPaintManager::GetColor(void)const " (?GetColor@CXTPTabPaintManager@@QBE?AW4XTPTabColorStyle@@XZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: enum XTPTabColorStyle __thiscall CXTPTabPaintManager::GetColor(void)const " (?GetColor@CXTPTabPaintManager@@QBE?AW4XTPTabColorStyle@@XZ)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSet::RefreshMetrics(void)" (?RefreshMetrics@CColorSet@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSet::RefreshMetrics(void)" (?RefreshMetrics@CColorSet@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSet::RefreshMetrics(void)" (?RefreshMetrics@CColorSet@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetWhidbey::RefreshMetrics(void)" (?RefreshMetrics@CColorSetWhidbey@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetWhidbey::RefreshMetrics(void)" (?RefreshMetrics@CColorSetWhidbey@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetWhidbey::RefreshMetrics(void)" (?RefreshMetrics@CColorSetWhidbey@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabPaintManager::CColorSetWhidbey::FillPropertyButton(class CDC *,class CRect,class CXTPTabManagerItem *)" (?FillPropertyButton@CColorSetWhidbey@CXTPTabPaintManager@@UAEKPAVCDC@@VCRect@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabPaintManager::CColorSetWhidbey::FillPropertyButton(class CDC *,class CRect,class CXTPTabManagerItem *)" (?FillPropertyButton@CColorSetWhidbey@CXTPTabPaintManager@@UAEKPAVCDC@@VCRect@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabPaintManager::CColorSetWhidbey::FillPropertyButton(class CDC *,class CRect,class CXTPTabManagerItem *)" (?FillPropertyButton@CColorSetWhidbey@CXTPTabPaintManager@@UAEKPAVCDC@@VCRect@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetVisualStudio2008::RefreshMetrics(void)" (?RefreshMetrics@CColorSetVisualStudio2008@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetVisualStudio2008::RefreshMetrics(void)" (?RefreshMetrics@CColorSetVisualStudio2008@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabPaintManager::CColorSetVisualStudio2008::RefreshMetrics(void)" (?RefreshMetrics@CColorSetVisualStudio2008@CXTPTabPaintManager@@UAEXXZ)

1>XTPPropertyPage.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabPaintManager::CColorSetVisualStudio2008::FillPropertyButton(class CDC *,class CRect,class CXTPTabManagerItem *)" (?FillPropertyButton@CColorSetVisualStudio2008@CXTPTabPaintManager@@UAEKPAVCDC@@VCRect@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabPaintManager::CColorSetVisualStudio2008::FillPropertyButton(class CDC *,class CRect,class CXTPTabManagerItem *)" (?FillPropertyButton@CColorSetVisualStudio2008@CXTPTabPaintManager@@UAEKPAVCDC@@VCRect@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabPaintManager::CColorSetVisualStudio2008::FillPropertyButton(class CDC *,class CRect,class CXTPTabManagerItem *)" (?FillPropertyButton@CColorSetVisualStudio2008@CXTPTabPaintManager@@UAEKPAVCDC@@VCRect@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPage.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CXTPTabControl::~CXTPTabControl(void)" (??1CXTPTabControl@@UAE@XZ) referenced in function "public: virtual __thiscall CXTPPropertyPageTabNavigator::~CXTPPropertyPageTabNavigator(void)" (??1CXTPPropertyPageTabNavigator@@UAE@XZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CXTPTabControl::~CXTPTabControl(void)" (??1CXTPTabControl@@UAE@XZ)

1>XTPPropertySheet.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CXTPTabControl::~CXTPTabControl(void)" (??1CXTPTabControl@@UAE@XZ)

1>XTPPropertyPageNavigator.obj : error LNK2019: unresolved external symbol "protected: void __thiscall CXTPTabControl::OnSysColorChange(void)" (?OnSysColorChange@CXTPTabControl@@IAEXXZ) referenced in function "protected: void __thiscall CXTPPropertyPageTabNavigator::OnSysColorChange(void)" (?OnSysColorChange@CXTPPropertyPageTabNavigator@@IAEXXZ)

1>XTPPropertyPageNavigator.obj : error LNK2019: unresolved external symbol "public: virtual void __thiscall CXTPTabManager::SetSelectedItem(class CXTPTabManagerItem *)" (?SetSelectedItem@CXTPTabManager@@UAEXPAVCXTPTabManagerItem@@@Z) referenced in function "protected: virtual void __thiscall CXTPPropertyPageTabNavigator::SetSelectedItem(class CXTPTabManagerItem *)" (?SetSelectedItem@CXTPPropertyPageTabNavigator@@MAEXPAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2019: unresolved external symbol "public: class CXTPTabPaintManager::CColorSet * __thiscall CXTPTabManager::SetColor(enum XTPTabColorStyle)" (?SetColor@CXTPTabManager@@QAEPAVCColorSet@CXTPTabPaintManager@@W4XTPTabColorStyle@@@Z) referenced in function "public: __thiscall CXTPPropertyPageTabNavigator::CXTPPropertyPageTabNavigator(void)" (??0CXTPPropertyPageTabNavigator@@QAE@XZ)

1>XTPPropertyPageNavigator.obj : error LNK2019: unresolved external symbol "public: __thiscall CXTPTabControl::CXTPTabControl(void)" (??0CXTPTabControl@@QAE@XZ) referenced in function "public: __thiscall CXTPPropertyPageTabNavigator::CXTPPropertyPageTabNavigator(void)" (??0CXTPPropertyPageTabNavigator@@QAE@XZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPTabControl::PreSubclassWindow(void)" (?PreSubclassWindow@CXTPTabControl@@MAEXXZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall CXTPTabControl::OnToolHitTest(class CPoint,struct tagTOOLINFOW *)const " (?OnToolHitTest@CXTPTabControl@@MBEHVCPoint@@PAUtagTOOLINFOW@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall CXTPTabControl::OnWndMsg(unsigned int,unsigned int,long,long *)" (?OnWndMsg@CXTPTabControl@@MAEHIIJPAJ@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabControl::Reposition(void)" (?Reposition@CXTPTabControl@@UAEXXZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual class ATL::CStringT<wchar_t,class StrTraitMFC_DLL<wchar_t,class ATL::ChTraitsCRT<wchar_t> > > __thiscall CXTPTabManager::GetItemCaption(class CXTPTabManagerItem const *)const " (?GetItemCaption@CXTPTabManager@@UBE?AV?$CStringT@_WV?$StrTraitMFC_DLL@_WV?$ChTraitsCRT@_W@ATL@@@@@ATL@@PBVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual struct HICON__ * __thiscall CXTPTabManager::GetItemIcon(class CXTPTabManagerItem const *)const " (?GetItemIcon@CXTPTabManager@@UBEPAUHICON__@@PBVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall CXTPTabManager::GetItemColor(class CXTPTabManagerItem const *)const " (?GetItemColor@CXTPTabManager@@UBEKPBVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual class ATL::CStringT<wchar_t,class StrTraitMFC_DLL<wchar_t,class ATL::ChTraitsCRT<wchar_t> > > __thiscall CXTPTabManager::GetItemTooltip(class CXTPTabManagerItem const *)const " (?GetItemTooltip@CXTPTabManager@@UBE?AV?$CStringT@_WV?$StrTraitMFC_DLL@_WV?$ChTraitsCRT@_W@ATL@@@@@ATL@@PBVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabManager::OnItemsChanged(void)" (?OnItemsChanged@CXTPTabManager@@UAEXXZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPTabControl::SetFocusedItem(class CXTPTabManagerItem *)" (?SetFocusedItem@CXTPTabControl@@MAEXPAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabManager::GetItemMetrics(class CSize *,class CSize *,class CSize *)const " (?GetItemMetrics@CXTPTabManager@@UBEXPAVCSize@@00@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPTabManager::GetItemsLength(void)const " (?GetItemsLength@CXTPTabManager@@UBEHXZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabControl::SetPaintManager(class CXTPTabPaintManager *)" (?SetPaintManager@CXTPTabControl@@UAEXPAVCXTPTabPaintManager@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabControl::RedrawControl(struct tagRECT const *,int)" (?RedrawControl@CXTPTabControl@@UAEXPBUtagRECT@@H@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPTabManager::IsDrawStaticFrame(void)const " (?IsDrawStaticFrame@CXTPTabManager@@UBEHXZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPTabControl::DrawIcon(class CDC *,class CPoint,class CXTPTabManagerItem *,int,class CSize &)const " (?DrawIcon@CXTPTabControl@@UBEHPAVCDC@@VCPoint@@PAVCXTPTabManagerItem@@HAAVCSize@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual enum XTPTabPosition __thiscall CXTPTabManager::GetPosition(void)const " (?GetPosition@CXTPTabManager@@UBE?AW4XTPTabPosition@@XZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabManager::OnScrollHeader(int)" (?OnScrollHeader@CXTPTabManager@@UAEXH@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPTabManager::PerformToolHitTest(struct HWND__ *,class CPoint,struct tagTOOLINFOW *)const " (?PerformToolHitTest@CXTPTabManager@@UBEHPAUHWND__@@VCPoint@@PAUtagTOOLINFOW@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPTabManager::PerformKeyDown(struct HWND__ *,unsigned int)" (?PerformKeyDown@CXTPTabManager@@UAEHPAUHWND__@@I@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall CXTPTabControl::DrawParentBackground(class CDC *,class CRect)" (?DrawParentBackground@CXTPTabControl@@MAEHPAVCDC@@VCRect@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall CXTPTabManager::IsNavigateButtonAutomaticVisible(class CXTPTabManagerNavigateButton *)" (?IsNavigateButtonAutomaticVisible@CXTPTabManager@@MAEHPAVCXTPTabManagerNavigateButton@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPTabControl::OnItemClick(class CXTPTabManagerItem *)" (?OnItemClick@CXTPTabControl@@UAEXPAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall CXTPTabManager::OnBeforeItemClick(class CXTPTabManagerItem *)" (?OnBeforeItemClick@CXTPTabManager@@MAEHPAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPTabManager::ReOrder(struct HWND__ *,class CPoint,class CXTPTabManagerItem *)" (?ReOrder@CXTPTabManager@@MAEXPAUHWND__@@VCPoint@@PAVCXTPTabManagerItem@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPTabControl::OnNavigateButtonClick(class CXTPTabManagerNavigateButton *)" (?OnNavigateButtonClick@CXTPTabControl@@MAEXPAVCXTPTabManagerNavigateButton@@@Z)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall CXTPTabControl::HeaderHasFocus(void)const " (?HeaderHasFocus@CXTPTabControl@@MBEHXZ)

1>XTPPropertyPageNavigator.obj : error LNK2001: unresolved external symbol "protected: static struct AFX_MSGMAP const * __stdcall CXTPTabControl::GetThisMessageMap(void)" (?GetThisMessageMap@CXTPTabControl@@KGPBUAFX_MSGMAP@@XZ)

1>XTPPropertyPageNavigator.obj : error LNK2019: unresolved external symbol "public: class CXTPTabManagerItem * __thiscall CXTPTabControl::InsertItem(int,wchar_t const *,struct HWND__ *,int,class CXTPTabManagerItem *)" (?InsertItem@CXTPTabControl@@QAEPAVCXTPTabManagerItem@@HPB_WPAUHWND__@@HPAV2@@Z) referenced in function "public: virtual void __thiscall CXTPPropertyPageTabNavigator::OnPageChanged(void)" (?OnPageChanged@CXTPPropertyPageTabNavigator@@UAEXXZ)

1>XTPPropertyPageNavigator.obj : error LNK2019: unresolved external symbol "public: void __thiscall CXTPTabManager::DeleteAllItems(void)" (?DeleteAllItems@CXTPTabManager@@QAEXXZ) referenced in function "public: virtual void __thiscall CXTPPropertyPageTabNavigator::OnPageChanged(void)" (?OnPageChanged@CXTPPropertyPageTabNavigator@@UAEXXZ)

1>XTPPropertyPageNavigator.obj : error LNK2019: unresolved external symbol "public: void __thiscall CXTPTabPaintManager::SetFontIndirect(struct tagLOGFONTW *,int)" (?SetFontIndirect@CXTPTabPaintManager@@QAEXPAUtagLOGFONTW@@H@Z) referenced in function "public: virtual int __thiscall CXTPPropertyPageTabNavigator::Create(void)" (?Create@CXTPPropertyPageTabNavigator@@UAEHXZ)

1>XTPPropertyPageNavigator.obj : error LNK2019: unresolved external symbol "public: int __thiscall CXTPTabControl::Create(unsigned long,struct tagRECT const &,class CWnd *,unsigned int)" (?Create@CXTPTabControl@@QAEHKABUtagRECT@@PAVCWnd@@I@Z) referenced in function "public: virtual int __thiscall CXTPPropertyPageTabNavigator::Create(void)" (?Create@CXTPPropertyPageTabNavigator@@UAEHXZ)

1>XTPPropertyPageNavigator.obj : error LNK2019: unresolved external symbol "public: void __thiscall CXTPTabControl::AdjustRect(int,struct tagRECT *)const " (?AdjustRect@CXTPTabControl@@QBEXHPAUtagRECT@@@Z) referenced in function "public: virtual void __thiscall CXTPPropertyPageTabNavigator::PageToSize(struct AFX_SIZEPARENTPARAMS *,class CSize,class CRect &,class CSize &)" (?PageToSize@CXTPPropertyPageTabNavigator@@UAEXPAUAFX_SIZEPARENTPARAMS@@VCSize@@AAVCRect@@AAV3@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupFrameworkContentElement::GetType(void)const " (?GetType@CXTPMarkupFrameworkContentElement@@UBEPAVCXTPMarkupType@@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupFrameworkContentElement::OnPropertyChanged(class CXTPMarkupDependencyProperty *,class CXTPMarkupObject *,class CXTPMarkupObject *)" (?OnPropertyChanged@CXTPMarkupFrameworkContentElement@@MAEXPAVCXTPMarkupDependencyProperty@@PAVCXTPMarkupObject@@1@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupInputElement * __thiscall CXTPMarkupFrameworkContentElement::InputHitTest(class CPoint)const " (?InputHitTest@CXTPMarkupFrameworkContentElement@@UBEPAVCXTPMarkupInputElement@@VCPoint@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupTextElement::GetType(void)const " (?GetType@CXTPMarkupTextElement@@UBEPAVCXTPMarkupType@@XZ)

1>XTPTaskDialogClient.obj : error LNK2019: unresolved external symbol "protected: virtual __thiscall CXTPMarkupTextElement::~CXTPMarkupTextElement(void)" (??1CXTPMarkupTextElement@@MAE@XZ) referenced in function "protected: virtual void * __thiscall CXTPMarkupTextElement::`scalar deleting destructor'(unsigned int)" (??_GCXTPMarkupTextElement@@MAEPAXI@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupInline::GetType(void)const " (?GetType@CXTPMarkupInline@@UBEPAVCXTPMarkupType@@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupInline * __thiscall CXTPMarkupInline::GetFirstInline(void)const " (?GetFirstInline@CXTPMarkupInline@@UBEPAV1@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual struct __POSITION * __thiscall CXTPMarkupInline::GetContentStartPosition(void)const " (?GetContentStartPosition@CXTPMarkupInline@@UBEPAU__POSITION@@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInline::GetContentNextPosition(struct __POSITION * &)const " (?GetContentNextPosition@CXTPMarkupInline@@UBEXAAPAU__POSITION@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupInline::IsWordBreakPosition(struct __POSITION *)const " (?IsWordBreakPosition@CXTPMarkupInline@@UBEHPAU__POSITION@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupInline::IsLineBreakPosition(struct __POSITION *)const " (?IsLineBreakPosition@CXTPMarkupInline@@UBEHPAU__POSITION@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupInline::IsWhiteSpacePosition(struct __POSITION *)const " (?IsWhiteSpacePosition@CXTPMarkupInline@@UBEHPAU__POSITION@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInline::Arrange(class CRect,struct __POSITION *,struct __POSITION *)" (?Arrange@CXTPMarkupInline@@UAEXVCRect@@PAU__POSITION@@1@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CSize __thiscall CXTPMarkupInline::Measure(class CXTPMarkupDrawingContext *,struct __POSITION *,struct __POSITION *)" (?Measure@CXTPMarkupInline@@UAE?AVCSize@@PAVCXTPMarkupDrawingContext@@PAU__POSITION@@1@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInline::Render(class CXTPMarkupDrawingContext *,class CRect,struct __POSITION *,struct __POSITION *)" (?Render@CXTPMarkupInline@@UAEXPAVCXTPMarkupDrawingContext@@VCRect@@PAU__POSITION@@2@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInline::PrepareMeasure(class CXTPMarkupDrawingContext *)" (?PrepareMeasure@CXTPMarkupInline@@UAEXPAVCXTPMarkupDrawingContext@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupInline::GetBaseline(void)const " (?GetBaseline@CXTPMarkupInline@@UBEHXZ)

1>XTPTaskDialogClient.obj : error LNK2019: unresolved external symbol "protected: virtual __thiscall CXTPMarkupInline::~CXTPMarkupInline(void)" (??1CXTPMarkupInline@@MAE@XZ) referenced in function "protected: virtual void * __thiscall CXTPMarkupInline::`scalar deleting destructor'(unsigned int)" (??_GCXTPMarkupInline@@MAEPAXI@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupRun::GetType(void)const " (?GetType@CXTPMarkupRun@@UBEPAVCXTPMarkupType@@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupRun::SetContentObject(class CXTPMarkupBuilder *,class CXTPMarkupObject *)" (?SetContentObject@CXTPMarkupRun@@MAEXPAVCXTPMarkupBuilder@@PAVCXTPMarkupObject@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall CXTPMarkupRun::HasContentObject(void)const " (?HasContentObject@CXTPMarkupRun@@MBEHXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupRun::OnFinalRelease(void)" (?OnFinalRelease@CXTPMarkupRun@@MAEXXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual struct __POSITION * __thiscall CXTPMarkupRun::GetContentStartPosition(void)const " (?GetContentStartPosition@CXTPMarkupRun@@UBEPAU__POSITION@@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupRun::GetContentNextPosition(struct __POSITION * &)const " (?GetContentNextPosition@CXTPMarkupRun@@UBEXAAPAU__POSITION@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupRun::IsWordBreakPosition(struct __POSITION *)const " (?IsWordBreakPosition@CXTPMarkupRun@@UBEHPAU__POSITION@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupRun::IsLineBreakPosition(struct __POSITION *)const " (?IsLineBreakPosition@CXTPMarkupRun@@UBEHPAU__POSITION@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupRun::IsWhiteSpacePosition(struct __POSITION *)const " (?IsWhiteSpacePosition@CXTPMarkupRun@@UBEHPAU__POSITION@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CSize __thiscall CXTPMarkupRun::Measure(class CXTPMarkupDrawingContext *,struct __POSITION *,struct __POSITION *)" (?Measure@CXTPMarkupRun@@UAE?AVCSize@@PAVCXTPMarkupDrawingContext@@PAU__POSITION@@1@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupRun::Render(class CXTPMarkupDrawingContext *,class CRect,struct __POSITION *,struct __POSITION *)" (?Render@CXTPMarkupRun@@UAEXPAVCXTPMarkupDrawingContext@@VCRect@@PAU__POSITION@@2@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupRun::PrepareMeasure(class CXTPMarkupDrawingContext *)" (?PrepareMeasure@CXTPMarkupRun@@MAEXPAVCXTPMarkupDrawingContext@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall CXTPMarkupRun::GetBaseline(void)const " (?GetBaseline@CXTPMarkupRun@@MBEHXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupRun::GetLogFont(struct tagLOGFONTW *)const " (?GetLogFont@CXTPMarkupRun@@MBEXPAUtagLOGFONTW@@@Z)

1>XTPTaskDialogClient.obj : error LNK2019: unresolved external symbol "protected: virtual __thiscall CXTPMarkupRun::~CXTPMarkupRun(void)" (??1CXTPMarkupRun@@MAE@XZ) referenced in function "protected: virtual void * __thiscall CXTPMarkupRun::`scalar deleting destructor'(unsigned int)" (??_GCXTPMarkupRun@@MAEPAXI@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupSpan::GetType(void)const " (?GetType@CXTPMarkupSpan@@UBEPAVCXTPMarkupType@@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupSpan::SetContentObject(class CXTPMarkupBuilder *,class CXTPMarkupObject *)" (?SetContentObject@CXTPMarkupSpan@@MAEXPAVCXTPMarkupBuilder@@PAVCXTPMarkupObject@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall CXTPMarkupSpan::HasContentObject(void)const " (?HasContentObject@CXTPMarkupSpan@@MBEHXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall CXTPMarkupSpan::AllowWhiteSpaceContent(void)const " (?AllowWhiteSpaceContent@CXTPMarkupSpan@@MBEHXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupInline * __thiscall CXTPMarkupSpan::GetFirstInline(void)const " (?GetFirstInline@CXTPMarkupSpan@@UBEPAVCXTPMarkupInline@@XZ)

1>XTPTaskDialogClient.obj : error LNK2019: unresolved external symbol "protected: virtual __thiscall CXTPMarkupSpan::~CXTPMarkupSpan(void)" (??1CXTPMarkupSpan@@MAE@XZ) referenced in function "protected: virtual void * __thiscall CXTPMarkupSpan::`scalar deleting destructor'(unsigned int)" (??_GCXTPMarkupSpan@@MAEPAXI@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupBold::GetType(void)const " (?GetType@CXTPMarkupBold@@UBEPAVCXTPMarkupType@@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupHyperlink::GetType(void)const " (?GetType@CXTPMarkupHyperlink@@UBEPAVCXTPMarkupType@@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupHyperlink::OnMouseLeftButtonUp(class CXTPMarkupMouseButtonEventArgs *)" (?OnMouseLeftButtonUp@CXTPMarkupHyperlink@@MAEXPAVCXTPMarkupMouseButtonEventArgs@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupHyperlink::OnMouseLeftButtonDown(class CXTPMarkupMouseButtonEventArgs *)" (?OnMouseLeftButtonDown@CXTPMarkupHyperlink@@MAEXPAVCXTPMarkupMouseButtonEventArgs@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupHyperlink::OnClick(void)" (?OnClick@CXTPMarkupHyperlink@@MAEXXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupItalic::GetType(void)const " (?GetType@CXTPMarkupItalic@@UBEPAVCXTPMarkupType@@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupUnderline::GetType(void)const " (?GetType@CXTPMarkupUnderline@@UBEPAVCXTPMarkupType@@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupInlineUIContainer::GetType(void)const " (?GetType@CXTPMarkupInlineUIContainer@@UBEPAVCXTPMarkupType@@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CXTPMarkupInlineUIContainer::SetContentObject(class CXTPMarkupBuilder *,class CXTPMarkupObject *)" (?SetContentObject@CXTPMarkupInlineUIContainer@@MAEXPAVCXTPMarkupBuilder@@PAVCXTPMarkupObject@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall CXTPMarkupInlineUIContainer::HasContentObject(void)const " (?HasContentObject@CXTPMarkupInlineUIContainer@@MBEHXZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "protected: virtual class CXTPMarkupInputElement * __thiscall CXTPMarkupInlineUIContainer::InputHitTest(class CPoint)const " (?InputHitTest@CXTPMarkupInlineUIContainer@@MBEPAVCXTPMarkupInputElement@@VCPoint@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual struct __POSITION * __thiscall CXTPMarkupInlineUIContainer::GetContentStartPosition(void)const " (?GetContentStartPosition@CXTPMarkupInlineUIContainer@@UBEPAU__POSITION@@XZ)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInlineUIContainer::GetContentNextPosition(struct __POSITION * &)const " (?GetContentNextPosition@CXTPMarkupInlineUIContainer@@UBEXAAPAU__POSITION@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTPMarkupInlineUIContainer::IsWordBreakPosition(struct __POSITION *)const " (?IsWordBreakPosition@CXTPMarkupInlineUIContainer@@UBEHPAU__POSITION@@@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInlineUIContainer::Arrange(class CRect,struct __POSITION *,struct __POSITION *)" (?Arrange@CXTPMarkupInlineUIContainer@@UAEXVCRect@@PAU__POSITION@@1@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CSize __thiscall CXTPMarkupInlineUIContainer::Measure(class CXTPMarkupDrawingContext *,struct __POSITION *,struct __POSITION *)" (?Measure@CXTPMarkupInlineUIContainer@@UAE?AVCSize@@PAVCXTPMarkupDrawingContext@@PAU__POSITION@@1@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTPMarkupInlineUIContainer::Render(class CXTPMarkupDrawingContext *,class CRect,struct __POSITION *,struct __POSITION *)" (?Render@CXTPMarkupInlineUIContainer@@UAEXPAVCXTPMarkupDrawingContext@@VCRect@@PAU__POSITION@@2@Z)

1>XTPTaskDialogClient.obj : error LNK2019: unresolved external symbol "protected: virtual __thiscall CXTPMarkupInlineUIContainer::~CXTPMarkupInlineUIContainer(void)" (??1CXTPMarkupInlineUIContainer@@MAE@XZ) referenced in function "protected: virtual void * __thiscall CXTPMarkupInlineUIContainer::`scalar deleting destructor'(unsigned int)" (??_GCXTPMarkupInlineUIContainer@@MAEPAXI@Z)

1>XTPTaskDialogClient.obj : error LNK2001: unresolved external symbol "public: virtual class CXTPMarkupType * __thiscall CXTPMarkupLineBreak::GetType(void)const " (?GetType@CXTPMarkupLineBreak@@UBEPAVCXTPMarkupType@@XZ)

1>XTPTaskDialogClient.obj : error LNK2019: unresolved external symbol "public: static class CXTPMarkupDependencyProperty * CXTPMarkupInline::m_pBaselineAlignmentProperty" (?m_pBaselineAlignmentProperty@CXTPMarkupInline@@2PAVCXTPMarkupDependencyProperty@@A) referenced in function "public: enum XTPMarkupBaselineAlignment __thiscall CXTPMarkupInline::GetBaselineAlignment(void)const " (?GetBaselineAlignment@CXTPMarkupInline@@QBE?AW4XTPMarkupBaselineAlignment@@XZ)

1>XTPTaskDialogClient.obj : error LNK2019: unresolved external symbol "public: static class CXTPMarkupDependencyProperty * CXTPMarkupFrameworkContentElement::m_pTagProperty" (?m_pTagProperty@CXTPMarkupFrameworkContentElement@@2PAVCXTPMarkupDependencyProperty@@A) referenced in function "public: void __thiscall CXTPMarkupFrameworkContentElement::SetTag(class CXTPMarkupObject *)" (?SetTag@CXTPMarkupFrameworkContentElement@@QAEXPAVCXTPMarkupObject@@@Z)

1>XTPTaskDialogClient.obj : error LNK2019: unresolved external symbol "public: int __thiscall CXTPMarkupObject::IsKindOf(class CXTPMarkupType const *)const " (?IsKindOf@CXTPMarkupObject@@QBEHPBVCXTPMarkupType@@@Z) referenced in function "protected: void __thiscall CXTPTaskDialogClient::OnMarkupHyperlinkClick(class CXTPMarkupObject *,class CXTPMarkupRoutedEventArgs *)" (?OnMarkupHyperlinkClick@CXTPTaskDialogClient@@IAEXPAVCXTPMarkupObject@@PAVCXTPMarkupRoutedEventArgs@@@Z)

1>XTPTaskDialogClient.obj : error LNK2019: unresolved external symbol "public: static class CXTPMarkupType const * const CXTPMarkupHyperlink::typeCXTPMarkupHyperlink" (?typeCXTPMarkupHyperlink@CXTPMarkupHyperlink@@2PBVCXTPMarkupType@@B) referenced in function "protected: void __thiscall CXTPTaskDialogClient::OnMarkupHyperlinkClick(class CXTPMarkupObject *,class CXTPMarkupRoutedEventArgs *)" (?OnMarkupHyperlinkClick@CXTPTaskDialogClient@@IAEXPAVCXTPMarkupObject@@PAVCXTPMarkupRoutedEventArgs@@@Z)

1>XTPTaskDialogClient.obj : error LNK2019: unresolved external symbol "public: void __thiscall CXTPMarkupContext::AddHandler(class CXTPMarkupRoutedEvent *,class CXTPMarkupDelegate *)" (?AddHandler@CXTPMarkupContext@@QAEXPAVCXTPMarkupRoutedEvent@@PAVCXTPMarkupDelegate@@@Z) referenced in function "public: virtual int __thiscall CXTPTaskDialogClient::CreateClient(int)" (?CreateClient@CXTPTaskDialogClient@@UAEHH@Z)

1>XTPTaskDialogClient.obj : error LNK2019: unresolved external symbol "public: static class CXTPMarkupRoutedEvent * CXTPMarkupHyperlink::m_pClickEvent" (?m_pClickEvent@CXTPMarkupHyperlink@@2PAVCXTPMarkupRoutedEvent@@A) referenced in function "public: virtual int __thiscall CXTPTaskDialogClient::CreateClient(int)" (?CreateClient@CXTPTaskDialogClient@@UAEHH@Z)

1>../../bin/vc90/ToolkitPro1300vc90U.dll : fatal error LNK1120: 341 unresolved externals


Shrishail Rana
Back to Top
srana View Drop Down
Groupie
Groupie
Avatar

Joined: 15 May 2003
Location: India
Status: Offline
Points: 27
Post Options Post Options   Thanks (0) Thanks(0)   Quote srana Quote  Post ReplyReply Direct Link To This Post Posted: 14 February 2009 at 4:58am

VS 2009 SP1

Only wanted
-Common
-Contols
-ReportControl
 
 Removed all the rest of things I don't needed.

Shrishail Rana
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 16 February 2009 at 1:45am
Hi,
You also need Markup and GraphicsLibrary subfolders.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
srana View Drop Down
Groupie
Groupie
Avatar

Joined: 15 May 2003
Location: India
Status: Offline
Points: 27
Post Options Post Options   Thanks (0) Thanks(0)   Quote srana Quote  Post ReplyReply Direct Link To This Post Posted: 16 February 2009 at 2:43am
Hi
 
If you will see the linker messages it has dependancy on other parts too.
 
CXTPCommandBar / Ribbon / Themes. If I include them also there is nothing left to exclude.
 
 

Shrishail Rana
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 16 February 2009 at 5:03am
No CommandBars. No Ribbon. No Themes. Only Markup/GraphicLibrary and TabManager.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.