Compiling errors in 0.301

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

i_h
Posts: 4
Joined: 2003-09-13 16:06

Compiling errors in 0.301

Post by i_h » 2003-10-28 13:00

I use Microsoft Visual C++ .NET ,STLPort-4.5.1020, wtl7.0
With dc++0.263 i dont have any problem. but now this new 0.301 make this. how fix it?

Code: Select all

DCPlusPlus error LNK2019: unresolved external symbol "public: long __thiscall UCPage::onInitDialog(unsigned int,unsigned int,long,int &)" (?onInitDialog@UCPage@@QAEJIIJAAH@Z) referenced in function "public: virtual int __thiscall UCPage::ProcessWindowMessage(struct HWND__ *,unsigned int,unsigned int,long,long &,unsigned long)" (?ProcessWindowMessage@UCPage@@UAEHPAUHWND__@@IIJAAJK@Z)

DCPlusPlus error LNK2019: unresolved external symbol "public: long __thiscall StatsFrame::onSize(unsigned int,unsigned int,long,int &)" (?onSize@StatsFrame@@QAEJIIJAAH@Z) referenced in function "public: virtual int __thiscall StatsFrame::ProcessWindowMessage(struct HWND__ *,unsigned int,unsigned int,long,long &,unsigned long)" (?ProcessWindowMessage@StatsFrame@@UAEHPAUHWND__@@IIJAAJK@Z)

DCPlusPlus error LNK2019: unresolved external symbol "public: long __thiscall StatsFrame::onTimer(unsigned int,unsigned int,long,int &)" (?onTimer@StatsFrame@@QAEJIIJAAH@Z) referenced in function "public: virtual int __thiscall StatsFrame::ProcessWindowMessage(struct HWND__ *,unsigned int,unsigned int,long,long &,unsigned long)" (?ProcessWindowMessage@StatsFrame@@UAEHPAUHWND__@@IIJAAJK@Z)

DCPlusPlus error LNK2019: unresolved external symbol "public: long __thiscall StatsFrame::onPaint(unsigned int,unsigned int,long,int &)" (?onPaint@StatsFrame@@QAEJIIJAAH@Z) referenced in function "public: virtual int __thiscall StatsFrame::ProcessWindowMessage(struct HWND__ *,unsigned int,unsigned int,long,long &,unsigned long)" (?ProcessWindowMessage@StatsFrame@@UAEHPAUHWND__@@IIJAAJK@Z)

DCPlusPlus error LNK2019: unresolved external symbol "public: long __thiscall StatsFrame::onClose(unsigned int,unsigned int,long,int &)" (?onClose@StatsFrame@@QAEJIIJAAH@Z) referenced in function "public: virtual int __thiscall StatsFrame::ProcessWindowMessage(struct HWND__ *,unsigned int,unsigned int,long,long &,unsigned long)" (?ProcessWindowMessage@StatsFrame@@UAEHPAUHWND__@@IIJAAJK@Z)

DCPlusPlus error LNK2019: unresolved external symbol "public: long __thiscall StatsFrame::onCreate(unsigned int,unsigned int,long,int &)" (?onCreate@StatsFrame@@QAEJIIJAAH@Z) referenced in function "public: virtual int __thiscall StatsFrame::ProcessWindowMessage(struct HWND__ *,unsigned int,unsigned int,long,long &,unsigned long)" (?ProcessWindowMessage@StatsFrame@@UAEHPAUHWND__@@IIJAAJK@Z)

DCPlusPlus error LNK2019: unresolved external symbol "public: void __thiscall StatsFrame::UpdateLayout(int)" (?UpdateLayout@StatsFrame@@QAEXH@Z) referenced in function "public: long __thiscall WTL::CMDIChildWindowImpl<class StatsFrame,class WTL::CMDIWindow,class ATL::CWinTraits<1456406528,64> >::OnSize(unsigned int,unsigned int,long,int &)" (?OnSize@?$CMDIChildWindowImpl@VStatsFrame@@VCMDIWindow@WTL@@V?$CWinTraits@$0FGMPAAAA@$0EA@@ATL@@@WTL@@QAEJIIJAAH@Z)

DCPlusPlus error LNK2001: unresolved external symbol "public: virtual void __thiscall UCPage::write(void)" (?write@UCPage@@UAEXXZ)

DCPlusPlus error LNK2019: unresolved external symbol "public: long __thiscall UCPage::onMoveDown(unsigned short,unsigned short,struct HWND__ *,int &)" (?onMoveDown@UCPage@@QAEJGGPAUHWND__@@AAH@Z) referenced in function "public: virtual int __thiscall UCPage::ProcessWindowMessage(struct HWND__ *,unsigned int,unsigned int,long,long &,unsigned long)" (?ProcessWindowMessage@UCPage@@UAEHPAUHWND__@@IIJAAJK@Z)

DCPlusPlus error LNK2019: unresolved external symbol "public: long __thiscall UCPage::onMoveUp(unsigned short,unsigned short,struct HWND__ *,int &)" (?onMoveUp@UCPage@@QAEJGGPAUHWND__@@AAH@Z) referenced in function "public: virtual int __thiscall UCPage::ProcessWindowMessage(struct HWND__ *,unsigned int,unsigned int,long,long &,unsigned long)" (?ProcessWindowMessage@UCPage@@UAEHPAUHWND__@@IIJAAJK@Z)

DCPlusPlus error LNK2019: unresolved external symbol "public: long __thiscall UCPage::onChangeMenu(unsigned short,unsigned short,struct HWND__ *,int &)" (?onChangeMenu@UCPage@@QAEJGGPAUHWND__@@AAH@Z) referenced in function "public: virtual int __thiscall UCPage::ProcessWindowMessage(struct HWND__ *,unsigned int,unsigned int,long,long &,unsigned long)" (?ProcessWindowMessage@UCPage@@UAEHPAUHWND__@@IIJAAJK@Z)

DCPlusPlus error LNK2019: unresolved external symbol "public: long __thiscall UCPage::onRemoveMenu(unsigned short,unsigned short,struct HWND__ *,int &)" (?onRemoveMenu@UCPage@@QAEJGGPAUHWND__@@AAH@Z) referenced in function "public: virtual int __thiscall UCPage::ProcessWindowMessage(struct HWND__ *,unsigned int,unsigned int,long,long &,unsigned long)" (?ProcessWindowMessage@UCPage@@UAEHPAUHWND__@@IIJAAJK@Z)

DCPlusPlus error LNK2019: unresolved external symbol "public: long __thiscall UCPage::onAddMenu(unsigned short,unsigned short,struct HWND__ *,int &)" (?onAddMenu@UCPage@@QAEJGGPAUHWND__@@AAH@Z) referenced in function "public: virtual int __thiscall UCPage::ProcessWindowMessage(struct HWND__ *,unsigned int,unsigned int,long,long &,unsigned long)" (?ProcessWindowMessage@UCPage@@UAEHPAUHWND__@@IIJAAJK@Z)

i_h
Posts: 4
Joined: 2003-09-13 16:06

Post by i_h » 2003-10-29 11:53

Thanks all to help! :D :D :D
i find problem!
Need add some files to project: StatsFrame.cpp, StatsFrame.h, CommandDlg.cpp, CommandDlg.h, UCPage.cpp

Who is online

Users browsing this forum: Google [Bot] and 0 guests