Click here to Skip to main content
15,924,196 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralAdding controls (static, edit, ..) to Tree control Pin
Murlai10-Sep-04 2:16
Murlai10-Sep-04 2:16 
GeneralString Matching Pin
sweep12310-Sep-04 2:03
sweep12310-Sep-04 2:03 
GeneralRe: String Matching Pin
Arsalan Malik10-Sep-04 2:09
Arsalan Malik10-Sep-04 2:09 
GeneralRe: String Matching Pin
sweep12310-Sep-04 4:05
sweep12310-Sep-04 4:05 
GeneralHandling two or more instances of an application using VC++ 6.0 Pin
Neeranjan10-Sep-04 1:43
Neeranjan10-Sep-04 1:43 
GeneralRe: Handling two or more instances of an application using VC++ 6.0 Pin
Arsalan Malik10-Sep-04 2:04
Arsalan Malik10-Sep-04 2:04 
GeneralRe: Handling two or more instances of an application using VC++ 6.0 Pin
jmkhael10-Sep-04 5:04
jmkhael10-Sep-04 5:04 
GeneralPorting From Vc++6.0 to Vc .net Pin
Sivasankar A10-Sep-04 0:25
Sivasankar A10-Sep-04 0:25 
Hi,

I was trying recompile my VC++6.0 to VC++ .Net. When i try to load in VC++ .net it says an unspecified error. then i made a new solution. Added a new MFC extension DLL. and copied the source files. Then all the files got compiled. But it is giveing a linket warning and error as given below..

I feel these are just setting issue. Can some one help.

MSDN Help says include a definition of the _check_commonlanguageruntime_version OR link with nochkclr.obj.

i am new to .net. Can someone Help.

Cheers
Siva

==================================
PersistenceInterface.obj : warning LNK4217: locally defined symbol ??1CEDataTypeMap@@UAE@XZ (public: virtual __thiscall CEDataTypeMap::~CEDataTypeMap(void)) imported in function "protected: virtual __thiscall IEPersistent::~IEPersistent(void)" (??1IEPersistent@@MAE@XZ)
ErosDTs.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall CList::~CList(void)" (__imp_??1?$CList@PAVCEDataTypeMap@@PAV1@@@UAE@XZ) referenced in function "public: virtual __thiscall CEDataTypeMapList::~CEDataTypeMapList(void)" (??1CEDataTypeMapList@@UAE@XZ)
ErosDTs.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class CEDataTypeMap * & __thiscall CList::GetNext(struct __POSITION * &)" (__imp_?GetNext@?$CList@PAVCEDataTypeMap@@PAV1@@@QAEAAPAVCEDataTypeMap@@AAPAU__POSITION@@@Z) referenced in function "public: virtual __thiscall CEDataTypeMapList::~CEDataTypeMapList(void)" (??1CEDataTypeMapList@@UAE@XZ)
ErosDTs.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct __POSITION * __thiscall CList::GetHeadPosition(void)const " (__imp_?GetHeadPosition@?$CList@PAVCEDataTypeMap@@PAV1@@@QBEPAU__POSITION@@XZ) referenced in function "public: virtual __thiscall CEDataTypeMapList::~CEDataTypeMapList(void)" (??1CEDataTypeMapList@@UAE@XZ)
ErosDTs.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) const CEDataTypeMapList::`vftable'" (__imp_??_7CEDataTypeMapList@@6B@) referenced in function "public: virtual __thiscall CEDataTypeMapList::~CEDataTypeMapList(void)" (??1CEDataTypeMapList@@UAE@XZ)
ErosDTs.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall CMap > >,char const *,class CEDataType *,class CEDataType *>::~CMap > >,char const *,class CEDataType *,class CEDataType *>(void)" (__imp_??1?$CMap@V?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@PBDPAVCEDataType@@PAV3@@@UAE@XZ) referenced in function "public: virtual __thiscall CEDataTypeMap::~CEDataTypeMap(void)" (??1CEDataTypeMap@@UAE@XZ)
ErosDTs.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall CMap > >,char const *,class CEDataType *,class CEDataType *>::GetNextAssoc(struct __POSITION * &,class ATL::CStringT > > &,class CEDataType * &)const " (__imp_?GetNextAssoc@?$CMap@V?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@PBDPAVCEDataType@@PAV3@@@QBEXAAPAU__POSITION@@AAV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@AAPAVCEDataType@@@Z) referenced in function "public: virtual __thiscall CEDataTypeMap::~CEDataTypeMap(void)" (??1CEDataTypeMap@@UAE@XZ)
ErosDTs.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct __POSITION * __thiscall CMap > >,char const *,class CEDataType *,class CEDataType *>::GetStartPosition(void)const " (__imp_?GetStartPosition@?$CMap@V?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@PBDPAVCEDataType@@PAV3@@@QBEPAU__POSITION@@XZ) referenced in function "public: virtual __thiscall CEDataTypeMap::~CEDataTypeMap(void)" (??1CEDataTypeMap@@UAE@XZ)
ErosDTs.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) const CEDataTypeMap::`vftable'" (__imp_??_7CEDataTypeMap@@6B@) referenced in function "public: virtual __thiscall CEDataTypeMap::~CEDataTypeMap(void)" (??1CEDataTypeMap@@UAE@XZ)
Message.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) const CEMessage::`vftable'" (__imp_??_7CEMessage@@6B@) referenced in function "public: __thiscall CEMessage::CEMessage(class ATL::CStringT > >,long,enum EMessageType)" (??0CEMessage@@QAE@V?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@JW4EMessageType@@@Z)
PersistenceInterface.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall CMap > >,char const *,class CEDataType *,class CEDataType *>::RemoveAll(void)" (__imp_?RemoveAll@?$CMap@V?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@PBDPAVCEDataType@@PAV3@@@QAEXXZ) referenced in function "protected: virtual __thiscall IEPersistent::~IEPersistent(void)" (??1IEPersistent@@MAE@XZ)
PersistenceInterface.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) const IEPersistent::`vftable'" (__imp_??_7IEPersistent@@6B@) referenced in function "protected: virtual __thiscall IEPersistent::~IEPersistent(void)" (??1IEPersistent@@MAE@XZ)
SearchType.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall CList::~CList(void)" (__imp_??1?$CList@PAVCESearchType@@PAV1@@@UAE@XZ) referenced in function __unwindfunclet$??0CESearchTypeList@@IAE@XZ$0
SearchType.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct __POSITION * __thiscall CList::AddTail(class CESearchType *)" (__imp_?AddTail@?$CList@PAVCESearchType@@PAV1@@@QAEPAU__POSITION@@PAVCESearchType@@@Z) referenced in function "protected: __thiscall CESearchTypeList::CESearchTypeList(void)" (??0CESearchTypeList@@IAE@XZ)
SearchType.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) protected: __thiscall CESearchType::CESearchType(void)" (__imp_??0CESearchType@@IAE@XZ) referenced in function "protected: __thiscall CESearchTypeList::CESearchTypeList(void)" (??0CESearchTypeList@@IAE@XZ)
SearchType.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) const CESearchTypeList::`vftable'" (__imp_??_7CESearchTypeList@@6B@) referenced in function "protected: __thiscall CESearchTypeList::CESearchTypeList(void)" (??0CESearchTypeList@@IAE@XZ)
SearchType.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall CList::CList(int)" (__imp_??0?$CList@PAVCESearchType@@PAV1@@@QAE@H@Z) referenced in function "protected: __thiscall CESearchTypeList::CESearchTypeList(void)" (??0CESearchTypeList@@IAE@XZ)
SearchType.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) protected: virtual __thiscall CESearchType::~CESearchType(void)" (__imp_??1CESearchType@@MAE@XZ) referenced in function "protected: virtual void * __thiscall CESearchType::`scalar deleting destructor'(unsigned int)" (??_GCESearchType@@MAEPAXI@Z)
SearchType.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall CList::RemoveAll(void)" (__imp_?RemoveAll@?$CList@PAVCESearchType@@PAV1@@@QAEXXZ) referenced in function "protected: virtual __thiscall CESearchTypeList::~CESearchTypeList(void)" (??1CESearchTypeList@@MAE@XZ)
SearchType.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class CESearchType * & __thiscall CList::GetNext(struct __POSITION * &)" (__imp_?GetNext@?$CList@PAVCESearchType@@PAV1@@@QAEAAPAVCESearchType@@AAPAU__POSITION@@@Z) referenced in function "protected: virtual __thiscall CESearchTypeList::~CESearchTypeList(void)" (??1CESearchTypeList@@MAE@XZ)
SearchType.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct __POSITION * __thiscall CList::GetHeadPosition(void)const " (__imp_?GetHeadPosition@?$CList@PAVCESearchType@@PAV1@@@QBEPAU__POSITION@@XZ) referenced in function "protected: virtual __thiscall CESearchTypeList::~CESearchTypeList(void)" (??1CESearchTypeList@@MAE@XZ)
Debug/ErosDTs.dll : fatal error LNK1120: 20 unresolved externals
===================================

GeneralSetImageList() don’t work (se my code) Pin
anderslundsgard10-Sep-04 0:11
anderslundsgard10-Sep-04 0:11 
GeneralDisplaying the Image file on the View Pin
Neelesh K J Jain9-Sep-04 23:32
Neelesh K J Jain9-Sep-04 23:32 
GeneralRe: Displaying the Image file on the View Pin
Arsalan Malik10-Sep-04 0:07
Arsalan Malik10-Sep-04 0:07 
Questionwhere to start ? Pin
sreejith ss nair9-Sep-04 22:49
sreejith ss nair9-Sep-04 22:49 
AnswerRe: where to start ? Pin
kriaz9-Sep-04 23:02
kriaz9-Sep-04 23:02 
GeneralShowing Bitmap on the View Pin
Neelesh K J Jain9-Sep-04 22:35
Neelesh K J Jain9-Sep-04 22:35 
GeneralRe: Showing Bitmap on the View Pin
lookforme_prash9-Sep-04 23:26
lookforme_prash9-Sep-04 23:26 
GeneralRe: Showing Bitmap on the View Pin
Neelesh K J Jain9-Sep-04 23:46
Neelesh K J Jain9-Sep-04 23:46 
Generalenumerating ALL clients in my domain Pin
e-DJ9-Sep-04 21:20
e-DJ9-Sep-04 21:20 
GeneralRe: enumerating ALL clients in my domain Pin
David Crow10-Sep-04 2:58
David Crow10-Sep-04 2:58 
GeneralRe: enumerating ALL clients in my domain Pin
e-DJ12-Sep-04 20:47
e-DJ12-Sep-04 20:47 
GeneralSend and receive data through port using MFC Dialog Based Pin
anuchelvi9-Sep-04 20:59
anuchelvi9-Sep-04 20:59 
GeneralAutomation and Impersonation Pin
lookforme_prash9-Sep-04 20:10
lookforme_prash9-Sep-04 20:10 
GeneralUnder standing before driving your own class Pin
Zohaib Sibte Hassan9-Sep-04 20:02
Zohaib Sibte Hassan9-Sep-04 20:02 
QuestionHow do I Create a class with class wizard that derives from CObject? Pin
Ian Bowler9-Sep-04 19:46
Ian Bowler9-Sep-04 19:46 
AnswerRe: How do I Create a class with class wizard that derives from CObject? Pin
Arsalan Malik9-Sep-04 20:55
Arsalan Malik9-Sep-04 20:55 
GeneralRe: How do I Create a class with class wizard that derives from CObject? Pin
Ian Bowler10-Sep-04 6:46
Ian Bowler10-Sep-04 6:46 

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.