Click here to Skip to main content
15,926,265 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: GDI+ Bitmap Object Pin
Paul M Watt24-Mar-02 8:45
mentorPaul M Watt24-Mar-02 8:45 
GeneralRe: GDI+ Bitmap Object Pin
AJ12326-Mar-02 11:23
AJ12326-Mar-02 11:23 
GeneralShowing tracking tooltips Pin
Michael Dunn24-Mar-02 7:10
sitebuilderMichael Dunn24-Mar-02 7:10 
GeneralRe: Showing tracking tooltips Pin
Joaquín M López Muñoz24-Mar-02 10:51
Joaquín M López Muñoz24-Mar-02 10:51 
GeneralRe: Showing tracking tooltips Pin
Michael Dunn24-Mar-02 16:24
sitebuilderMichael Dunn24-Mar-02 16:24 
QuestionAnother DLL ? Pin
Stan the man24-Mar-02 3:55
Stan the man24-Mar-02 3:55 
AnswerRe: Another DLL ? Pin
Joaquín M López Muñoz24-Mar-02 10:04
Joaquín M López Muñoz24-Mar-02 10:04 
Generalcan't compile anymore...help! Pin
Darren Schroeder24-Mar-02 3:46
Darren Schroeder24-Mar-02 3:46 
Without changing anything I can no longer compile. It looks like I'm missing some library or something. Does anyone have any ideas? Here's my error messages.

nafxcwd.lib(strcore.obj) : warning LNK4006: "void __stdcall
SerializeElements(class CArchive &,class ATL::CStringT<char,class
StrTraitMFC<char,class ATL::ChTraitsCRT<char> > > *,int)"
(?SerializeElements@@YGXAAVCArchive@@PAV?$CStringT@DV?$StrTraitMFC@DV?$ChTra
itsCRT@D@ATL@@@@@ATL@@H@Z) already defined in CCrystalTextHelper.obj; second
definition ignored

CCrystalTextHelper.obj : error LNK2019: unresolved external symbol
"protected: class CMap<int,int,unsigned long,unsigned long>::CAssoc *
__thiscall CMap<int,int,unsigned long,unsigned
long>::GetAssocAt(int,unsigned int &,unsigned int &)const "
(?GetAssocAt@?$CMap@HHKK@@IBEPAVCAssoc@1@HAAI0@Z) referenced in function
"public: int __thiscall CMap<int,int,unsigned long,unsigned
long>::Lookup(int,unsigned long &)const " (?Lookup@?$CMap@HHKK@@QBEHHAAK@Z)

CrystalEditorColorsDlg.obj : error LNK2001: unresolved external symbol
"protected: class CMap<int,int,unsigned long,unsigned long>::CAssoc *
__thiscall CMap<int,int,unsigned long,unsigned
long>::GetAssocAt(int,unsigned int &,unsigned int &)const "
(?GetAssocAt@?$CMap@HHKK@@IBEPAVCAssoc@1@HAAI0@Z)

SyntaxOptions.obj : error LNK2001: unresolved external symbol "protected:
class CMap<int,int,unsigned long,unsigned long>::CAssoc * __thiscall
CMap<int,int,unsigned long,unsigned long>::GetAssocAt(int,unsigned int
&,unsigned int &)const " (?GetAssocAt@?$CMap@HHKK@@IBEPAVCAssoc@1@HAAI0@Z)

CrystalEditorColorsPropPage.obj : error LNK2001: unresolved external symbol
"protected: class CMap<int,int,unsigned long,unsigned long>::CAssoc *
__thiscall CMap<int,int,unsigned long,unsigned
long>::GetAssocAt(int,unsigned int &,unsigned int &)const "
(?GetAssocAt@?$CMap@HHKK@@IBEPAVCAssoc@1@HAAI0@Z)

CCrystalTextHelper.obj : error LNK2019: unresolved external symbol
"protected: class CMap<class ATL::CStringT<char,class StrTraitMFC<char,class
ATL::ChTraitsCRT<char> > >,char const *,class CKeywordList *,class
CKeywordList *>::CAssoc * __thiscall CMap<class ATL::CStringT<char,class
StrTraitMFC<char,class ATL::ChTraitsCRT<char> > >,char const *,class
CKeywordList *,class CKeywordList *>::GetAssocAt(char const *,unsigned int
&,unsigned int &)const "
(?GetAssocAt@?$CMap@V?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@AT
L@@PBDPAVCKeywordList@@PAV3@@@IBEPAVCAssoc@1@PBDAAI1@Z) referenced in
function "public: class CKeywordList * & __thiscall CMap<class
ATL::CStringT<char,class StrTraitMFC<char,class ATL::ChTraitsCRT<char> >
>,char const *,class CKeywordList *,class CKeywordList *>::operator[](char
const *)"
(??A?$CMap@V?$CStringT@DV?$StrTraitMFC@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@PBDPAV
CKeywordList@@PAV3@@@QAEAAPAVCKeywordList@@PBD@Z)


Thanks.



GeneralRe: can't compile anymore...help! Pin
Anders Molin24-Mar-02 3:58
professionalAnders Molin24-Mar-02 3:58 
GeneralRe: can't compile anymore...help! Pin
Darren Schroeder24-Mar-02 6:34
Darren Schroeder24-Mar-02 6:34 
GeneralRe: can't compile anymore...help! Pin
Masaaki Onishi24-Mar-02 6:02
Masaaki Onishi24-Mar-02 6:02 
Questiononly one instance of an exe? Pin
anju24-Mar-02 3:18
anju24-Mar-02 3:18 
AnswerRe: only one instance of an exe? Pin
Tim Deveaux24-Mar-02 5:00
Tim Deveaux24-Mar-02 5:00 
GeneralRe: only one instance of an exe? Pin
Brian Delahunty24-Mar-02 5:38
Brian Delahunty24-Mar-02 5:38 
GeneralRe: only one instance of an exe? Pin
Tim Deveaux24-Mar-02 6:04
Tim Deveaux24-Mar-02 6:04 
AnswerRe: only one instance of an exe? Pin
Paul M Watt24-Mar-02 5:01
mentorPaul M Watt24-Mar-02 5:01 
GeneralRe: only one instance of an exe? Pin
Nish Nishant24-Mar-02 5:42
sitebuilderNish Nishant24-Mar-02 5:42 
GeneralRe: only one instance of an exe? Pin
Daniel Lohmann24-Mar-02 6:10
Daniel Lohmann24-Mar-02 6:10 
GeneralRe: only one instance of an exe? Pin
Paul M Watt24-Mar-02 6:35
mentorPaul M Watt24-Mar-02 6:35 
GeneralRe: only one instance of an exe? Pin
Paul M Watt24-Mar-02 6:19
mentorPaul M Watt24-Mar-02 6:19 
AnswerRe: only one instance of an exe? Pin
Ravi Bhavnani24-Mar-02 7:03
professionalRavi Bhavnani24-Mar-02 7:03 
AnswerRe: only one instance of an exe? Pin
anu25-Mar-02 2:26
anu25-Mar-02 2:26 
Generalproperty pages Pin
24-Mar-02 2:45
suss24-Mar-02 2:45 
GeneralRe: property pages Pin
Christopher Duncan24-Mar-02 14:10
Christopher Duncan24-Mar-02 14:10 
GeneralRe: property pages Pin
wangyiming25-Mar-02 0:49
wangyiming25-Mar-02 0:49 

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.