Click here to Skip to main content
15,886,199 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: lock Mouse and keyboard in c++ to use it in java through JNI Pin
paul_parero29-May-09 21:50
paul_parero29-May-09 21:50 
GeneralRe: lock Mouse and keyboard in c++ to use it in java through JNI Pin
jsfgeeks@gmail.com1-Jun-09 19:11
jsfgeeks@gmail.com1-Jun-09 19:11 
QuestionPen Drive Formate Pin
Davitor27-May-09 19:26
Davitor27-May-09 19:26 
QuestionHow to check whether the path selected is a drive name Pin
V K 227-May-09 19:23
V K 227-May-09 19:23 
AnswerRe: How to check whether the path selected is a drive name Pin
_AnsHUMAN_ 27-May-09 19:29
_AnsHUMAN_ 27-May-09 19:29 
AnswerRe: How to check whether the path selected is a drive name Pin
Rajesh R Subramanian27-May-09 22:07
professionalRajesh R Subramanian27-May-09 22:07 
AnswerRe: How to check whether the path selected is a drive name Pin
Stuart Dootson27-May-09 22:10
professionalStuart Dootson27-May-09 22:10 
Questionvc++ mfc( important please see it and reply me ) Pin
vkm198427-May-09 17:11
vkm198427-May-09 17:11 
hi friends can anyone tell me how to solve this linker error i got it while converting my application from mbcs to unicode one.


--------------------Configuration: CKSS - Win32 Release--------------------
Compiling...
CKViewFindReplace.cpp
Linking...
ggets.obj : error LNK2005: "unsigned short * __cdecl GetFileString(unsigned short *,int,struct _iobuf *)" (?GetFileString@@YAPAGPAGHPAU_iobuf@@@Z) already defined in StdioFileEx.obj
ggets.obj : error LNK2005: "char * __cdecl FindCharInString(char const *,int)" (?FindCharInString@@YAPADPBDH@Z) already defined in StdioFileEx.obj
ggets.obj : error LNK2005: "unsigned short * __cdecl FindCharInString(unsigned short const *,unsigned short)" (?FindCharInString@@YAPAGPBGG@Z) already defined in StdioFileEx.obj
ggets.obj : warning LNK4006: "unsigned short * __cdecl GetFileString(unsigned short *,int,struct _iobuf *)" (?GetFileString@@YAPAGPAGHPAU_iobuf@@@Z) already defined in StdioFileEx.obj; second definition ignored
ggets.obj : warning LNK4006: "char * __cdecl FindCharInString(char const *,int)" (?FindCharInString@@YAPADPBDH@Z) already defined in StdioFileEx.obj; second definition ignored
ggets.obj : warning LNK4006: "unsigned short * __cdecl FindCharInString(unsigned short const *,unsigned short)" (?FindCharInString@@YAPAGPBGG@Z) already defined in StdioFileEx.obj; second definition ignored
Creating library D:\CKProjects\SHAKTIOFFICEU\SOCalc\Bin\CKSS.lib and object D:\CKProjects\SHAKTIOFFICEU\SOCalc\Bin\CKSS.exp
CKViewInsertView.obj : error LNK2001: unresolved external symbol "public: static int __cdecl CGXFormulaSheet::TextToRange(unsigned short const *,class CGXRange &)" (?TextToRange@CGXFormulaSheet@@SAHPBGAAVCGXRange@@@Z)
MainFrm.obj : error LNK2001: unresolved external symbol "public: static int __cdecl CGXFormulaSheet::TextToRange(unsigned short const *,class CGXRange &)" (?TextToRange@CGXFormulaSheet@@SAHPBGAAVCGXRange@@@Z)
CKFormulaBar.obj : error LNK2001: unresolved external symbol "public: static int __cdecl CGXFormulaSheet::TextToRange(unsigned short const *,class CGXRange &)" (?TextToRange@CGXFormulaSheet@@SAHPBGAAVCGXRange@@@Z)
CKPivotTableView.obj : error LNK2001: unresolved external symbol "public: static int __cdecl CGXFormulaSheet::TextToRange(unsigned short const *,class CGXRange &)" (?TextToRange@CGXFormulaSheet@@SAHPBGAAVCGXRange@@@Z)
CKFormatToolsView.obj : error LNK2001: unresolved external symbol "public: static int __cdecl CGXFormulaSheet::TextToRange(unsigned short const *,class CGXRange &)" (?TextToRange@CGXFormulaSheet@@SAHPBGAAVCGXRange@@@Z)
CKGridEventsView.obj : error LNK2001: unresolved external symbol "public: static int __cdecl CGXFormulaSheet::TextToRange(unsigned short const *,class CGXRange &)" (?TextToRange@CGXFormulaSheet@@SAHPBGAAVCGXRange@@@Z)
CKSSView.obj : error LNK2001: unresolved external symbol "public: static int __cdecl CGXFormulaSheet::TextToRange(unsigned short const *,class CGXRange &)" (?TextToRange@CGXFormulaSheet@@SAHPBGAAVCGXRange@@@Z)
CKTextToColumnView.obj : error LNK2001: unresolved external symbol "public: static int __cdecl CGXFormulaSheet::TextToRange(unsigned short const *,class CGXRange &)" (?TextToRange@CGXFormulaSheet@@SAHPBGAAVCGXRange@@@Z)
CCKGoalSeekImp.obj : error LNK2001: unresolved external symbol "public: static int __cdecl CGXFormulaSheet::TextToRange(unsigned short const *,class CGXRange &)" (?TextToRange@CGXFormulaSheet@@SAHPBGAAVCGXRange@@@Z)
CKAdvancedFilterImpl.obj : error LNK2001: unresolved external symbol "public: static int __cdecl CGXFormulaSheet::TextToRange(unsigned short const *,class CGXRange &)" (?TextToRange@CGXFormulaSheet@@SAHPBGAAVCGXRange@@@Z)
CKDataWindowView.obj : error LNK2001: unresolved external symbol "public: static int __cdecl CGXFormulaSheet::TextToRange(unsigned short const *,class CGXRange &)" (?TextToRange@CGXFormulaSheet@@SAHPBGAAVCGXRange@@@Z)
CKFileEditView.obj : error LNK2001: unresolved external symbol "public: static int __cdecl CGXFormulaSheet::TextToRange(unsigned short const *,class CGXRange &)" (?TextToRange@CGXFormulaSheet@@SAHPBGAAVCGXRange@@@Z)
CKPasteSpecialView.obj : error LNK2001: unresolved external symbol "public: static unsigned short const * __cdecl CGXFormulaSheet::RangeToText(class CGXRange const &,unsigned short const *,int,int)" (?RangeToText@CGXFormulaSheet@@SAPBGABVCGXRange@@P
BGHH@Z)
CKPivotTable.obj : error LNK2001: unresolved external symbol "public: static unsigned short const * __cdecl CGXFormulaSheet::RangeToText(class CGXRange const &,unsigned short const *,int,int)" (?RangeToText@CGXFormulaSheet@@SAPBGABVCGXRange@@PBGHH@Z
)
CCKSubtotalAboveData.obj : error LNK2001: unresolved external symbol "public: static unsigned short const * __cdecl CGXFormulaSheet::RangeToText(class CGXRange const &,unsigned short const *,int,int)" (?RangeToText@CGXFormulaSheet@@SAPBGABVCGXRange@
@PBGHH@Z)
CCKSubTotalImpl.obj : error LNK2001: unresolved external symbol "public: static unsigned short const * __cdecl CGXFormulaSheet::RangeToText(class CGXRange const &,unsigned short const *,int,int)" (?RangeToText@CGXFormulaSheet@@SAPBGABVCGXRange@@PBGH
H@Z)
CKSSView.obj : error LNK2001: unresolved external symbol "public: static unsigned short const * __cdecl CGXFormulaSheet::RangeToText(class CGXRange const &,unsigned short const *,int,int)" (?RangeToText@CGXFormulaSheet@@SAPBGABVCGXRange@@PBGHH@Z)
CKViewInsertView.obj : error LNK2001: unresolved external symbol "public: static unsigned short const * __cdecl CGXFormulaSheet::RangeToText(class CGXRange const &,unsigned short const *,int,int)" (?RangeToText@CGXFormulaSheet@@SAPBGABVCGXRange@@PBG
HH@Z)
ChildFrm.obj : error LNK2001: unresolved external symbol "public: static unsigned short const * __cdecl CGXFormulaSheet::RangeToText(class CGXRange const &,unsigned short const *,int,int)" (?RangeToText@CGXFormulaSheet@@SAPBGABVCGXRange@@PBGHH@Z)
CKFormulaBar.obj : error LNK2001: unresolved external symbol "public: static unsigned short const * __cdecl CGXFormulaSheet::RangeToText(class CGXRange const &,unsigned short const *,int,int)" (?RangeToText@CGXFormulaSheet@@SAPBGABVCGXRange@@PBGHH@Z
)
CKAdvancedFilterImpl.obj : error LNK2001: unresolved external symbol "public: static unsigned short const * __cdecl CGXFormulaSheet::RangeToText(class CGXRange const &,unsigned short const *,int,int)" (?RangeToText@CGXFormulaSheet@@SAPBGABVCGXRange@
@PBGHH@Z)
CKDataWindowView.obj : error LNK2001: unresolved external symbol "public: static unsigned short const * __cdecl CGXFormulaSheet::RangeToText(class CGXRange const &,unsigned short const *,int,int)" (?RangeToText@CGXFormulaSheet@@SAPBGABVCGXRange@@PBG
HH@Z)
CKFileEditView.obj : error LNK2001: unresolved external symbol "public: static unsigned short const * __cdecl CGXFormulaSheet::RangeToText(class CGXRange const &,unsigned short const *,int,int)" (?RangeToText@CGXFormulaSheet@@SAPBGABVCGXRange@@PBGHH
@Z)
CKGridEventsView.obj : error LNK2001: unresolved external symbol "public: static unsigned short const * __cdecl CGXFormulaSheet::RangeToText(class CGXRange const &,unsigned short const *,int,int)" (?RangeToText@CGXFormulaSheet@@SAPBGABVCGXRange@@PBG
HH@Z)
CKPivotTableView.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXStyle::ReadProfile(unsigned short const *,class CGXStylesMap const *)" (?ReadProfile@CGXStyle@@UAEHPBGPBVCGXStylesMap@@@Z)
CCKSubtotalAboveData.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXStyle::ReadProfile(unsigned short const *,class CGXStylesMap const *)" (?ReadProfile@CGXStyle@@UAEHPBGPBVCGXStylesMap@@@Z)
CCKSubTotalImpl.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXStyle::ReadProfile(unsigned short const *,class CGXStylesMap const *)" (?ReadProfile@CGXStyle@@UAEHPBGPBVCGXStylesMap@@@Z)
CKFillSeriesView.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXStyle::ReadProfile(unsigned short const *,class CGXStylesMap const *)" (?ReadProfile@CGXStyle@@UAEHPBGPBVCGXStylesMap@@@Z)
CKPasteSpecialView.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXStyle::ReadProfile(unsigned short const *,class CGXStylesMap const *)" (?ReadProfile@CGXStyle@@UAEHPBGPBVCGXStylesMap@@@Z)
CKViewFindReplace.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXStyle::ReadProfile(unsigned short const *,class CGXStylesMap const *)" (?ReadProfile@CGXStyle@@UAEHPBGPBVCGXStylesMap@@@Z)
CKPivotTable.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXStyle::ReadProfile(unsigned short const *,class CGXStylesMap const *)" (?ReadProfile@CGXStyle@@UAEHPBGPBVCGXStylesMap@@@Z)
CKViewAutoFormat.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXStyle::ReadProfile(unsigned short const *,class CGXStylesMap const *)" (?ReadProfile@CGXStyle@@UAEHPBGPBVCGXStylesMap@@@Z)
CKViewInsertView.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXStyle::ReadProfile(unsigned short const *,class CGXStylesMap const *)" (?ReadProfile@CGXStyle@@UAEHPBGPBVCGXStylesMap@@@Z)
CKViewShortcuts.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXStyle::ReadProfile(unsigned short const *,class CGXStylesMap const *)" (?ReadProfile@CGXStyle@@UAEHPBGPBVCGXStylesMap@@@Z)
SpellWrapper.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXStyle::ReadProfile(unsigned short const *,class CGXStylesMap const *)" (?ReadProfile@CGXStyle@@UAEHPBGPBVCGXStylesMap@@@Z)
CKGridEventsView.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXStyle::ReadProfile(unsigned short const *,class CGXStylesMap const *)" (?ReadProfile@CGXStyle@@UAEHPBGPBVCGXStylesMap@@@Z)
CKSSDocSave.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXStyle::ReadProfile(unsigned short const *,class CGXStylesMap const *)" (?ReadProfile@CGXStyle@@UAEHPBGPBVCGXStylesMap@@@Z)
CKSSView.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXStyle::ReadProfile(unsigned short const *,class CGXStylesMap const *)" (?ReadProfile@CGXStyle@@UAEHPBGPBVCGXStylesMap@@@Z)
CKTextToColumnView.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXStyle::ReadProfile(unsigned short const *,class CGXStylesMap const *)" (?ReadProfile@CGXStyle@@UAEHPBGPBVCGXStylesMap@@@Z)
CKCustomFilterImpl.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXStyle::ReadProfile(unsigned short const *,class CGXStylesMap const *)" (?ReadProfile@CGXStyle@@UAEHPBGPBVCGXStylesMap@@@Z)
CKDataWindowView.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXStyle::ReadProfile(unsigned short const *,class CGXStylesMap const *)" (?ReadProfile@CGXStyle@@UAEHPBGPBVCGXStylesMap@@@Z)
CKFileEditView.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXStyle::ReadProfile(unsigned short const *,class CGXStylesMap const *)" (?ReadProfile@CGXStyle@@UAEHPBGPBVCGXStylesMap@@@Z)
CKFormatToolsView.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXStyle::ReadProfile(unsigned short const *,class CGXStylesMap const *)" (?ReadProfile@CGXStyle@@UAEHPBGPBVCGXStylesMap@@@Z)
CKPivotTableView.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXStyle::WriteProfile(unsigned short const *,class CGXStylesMap const *)const " (?WriteProfile@CGXStyle@@UBEXPBGPBVCGXStylesMap@@@Z)
CCKSubtotalAboveData.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXStyle::WriteProfile(unsigned short const *,class CGXStylesMap const *)const " (?WriteProfile@CGXStyle@@UBEXPBGPBVCGXStylesMap@@@Z)
CCKSubTotalImpl.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXStyle::WriteProfile(unsigned short const *,class CGXStylesMap const *)const " (?WriteProfile@CGXStyle@@UBEXPBGPBVCGXStylesMap@@@Z)
CKFillSeriesView.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXStyle::WriteProfile(unsigned short const *,class CGXStylesMap const *)const " (?WriteProfile@CGXStyle@@UBEXPBGPBVCGXStylesMap@@@Z)
CKPasteSpecialView.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXStyle::WriteProfile(unsigned short const *,class CGXStylesMap const *)const " (?WriteProfile@CGXStyle@@UBEXPBGPBVCGXStylesMap@@@Z)
CKViewFindReplace.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXStyle::WriteProfile(unsigned short const *,class CGXStylesMap const *)const " (?WriteProfile@CGXStyle@@UBEXPBGPBVCGXStylesMap@@@Z)
CKPivotTable.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXStyle::WriteProfile(unsigned short const *,class CGXStylesMap const *)const " (?WriteProfile@CGXStyle@@UBEXPBGPBVCGXStylesMap@@@Z)
CKViewAutoFormat.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXStyle::WriteProfile(unsigned short const *,class CGXStylesMap const *)const " (?WriteProfile@CGXStyle@@UBEXPBGPBVCGXStylesMap@@@Z)
CKViewInsertView.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXStyle::WriteProfile(unsigned short const *,class CGXStylesMap const *)const " (?WriteProfile@CGXStyle@@UBEXPBGPBVCGXStylesMap@@@Z)
CKViewShortcuts.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXStyle::WriteProfile(unsigned short const *,class CGXStylesMap const *)const " (?WriteProfile@CGXStyle@@UBEXPBGPBVCGXStylesMap@@@Z)
SpellWrapper.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXStyle::WriteProfile(unsigned short const *,class CGXStylesMap const *)const " (?WriteProfile@CGXStyle@@UBEXPBGPBVCGXStylesMap@@@Z)
CKGridEventsView.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXStyle::WriteProfile(unsigned short const *,class CGXStylesMap const *)const " (?WriteProfile@CGXStyle@@UBEXPBGPBVCGXStylesMap@@@Z)
CKSSDocSave.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXStyle::WriteProfile(unsigned short const *,class CGXStylesMap const *)const " (?WriteProfile@CGXStyle@@UBEXPBGPBVCGXStylesMap@@@Z)
CKSSView.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXStyle::WriteProfile(unsigned short const *,class CGXStylesMap const *)const " (?WriteProfile@CGXStyle@@UBEXPBGPBVCGXStylesMap@@@Z)
CKTextToColumnView.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXStyle::WriteProfile(unsigned short const *,class CGXStylesMap const *)const " (?WriteProfile@CGXStyle@@UBEXPBGPBVCGXStylesMap@@@Z)
CKCustomFilterImpl.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXStyle::WriteProfile(unsigned short const *,class CGXStylesMap const *)const " (?WriteProfile@CGXStyle@@UBEXPBGPBVCGXStylesMap@@@Z)
CKDataWindowView.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXStyle::WriteProfile(unsigned short const *,class CGXStylesMap const *)const " (?WriteProfile@CGXStyle@@UBEXPBGPBVCGXStylesMap@@@Z)
CKFileEditView.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXStyle::WriteProfile(unsigned short const *,class CGXStylesMap const *)const " (?WriteProfile@CGXStyle@@UBEXPBGPBVCGXStylesMap@@@Z)
CKFormatToolsView.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXStyle::WriteProfile(unsigned short const *,class CGXStylesMap const *)const " (?WriteProfile@CGXStyle@@UBEXPBGPBVCGXStylesMap@@@Z)
CKDataWindowView.obj : error LNK2001: unresolved external symbol "public: int __thiscall CGXNames::InsertName(class CGXRangeList *,unsigned short *,int *)" (?InsertName@CGXNames@@QAEHPAVCGXRangeList@@PAGPAH@Z)
CKGridEventsView.obj : error LNK2001: unresolved external symbol "public: int __thiscall CGXNames::InsertName(class CGXRangeList *,unsigned short *,int *)" (?InsertName@CGXNames@@QAEHPAVCGXRangeList@@PAGPAH@Z)
CKViewInsertView.obj : error LNK2001: unresolved external symbol "public: int __thiscall CGXNames::InsertName(class CGXRangeList *,unsigned short *,int *)" (?InsertName@CGXNames@@QAEHPAVCGXRangeList@@PAGPAH@Z)
CKFormulaBar.obj : error LNK2001: unresolved external symbol "public: int __thiscall CGXNames::InsertName(class CGXRangeList *,unsigned short *,int *)" (?InsertName@CGXNames@@QAEHPAVCGXRangeList@@PAGPAH@Z)
CKPasteSpecialView.obj : error LNK2001: unresolved external symbol "protected: static unsigned short const * __stdcall CGXFont::FaceName_ui2str(unsigned int)" (?FaceName_ui2str@CGXFont@@KGPBGI@Z)
CKPivotTable.obj : error LNK2001: unresolved external symbol "protected: static unsigned short const * __stdcall CGXFont::FaceName_ui2str(unsigned int)" (?FaceName_ui2str@CGXFont@@KGPBGI@Z)
CCKSubtotalAboveData.obj : error LNK2001: unresolved external symbol "protected: static unsigned short const * __stdcall CGXFont::FaceName_ui2str(unsigned int)" (?FaceName_ui2str@CGXFont@@KGPBGI@Z)
CCKSubTotalImpl.obj : error LNK2001: unresolved external symbol "protected: static unsigned short const * __stdcall CGXFont::FaceName_ui2str(unsigned int)" (?FaceName_ui2str@CGXFont@@KGPBGI@Z)
CKTextToColumnView.obj : error LNK2001: unresolved external symbol "protected: static unsigned short const * __stdcall CGXFont::FaceName_ui2str(unsigned int)" (?FaceName_ui2str@CGXFont@@KGPBGI@Z)
CKViewInsertView.obj : error LNK2001: unresolved external symbol "protected: static unsigned short const * __stdcall CGXFont::FaceName_ui2str(unsigned int)" (?FaceName_ui2str@CGXFont@@KGPBGI@Z)
MainFrm.obj : error LNK2001: unresolved external symbol "protected: static unsigned short const * __stdcall CGXFont::FaceName_ui2str(unsigned int)" (?FaceName_ui2str@CGXFont@@KGPBGI@Z)
SpellWrapper.obj : error LNK2001: unresolved external symbol "protected: static unsigned short const * __stdcall CGXFont::FaceName_ui2str(unsigned int)" (?FaceName_ui2str@CGXFont@@KGPBGI@Z)
CKDataWindowView.obj : error LNK2001: unresolved external symbol "protected: static unsigned short const * __stdcall CGXFont::FaceName_ui2str(unsigned int)" (?FaceName_ui2str@CGXFont@@KGPBGI@Z)
CKFileEditView.obj : error LNK2001: unresolved external symbol "protected: static unsigned short const * __stdcall CGXFont::FaceName_ui2str(unsigned int)" (?FaceName_ui2str@CGXFont@@KGPBGI@Z)
CKFormatToolsView.obj : error LNK2001: unresolved external symbol "protected: static unsigned short const * __stdcall CGXFont::FaceName_ui2str(unsigned int)" (?FaceName_ui2str@CGXFont@@KGPBGI@Z)
CKSSView.obj : error LNK2001: unresolved external symbol "protected: static unsigned short const * __stdcall CGXFont::FaceName_ui2str(unsigned int)" (?FaceName_ui2str@CGXFont@@KGPBGI@Z)
CKFileEditView.obj : error LNK2001: unresolved external symbol "public: void __thiscall CGXHtmlW::WriteToFile(unsigned short const *)" (?WriteToFile@CGXHtmlW@@QAEXPBG@Z)
CKFileEditView.obj : error LNK2001: unresolved external symbol "public: unsigned short const * __thiscall CGXData::GetValueRowCol(unsigned long,unsigned long,int,class CGXStyle *)" (?GetValueRowCol@CGXData@@QAEPBGKKHPAVCGXStyle@@@Z)
CKViewInsertView.obj : error LNK2001: unresolved external symbol "public: unsigned short const * __thiscall CGXTabWnd::GetTabName(int)" (?GetTabName@CGXTabWnd@@QAEPBGH@Z)
CKEdit.obj : error LNK2001: unresolved external symbol "public: unsigned short const * __thiscall CGXTabWnd::GetTabName(int)" (?GetTabName@CGXTabWnd@@QAEPBGH@Z)
CKViewFindReplace.obj : error LNK2001: unresolved external symbol "public: unsigned short const * __thiscall CGXTabWnd::GetTabName(int)" (?GetTabName@CGXTabWnd@@QAEPBGH@Z)
CKFileEditView.obj : error LNK2001: unresolved external symbol "public: unsigned short const * __thiscall CGXTabWnd::GetTabName(int)" (?GetTabName@CGXTabWnd@@QAEPBGH@Z)
CKFormatToolsView.obj : error LNK2001: unresolved external symbol "public: unsigned short const * __thiscall CGXTabWnd::GetTabName(int)" (?GetTabName@CGXTabWnd@@QAEPBGH@Z)
CKGridEventsView.obj : error LNK2001: unresolved external symbol "public: unsigned short const * __thiscall CGXTabWnd::GetTabName(int)" (?GetTabName@CGXTabWnd@@QAEPBGH@Z)
CKSSView.obj : error LNK2001: unresolved external symbol "public: unsigned short const * __thiscall CGXTabWnd::GetTabName(int)" (?GetTabName@CGXTabWnd@@QAEPBGH@Z)
CKPivotTable.obj : error LNK2001: unresolved external symbol "protected: static unsigned int __stdcall CGXFont::FaceName_str2ui(unsigned short const *)" (?FaceName_str2ui@CGXFont@@KGIPBG@Z)
CCKSubTotalImpl.obj : error LNK2001: unresolved external symbol "protected: static unsigned int __stdcall CGXFont::FaceName_str2ui(unsigned short const *)" (?FaceName_str2ui@CGXFont@@KGIPBG@Z)
CKTextToColumnView.obj : error LNK2001: unresolved external symbol "protected: static unsigned int __stdcall CGXFont::FaceName_str2ui(unsigned short const *)" (?FaceName_str2ui@CGXFont@@KGIPBG@Z)
CKViewInsertView.obj : error LNK2001: unresolved external symbol "protected: static unsigned int __stdcall CGXFont::FaceName_str2ui(unsigned short const *)" (?FaceName_str2ui@CGXFont@@KGIPBG@Z)
CKPasteSpecialView.obj : error LNK2001: unresolved external symbol "protected: static unsigned int __stdcall CGXFont::FaceName_str2ui(unsigned short const *)" (?FaceName_str2ui@CGXFont@@KGIPBG@Z)
CKViewFindReplace.obj : error LNK2001: unresolved external symbol "protected: static unsigned int __stdcall CGXFont::FaceName_str2ui(unsigned short const *)" (?FaceName_str2ui@CGXFont@@KGIPBG@Z)
CKFileEditView.obj : error LNK2001: unresolved external symbol "protected: static unsigned int __stdcall CGXFont::FaceName_str2ui(unsigned short const *)" (?FaceName_str2ui@CGXFont@@KGIPBG@Z)
CKFormatToolsView.obj : error LNK2001: unresolved external symbol "protected: static unsigned int __stdcall CGXFont::FaceName_str2ui(unsigned short const *)" (?FaceName_str2ui@CGXFont@@KGIPBG@Z)
CKGridEventsView.obj : error LNK2001: unresolved external symbol "protected: static unsigned int __stdcall CGXFont::FaceName_str2ui(unsigned short const *)" (?FaceName_str2ui@CGXFont@@KGIPBG@Z)
CKSSView.obj : error LNK2001: unresolved external symbol "protected: static unsigned int __stdcall CGXFont::FaceName_str2ui(unsigned short const *)" (?FaceName_str2ui@CGXFont@@KGIPBG@Z)
CKFormatToolsView.obj : error LNK2001: unresolved external symbol "public: virtual class CGXAbstractUserAttribute & __thiscall CGXAbstractUserAttribute::SetValue(unsigned short const *)" (?SetValue@CGXAbstractUserAttribute@@UAEAAV1@PBG@Z)
CKFormatToolsView.obj : error LNK2001: unresolved external symbol "public: __thiscall CGXAbstractUserAttribute::operator unsigned short const *(void)const " (??BCGXAbstractUserAttribute@@QBEPBGXZ)
CKGridEventsView.obj : error LNK2001: unresolved external symbol "public: __thiscall CGXAbstractUserAttribute::operator unsigned short const *(void)const " (??BCGXAbstractUserAttribute@@QBEPBGXZ)
CKSSView.obj : error LNK2001: unresolved external symbol "public: __thiscall CGXAbstractUserAttribute::operator unsigned short const *(void)const " (??BCGXAbstractUserAttribute@@QBEPBGXZ)
CKViewInsertView.obj : error LNK2001: unresolved external symbol "public: __thiscall CGXAbstractUserAttribute::operator unsigned short const *(void)const " (??BCGXAbstractUserAttribute@@QBEPBGXZ)
CKSSDocSave.obj : error LNK2001: unresolved external symbol "public: void __thiscall CGXTabWnd::SetTabName(int,unsigned short const *,int)" (?SetTabName@CGXTabWnd@@QAEXHPBGH@Z)
CKSSView.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CGXGridCore::OnGridWinIniChange(unsigned short const *)" (?OnGridWinIniChange@CGXGridCore@@MAEXPBG@Z)
CKSSView.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXGridCore::ShowContextCursor(unsigned int,unsigned short const *)" (?ShowContextCursor@CGXGridCore@@UAEXIPBG@Z)
CKSSView.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXGridCore::CalcBufferDimension(unsigned short const *,unsigned long,unsigned long &,unsigned long &)" (?CalcBufferDimension@CGXGridCore@@UAEHPBGKAAK1@Z)
CKSSView.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXGridCore::PasteTextFromBuffer(unsigned short const *,unsigned long,class CGXRange const &)" (?PasteTextFromBuffer@CGXGridCore@@UAEHPBGKABVCGXRange@@@Z)
CKSSView.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXGridCore::DeleteRangeName(unsigned short const *,class CObject *,enum GXCmdType)" (?DeleteRangeName@CGXGridCore@@UAEHPBGPAVCObject@@W4GXCmdType@@@Z)
CKSSView.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXGridCore::GetRangeName(unsigned short const *,class CGXRange &)" (?GetRangeName@CGXGridCore@@UAEHPBGAAVCGXRange@@@Z)
CKSSView.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXGridCore::SetRangeName(unsigned short const *,class CGXRange const &,class CObject *,unsigned int,enum GXCmdType)" (?SetRangeName@CGXGridCore@@UAEHPBGABVCGXR
ange@@PAVCObject@@IW4GXCmdType@@@Z)
CKSSView.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXGridCore::SetWarningText(unsigned short const *)" (?SetWarningText@CGXGridCore@@UAEXPBG@Z)
CKSSView.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXGridCore::BeginTrans(unsigned short const *)" (?BeginTrans@CGXGridCore@@UAEXPBG@Z)
CKSSView.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXGridCore::OnCKReplaceAll(unsigned short const *,unsigned short const *,int,unsigned short const *,int)" (?OnCKReplaceAll@CGXGridCore@@UAEHPBG0H0H@Z)
CKSSView.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXGridCore::OnCKReplaceSel(unsigned short const *,int,int,unsigned short const *,unsigned short const *,int)" (?OnCKReplaceSel@CGXGridCore@@UAEXPBGHH00H@Z)
CKSSView.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXGridCore::OnReplaceAll(unsigned short const *,unsigned short const *,int)" (?OnReplaceAll@CGXGridCore@@UAEHPBG0H@Z)
CKSSView.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXGridCore::OnReplaceSel(unsigned short const *,int,int,unsigned short const *)" (?OnReplaceSel@CGXGridCore@@UAEXPBGHH0@Z)
CKSSView.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXExcelReadView::PreCreateWindow(struct tagCREATESTRUCTW &)" (?PreCreateWindow@CGXExcelReadView@@UAEHAAUtagCREATESTRUCTW@@@Z)
CKSSView.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CGXExcelReadView::OnCreate(struct tagCREATESTRUCTW *)" (?OnCreate@CGXExcelReadView@@IAEHPAUtagCREATESTRUCTW@@@Z)
CKSSView.obj : error LNK2001: unresolved external symbol "public: unsigned short const * __thiscall CGXTabWnd::GetTabName(class CWnd const *)" (?GetTabName@CGXTabWnd@@QAEPBGPBVCWnd@@@Z)
MainFrm.obj : error LNK2001: unresolved external symbol "public: unsigned short const * __thiscall CGXTabWnd::GetTabName(class CWnd const *)" (?GetTabName@CGXTabWnd@@QAEPBGPBVCWnd@@@Z)
CKViewFindReplace.obj : error LNK2001: unresolved external symbol "public: unsigned short const * __thiscall CGXTabWnd::GetTabName(class CWnd const *)" (?GetTabName@CGXTabWnd@@QAEPBGPBVCWnd@@@Z)
CKSSView.obj : error LNK2001: unresolved external symbol "public: int __thiscall CGXGridCore::OnGetMultiRangeChrtFormat(unsigned short *,unsigned long *)" (?OnGetMultiRangeChrtFormat@CGXGridCore@@QAEHPAGPAK@Z)
ChildFrm.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXFrameAdapter::HandleOnCreateClient(struct tagCREATESTRUCTW *,struct CCreateContext *)" (?HandleOnCreateClient@CGXFrameAdapter@@UAEHPAUtagCREATESTRUCTW@@PAUCC
reateContext@@@Z)
ChildFrm.obj : error LNK2001: unresolved external symbol "protected: virtual int __thiscall CGXWChildFrame::OnCreateClient(struct tagCREATESTRUCTW *,struct CCreateContext *)" (?OnCreateClient@CGXWChildFrame@@MAEHPAUtagCREATESTRUCTW@@PAUCCreateContex
t@@@Z)
ChildFrm.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXExcelChildFrame::PreCreateWindow(struct tagCREATESTRUCTW &)" (?PreCreateWindow@CGXExcelChildFrame@@UAEHAAUtagCREATESTRUCTW@@@Z)
CKSSDoc.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXExcelDocAdapter::IsExcelFile(unsigned short const *)const " (?IsExcelFile@CGXExcelDocAdapter@@UBEHPBG@Z)
CKSSDoc.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXExcelReadDoc::BaseOnOpenDocument(unsigned short const *)" (?BaseOnOpenDocument@CGXExcelReadDoc@@UAEHPBG@Z)
CKSSDoc.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXExcelReadDoc::OnSaveDocument(unsigned short const *)" (?OnSaveDocument@CGXExcelReadDoc@@UAEHPBG@Z)
CKSSDoc.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXExcelReadDoc::OnOpenDocument(unsigned short const *)" (?OnOpenDocument@CGXExcelReadDoc@@UAEHPBG@Z)
CKSSDoc.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXDocument::DoSave(unsigned short const *,int)" (?DoSave@CGXDocument@@UAEHPBGH@Z)
MainFrm.obj : error LNK2001: unresolved external symbol "void __stdcall _SetCaption(unsigned short const *)" (?_SetCaption@@YGXPBG@Z)
CKGXComboBox.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CGXControl::OnInvalidKeyPressed(unsigned short const *)" (?OnInvalidKeyPressed@CGXControl@@MAEXPBG@Z)
CKGXComboBox.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXControl::OnGridWinIniChange(unsigned short const *)" (?OnGridWinIniChange@CGXControl@@UAEXPBG@Z)
CKGXComboBox.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXComboBox::ReplaceSel(unsigned short const *)" (?ReplaceSel@CGXComboBox@@UAEXPBG@Z)
CKGXComboBox.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXEditControl::FindTextW(struct GX_FR_STATE const &,unsigned long,unsigned long,int,int)" (?FindTextW@CGXEditControl@@UAEHABUGX_FR_STATE@@KKHH@Z)
CKGXComboBox.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXControl::FindStringInChoiceList(class CString &,unsigned short const *,unsigned short const *,int)" (?FindStringInChoiceList@CGXControl@@UAEHAAVCString@@
PBG1H@Z)
CKGXComboBox.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXControl::GetChoiceListItem(class CString &,unsigned short const *,int)" (?GetChoiceListItem@CGXControl@@UAEHAAVCString@@PBGH@Z)
CKGXComboBox.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CGXComboBox::GetControlText(class CString &,unsigned long,unsigned long,unsigned short const *,class CGXStyle const &)" (?GetControlText@CGXComboBox@@UAEHAA
VCString@@KKPBGABVCGXStyle@@@Z)
CKGXComboBox.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CGXEditControl::SetValue(unsigned short const *)" (?SetValue@CGXEditControl@@UAEXPBG@Z)
SpellWrapper.obj : error LNK2001: unresolved external symbol "public: __thiscall CGXFont::operator struct tagLOGFONTW const *(void)const " (??BCGXFont@@QBEPBUtagLOGFONTW@@XZ)
CKViewFindReplace.obj : error LNK2001: unresolved external symbol "public: int __thiscall CGXGridCore::FindTextW(int)" (?FindTextW@CGXGridCore@@QAEHH@Z)
CKViewFindReplace.obj : error LNK2001: unresolved external symbol "public: int __thiscall CGXGridCore::FindTextW(unsigned long &,unsigned long &,int)" (?FindTextW@CGXGridCore@@QAEHAAK0H@Z)
D:\CKProjects\SHAKTIOFFICEU\SOCalc\Bin\CKSS : fatal error LNK1120: 50 unresolved externals
Error executing link.exe.

CKSS - 146 error(s), 3 warning(s)
AnswerRe: vc++ mfc( important please see it and reply me ) Pin
David Crow27-May-09 17:22
David Crow27-May-09 17:22 
QuestionCString replace function Pin
Muhammad Hassan Haider27-May-09 11:26
Muhammad Hassan Haider27-May-09 11:26 
AnswerRe: CString replace function Pin
Stuart Dootson27-May-09 13:46
professionalStuart Dootson27-May-09 13:46 
AnswerRe: CString replace function Pin
David Crow27-May-09 16:57
David Crow27-May-09 16:57 
AnswerCString replace function Pin
Muhammad Hassan Haider27-May-09 22:24
Muhammad Hassan Haider27-May-09 22:24 
GeneralRe: CString replace function Pin
ThatsAlok28-May-09 6:07
ThatsAlok28-May-09 6:07 
QuestionThe strange behaviour of the text. Pin
daavena27-May-09 10:50
daavena27-May-09 10:50 
AnswerRe: The strange behaviour of the text. Pin
Nibu babu thomas27-May-09 18:13
Nibu babu thomas27-May-09 18:13 
QuestionDll - MFC - Customised browser Pin
rosemaried27-May-09 6:26
rosemaried27-May-09 6:26 
AnswerRe: Dll - MFC - Customised browser Pin
«_Superman_»27-May-09 22:08
professional«_Superman_»27-May-09 22:08 
Questionsizeof related in c/c++ Pin
hawk23reddy27-May-09 4:39
hawk23reddy27-May-09 4:39 
AnswerRe: sizeof related in c/c++ Pin
Emilio Garavaglia27-May-09 4:50
Emilio Garavaglia27-May-09 4:50 
GeneralRe: sizeof related in c/c++ Pin
Stuart Dootson27-May-09 5:10
professionalStuart Dootson27-May-09 5:10 
GeneralRe: sizeof related in c/c++ Pin
Emilio Garavaglia27-May-09 7:41
Emilio Garavaglia27-May-09 7:41 
GeneralRe: sizeof related in c/c++ Pin
Stuart Dootson27-May-09 7:53
professionalStuart Dootson27-May-09 7:53 
AnswerRe: sizeof related in c/c++ Pin
Stuart Dootson27-May-09 4:58
professionalStuart Dootson27-May-09 4:58 
AnswerRe: sizeof related in c/c++ Pin
David Crow27-May-09 5:00
David Crow27-May-09 5:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.