Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC
  New Posts New Posts RSS Feed - Linker error for XTPSkinManager()->LoadSkin
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Forum LockedLinker error for XTPSkinManager()->LoadSkin

 Post Reply Post Reply
Author
Message
anup View Drop Down
Newbie
Newbie


Joined: 12 August 2009
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote anup Quote  Post ReplyReply Direct Link To This Post Topic: Linker error for XTPSkinManager()->LoadSkin
    Posted: 19 August 2009 at 6:26am
Hi All,
I am getting linker error

LINK : warning LNK4098: defaultlib LIBCMT conflicts with use of other libs; use /NODEFAULTLIB:library
MainFrm.obj : error LNK2019: unresolved external symbol "public: int __thiscall CXTPSkinManager::LoadSkin(unsigned short const *,unsigned short const *)" (?LoadSkin@CXTPSkinManager@@QAEHPBG0@Z) referenced in function "public: __thiscall MainWindow::MainWindow(void)" (??0MainWindow@@QAE@XZ)
Debug/TurboMeeting.exe : fatal error LNK1120: 1 unresolved externals


Error for line XTPSkinManager()->LoadSkin(L"path1.xs", L"Normalitunes.INI");
If I remove this it works Fine.


I am not using precompiled headers for my application.MFC Static with Unicode

Thanks
Anup
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.133 seconds.