sujeesh
02-21-2013, 09:36 PM
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
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