CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2005
    Posts
    106

    Question Linker errors...

    Hi !!

    I got Linker errors when I tried to compile my application

    error LNK2019: unresolved external symbol

    What is this mean? How to solve these errors
    I set all the libraries .
    Can any one please help me to solve this


    Thanks & Regards,
    klvin.

  2. #2
    Join Date
    Aug 2007
    Posts
    135

    Re: Linker errors...

    provide more details...

  3. #3
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Linker errors...

    What is this mean?
    It means that you are calling a function that is declared, but has no body. This usually happens when you include a lib header file, but the linker cannot locate/include this lib file at link time. Check all your path settings/etc to check of the linker can find the lib file.

  4. #4
    Join Date
    Aug 2005
    Posts
    106

    Question Re: Linker errors...

    Hi !!
    I set all the paths and properties in the project properties.But still it is showing the linker errors.and it is showing at some functions in some libraries.But those functions are also available in libraries.
    Some of the errors i am getting are....
    Code:
     LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/OPT:REF' specification  Creating library D:\Casino\source\Debug-MBCS/CasinoGUI.lib and object D:\Casino\source\Debug-MBCS/CasinoGUI.exp
    LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
    RouletteGameBoard.obj : error LNK2001: unresolved external symbol "public: void __thiscall Sprite::AddText(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,int,unsigned long,char *,int,bool,bool,bool,int,int,int)" (?AddText@Sprite@@QAEXV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@HKPADH_N22HHH@Z)
    SlotsGameBoard.obj : error LNK2001: unresolved external symbol "public: void __thiscall Sprite::AddText(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,int,unsigned long,char *,int,bool,bool,bool,int,int,int)" (?AddText@Sprite@@QAEXV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@HKPADH_N22HHH@Z)
    videopokerGameBoard.obj : error LNK2001: unresolved external symbol "public: void __thiscall Sprite::AddText(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,int,unsigned long,char *,int,bool,bool,bool,int,int,int)" (?AddText@Sprite@@QAEXV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@HKPADH_N22HHH@Z)
    BaccaratGameBoard.obj : error LNK2019: unresolved external symbol "public: void __thiscall Sprite::AddText(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,int,unsigned long,char *,int,bool,bool,bool,int,int,int)" (?AddText@Sprite@@QAEXV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@HKPADH_N22HHH@Z) referenced in function "public: virtual void __thiscall CBaccaratGameBoard::GameStart(void)" (?GameStart@CBaccaratGameBoard@@UAEXXZ)
    BlackJackGameBoard.obj : error LNK2001: unresolved external symbol "public: void __thiscall Sprite::AddText(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,int,unsigned long,char *,int,bool,bool,bool,int,int,int)" (?AddText@Sprite@@QAEXV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@HKPADH_N22HHH@Z)
    CrapsGameBoard.obj : error LNK2019: unresolved external symbol "public: void __thiscall Sprite::AddText(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,int,unsigned long,char *,int,bool,bool,bool,int,int,int)" (?AddText@Sprite@@QAEXV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@HKPADH_N22HHH@Z) referenced in function "public: virtual void __thiscall CCrapsGameBoard::GameStart(void)" (?GameStart@CCrapsGameBoard@@UAEXXZ)
    KenoGameBoard.obj : error LNK2001: unresolved external symbol "public: void __thiscall Sprite::AddText(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,int,unsigned long,char *,int,bool,bool,bool,int,int,int)" (?AddText@Sprite@@QAEXV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@HKPADH_N22HHH@Z)
    KenoGameBoard.obj : error LNK2001: unresolved external symbol "public: class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > > __thiscall CCasinoMoveCommand::toString(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (?toString@CCasinoMoveCommand@@QAE?AV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@V23@@Z)
    RouletteGameBoard.obj : error LNK2019: unresolved external symbol "public: class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > > __thiscall CCasinoMoveCommand::toString(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (?toString@CCasinoMoveCommand@@QAE?AV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@V23@@Z) referenced in function "protected: virtual int __thiscall CRouletteGameBoard::OnInitDialog(void)" (?OnInitDialog@CRouletteGameBoard@@MAEHXZ)
    SlotsGameBoard.obj : error LNK2019: unresolved external symbol "public: class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > > __thiscall CCasinoMoveCommand::toString(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (?toString@CCasinoMoveCommand@@QAE?AV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@V23@@Z) referenced in function "public: void __thiscall CSlotsGameBoard::SwitchToRealMode(void)" (?SwitchToRealMode@CSlotsGameBoard@@QAEXXZ)
    videopokerGameBoard.obj : error LNK2001: unresolved external symbol "public: class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > > __thiscall CCasinoMoveCommand::toString(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (?toString@CCasinoMoveCommand@@QAE?AV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@V23@@Z)
    BaccaratGameBoard.obj : error LNK2019: unresolved external symbol "public: class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > > __thiscall CCasinoMoveCommand::toString(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (?toString@CCasinoMoveCommand@@QAE?AV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@V23@@Z) referenced in function "public: virtual void __thiscall CBaccaratGameBoard::MouseButtonUp(int,int,int)" (?MouseButtonUp@CBaccaratGameBoard@@UAEXHHH@Z)
    BlackJackGameBoard.obj : error LNK2001: unresolved external symbol "public: class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > > __thiscall CCasinoMoveCommand::toString(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (?toString@CCasinoMoveCommand@@QAE?AV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@V23@@Z)
    CasinoGUI.obj : error LNK2001: unresolved external symbol "public: class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > > __thiscall CCasinoMoveCommand::toString(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (?toString@CCasinoMoveCommand@@QAE?AV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@V23@@Z)
    CrapsGameBoard.obj : error LNK2019: unresolved external symbol "public: class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > > __thiscall CCasinoMoveCommand::toString(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (?toString@CCasinoMoveCommand@@QAE?AV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@V23@@Z) referenced in function "public: void * __thiscall ATL::CComTypeInfoHolder::stringdispid::`vector deleting destructor'(unsigned int)" (??_Estringdispid@CComTypeInfoHolder@ATL@@QAEPAXI@Z)
    RouletteGameBoard.obj : error LNK2019: unresolved external symbol "public: __thiscall CCasinoMoveCommand::CCasinoMoveCommand(int,int,int,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (??0CCasinoMoveCommand@@QAE@HHHV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@0@Z) referenced in function "protected: virtual int __thiscall CRouletteGameBoard::OnInitDialog(void)" (?OnInitDialog@CRouletteGameBoard@@MAEHXZ)
    SlotsGameBoard.obj : error LNK2001: unresolved external symbol "public: __thiscall CCasinoMoveCommand::CCasinoMoveCommand(int,int,int,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (??0CCasinoMoveCommand@@QAE@HHHV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@0@Z)
    videopokerGameBoard.obj : error LNK2001: unresolved external symbol "public: __thiscall CCasinoMoveCommand::CCasinoMoveCommand(int,int,int,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (??0CCasinoMoveCommand@@QAE@HHHV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@0@Z)
    BaccaratGameBoard.obj : error LNK2019: unresolved external symbol "public: __thiscall CCasinoMoveCommand::CCasinoMoveCommand(int,int,int,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (??0CCasinoMoveCommand@@QAE@HHHV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@0@Z) referenced in function "public: virtual void __thiscall CBaccaratGameBoard::MouseButtonUp(int,int,int)" (?MouseButtonUp@CBaccaratGameBoard@@UAEXHHH@Z)
    CasinoGUI.obj : error LNK2001: unresolved external symbol "public: __thiscall CCasinoMoveCommand::CCasinoMoveCommand(int,int,int,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (??0CCasinoMoveCommand@@QAE@HHHV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@0@Z)
    CrapsGameBoard.obj : error LNK2001: unresolved external symbol "public: __thiscall CCasinoMoveCommand::CCasinoMoveCommand(int,int,int,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (??0CCasinoMoveCommand@@QAE@HHHV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@0@Z)
    KenoGameBoard.obj : error LNK2001: unresolved external symbol "public: __thiscall CCasinoMoveCommand::CCasinoMoveCommand(int,int,int,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (??0CCasinoMoveCommand@@QAE@HHHV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@0@Z)
    RouletteGameBoard.obj : error LNK2019: unresolved external symbol "public: void __thiscall Sprite::ModifyText(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,int,unsigned long,int,char *,int,bool)" (?ModifyText@Sprite@@QAEXV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@HKHPADH_N@Z) referenced in function "protected: virtual int __thiscall CRouletteGameBoard::OnInitDialog(void)" (?OnInitDialog@CRouletteGameBoard@@MAEHXZ)
    SlotsGameBoard.obj : error LNK2001: unresolved external symbol "public: void __thiscall Sprite::ModifyText(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,int,unsigned long,int,char *,int,bool)" (?ModifyText@Sprite@@QAEXV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@HKHPADH_N@Z)
    videopokerGameBoard.obj : error LNK2019: unresolved external symbol "public: void __thiscall Sprite::ModifyText(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,int,unsigned long,int,char *,int,bool)" (?ModifyText@Sprite@@QAEXV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@HKHPADH_N@Z) referenced in function "public: void __thiscall CVideopokerGameBoard::SwitchToRealMode(void)" (?SwitchToRealMode@CVideopokerGameBoard@@QAEXXZ)
    BaccaratGameBoard.obj : error LNK2019: unresolved external symbol "public: void __thiscall Sprite::ModifyText(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,int,unsigned long,int,char *,int,bool)" (?ModifyText@Sprite@@QAEXV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@HKHPADH_N@Z) referenced in function "public: virtual void __thiscall CBaccaratGameBoard::MouseButtonUp(int,int,int)" (?MouseButtonUp@CBaccaratGameBoard@@UAEXHHH@Z)
    BlackJackGameBoard.obj : error LNK2001: unresolved external symbol "public: void __thiscall Sprite::ModifyText(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,int,unsigned long,int,char *,int,bool)" (?ModifyText@Sprite@@QAEXV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@HKHPADH_N@Z)
    CrapsGameBoard.obj : error LNK2001: unresolved external symbol "public: void __thiscall Sprite::ModifyText(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,int,unsigned long,int,char *,int,bool)" (?ModifyText@Sprite@@QAEXV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@HKHPADH_N@Z)
    KenoGameBoard.obj : error LNK2001: unresolved external symbol "public: void __thiscall Sprite::ModifyText(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,int,unsigned long,int,char *,int,bool)" (?ModifyText@Sprite@@QAEXV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@HKHPADH_N@Z)
    SlotsGameBoard.obj : error LNK2001: unresolved external symbol "public: __thiscall CCasinoMoveCommand::CCasinoMoveCommand(int,int,int,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (??0CCasinoMoveCommand@@QAE@HHHV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@@Z)
    videopokerGameBoard.obj : error LNK2001: unresolved external symbol "public: __thiscall CCasinoMoveCommand::CCasinoMoveCommand(int,int,int,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (??0CCasinoMoveCommand@@QAE@HHHV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@@Z)
    CasinoGUILobbyScreen.obj : error LNK2019: unresolved external symbol "public: class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > > __thiscall CTableCommand::toString(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (?toString@CTableCommand@@QAE?AV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@V23@@Z) referenced in function "public: void __thiscall CCasinoGUILobbyScreen::OnBnClickedBlackjack(void)" (?OnBnClickedBlackjack@CCasinoGUILobbyScreen@@QAEXXZ)
    CasinoGUILobbyScreen.obj : error LNK2019: unresolved external symbol "public: class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > > __thiscall CTableDetailCommand::toString(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (?toString@CTableDetailCommand@@QAE?AV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@V23@@Z) referenced in function "public: void __thiscall CCasinoGUILobbyScreen::OnTableListDoubleClicked(struct tagNMHDR *,long *)" (?OnTableListDoubleClicked@CCasinoGUILobbyScreen@@QAEXPAUtagNMHDR@@PAJ@Z)
    CrapsGameBoard.obj : error LNK2019: unresolved external symbol "public: void __thiscall CLogFile::Debug(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (?Debug@CLogFile@@QAEXV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@@Z) referenced in function "unsigned int __cdecl CrapsGameMain(void *)" (?CrapsGameMain@@YAIPAX@Z)
    CrapsGameBoard.obj : error LNK2001: unresolved external symbol "class CLogFile __logFile" (?__logFile@@3VCLogFile@@A)
    LoginScreen.obj : error LNK2019: unresolved external symbol "public: class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > > __thiscall CLoginCommand::toString(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (?toString@CLoginCommand@@QAE?AV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@V23@@Z) referenced in function "protected: void __thiscall CLoginScreen::OnLogin(void)" (?OnLogin@CLoginScreen@@IAEXXZ)
    LoginScreen.obj : error LNK2019: unresolved external symbol "public: __thiscall CLoginCommand::CLoginCommand(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (??0CLoginCommand@@QAE@V?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@0@Z) referenced in function "protected: void __thiscall CLoginScreen::OnLogin(void)" (?OnLogin@CLoginScreen@@IAEXXZ)
    RegistrationForm.obj : error LNK2019: unresolved external symbol "public: class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > > __thiscall CRegisterCommand::toString(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (?toString@CRegisterCommand@@QAE?AV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@V23@@Z) referenced in function "protected: void __thiscall CRegistrationForm::OnSubmitRegistrationForm(void)" (?OnSubmitRegistrationForm@CRegistrationForm@@IAEXXZ)
    RegistrationForm.obj : error LNK2019: unresolved external symbol "public: __thiscall CRegisterCommand::CRegisterCommand(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >)" (??0CRegisterCommand@@QAE@V?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@000000@Z) referenced in function "protected: void __thiscall CRegistrationForm::OnSubmitRegistrationForm(void)" (?OnSubmitRegistrationForm@CRegistrationForm@@IAEXXZ)
    nafxcwd.lib(appcore.obj) : error LNK2001: unresolved external symbol ___argv
    nafxcwd.lib(appcore.obj) : error LNK2001: unresolved external symbol ___argc
    nafxcwd.lib(olelink.obj) : error LNK2001: unresolved external symbol __mbctype
    nafxcwd.lib(dcmeta.obj) : error LNK2001: unresolved external symbol __mbctype
    nafxcwd.lib(filelist.obj) : error LNK2001: unresolved external symbol __mbctype
    nafxcwd.lib(apphelp.obj) : error LNK2019: unresolved external symbol __mbctype referenced in function "void __stdcall AfxFormatStrings(class ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> > > &,unsigned int,char const * const *,int)" (?AfxFormatStrings@@YGXAAV?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@IPBQBDH@Z)
    nafxcwd.lib(viewedit.obj) : error LNK2019: unresolved external symbol __mbctype referenced in function "public: void __thiscall CEditView::ReadFromArchive(class CArchive &,unsigned int)" (?ReadFromArchive@CEditView@@QAEXAAVCArchive@@I@Z)
    nafxcwd.lib(oledlgs1.obj) : error LNK2019: unresolved external symbol __mbctype referenced in function "public: int __thiscall COleInsertDialog::CreateItem(class COleClientItem *)" (?CreateItem@COleInsertDialog@@QAEHPAVCOleClientItem@@@Z)
    D:\Casino\source\Debug-MBCS/CasinoGUI.exe : fatal error LNK1120: 22 unresolved externals
    Build log was saved at "file://d:\Casino\source\Debug-MBCS\BuildLog.htm"
    CasinoGUI - 59 error(s), 2 warning(s)
    My app. name is CasinoGUI. Dlls are Spritedll, CasinoCommanddll, CasinoEventdll..
    Can any one pls help me to solve this...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured