-
Unresolved external problem with loadbarstate and savebarstate
HI,
I am using rogua wave library with vs2010 and compile perfectly, but some linking problems are coming in loadbarstate and savebarstate as below;
error LNK2001: unresolved external symbol "public: virtual void __cdecl SECFrameWnd::LoadBarState(unsigned short const *)" (?LoadBarState@SECFrameWnd@@UEAAXPEBG@Z)
error LNK2001: unresolved external symbol "public: virtual void __cdecl SECFrameWnd::SaveBarState(unsigned short const *)const " (?SaveBarState@SECFrameWnd@@UEBAXPEBG@Z)
I am compiling stringray with 'all'(all ascii and all unicode) option in configuration menu. My program is in unicode fromat. Please help me to solve this issue.
Regards,
Sujeesh
-
Is this related to your later question about wchar_t? These errors can result from a mismatch in this setting between your application and the library.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules