Click here to Skip to main content
16,008,719 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow To Implement ADSL Dialing in Win2K Pin
jdnx28-Aug-05 19:30
jdnx28-Aug-05 19:30 
Questionresume execution after hibernate/login Pin
Abu Mami28-Aug-05 18:28
Abu Mami28-Aug-05 18:28 
Questionhow to delete the directory on win98? Pin
szcococut28-Aug-05 16:58
szcococut28-Aug-05 16:58 
AnswerRe: how to delete the directory on win98? Pin
Christian Graus28-Aug-05 17:11
protectorChristian Graus28-Aug-05 17:11 
AnswerRe: how to delete the directory on win98? Pin
ThatsAlok28-Aug-05 19:17
ThatsAlok28-Aug-05 19:17 
Questionwhy will the exception appear, when the mfcie's window is maximized from normal Pin
liuyue28-Aug-05 15:20
liuyue28-Aug-05 15:20 
QuestionDialog of Protocol Simulator Pin
Member 216100428-Aug-05 14:55
Member 216100428-Aug-05 14:55 
QuestionStill the same linker errors Pin
Christian Graus28-Aug-05 14:54
protectorChristian Graus28-Aug-05 14:54 
I have VC2005,which means I have only one lot of headers for libraries like iostream, iostream.h is gone, not present, not part of the equation. I'm building a library for reading DICOM files which builds fine, but cannot link into my main project, I get these errors:

msvcprt.lib(MSVCP80.dll) : error LNK2005: "public: void __thiscall std::basic_ostringstream<char,struct std::char_traits<char="">,class std::allocator<char> >::`vbase destructor'(void)" (??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ) already defined in dcmdata.lib(dcitem.obj)
msvcprt.lib(MSVCP80.dll) : error LNK2005: "public: class std::basic_ostream<char,struct std::char_traits<char=""> > & __thiscall std::basic_ostream<char,struct std::char_traits<char=""> >::operator<<(int)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z) already defined in dcmimage.lib(diyp2img.obj)
msvcprt.lib(MSVCP80.dll) : error LNK2005: "public: class std::basic_string<char,struct std::char_traits<char="">,class std::allocator<char> > __thiscall std::basic_ostringstream<char,struct std::char_traits<char="">,class std::allocator<char> >::str(void)const " (?str@?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ) already defined in dcmdata.lib(dcitem.obj)
msvcprt.lib(MSVCP80.dll) : error LNK2005: "public: class std::basic_ostream<char,struct std::char_traits<char=""> > & __thiscall std::basic_ostream<char,struct std::char_traits<char=""> >::operator<<(double)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@N@Z) already defined in dcmimgle.lib(dimomod.obj)


Only a lot more of them. I'm virtually at the point of being willing to offer my firstborn in return for a solution, does anyone have any ideas ?

Christian Graus - Microsoft MVP - C++
AnswerRe: Still the same linker errors Pin
Saurabh.Garg28-Aug-05 15:47
Saurabh.Garg28-Aug-05 15:47 
GeneralRe: Still the same linker errors Pin
Christian Graus28-Aug-05 17:08
protectorChristian Graus28-Aug-05 17:08 
GeneralRe: Still the same linker errors Pin
Saurabh.Garg28-Aug-05 18:49
Saurabh.Garg28-Aug-05 18:49 
GeneralRe: Still the same linker errors Pin
Christian Graus28-Aug-05 19:19
protectorChristian Graus28-Aug-05 19:19 
GeneralRe: Still the same linker errors Pin
Jose Lamas Rios28-Aug-05 20:47
Jose Lamas Rios28-Aug-05 20:47 
GeneralRe: Still the same linker errors Pin
Christian Graus29-Aug-05 14:17
protectorChristian Graus29-Aug-05 14:17 
GeneralRe: Still the same linker errors Pin
Jose Lamas Rios29-Aug-05 15:41
Jose Lamas Rios29-Aug-05 15:41 
AnswerRe: Still the same linker errors Pin
S Douglas28-Aug-05 19:19
professionalS Douglas28-Aug-05 19:19 
GeneralRe: Still the same linker errors Pin
Christian Graus28-Aug-05 19:22
protectorChristian Graus28-Aug-05 19:22 
GeneralRe: Still the same linker errors Pin
S Douglas28-Aug-05 20:19
professionalS Douglas28-Aug-05 20:19 
GeneralRe: Still the same linker errors Pin
Christian Graus28-Aug-05 20:21
protectorChristian Graus28-Aug-05 20:21 
GeneralRe: Still the same linker errors Pin
S Douglas29-Aug-05 0:17
professionalS Douglas29-Aug-05 0:17 
Questionfunction mysql_list_dbs() in mysql Pin
includeh1028-Aug-05 14:04
includeh1028-Aug-05 14:04 
QuestionCSplitterWnd in CMDIFrameWnd NOT CChildFrame Pin
vasanth100428-Aug-05 11:52
vasanth100428-Aug-05 11:52 
AnswerRe: CSplitterWnd in CMDIFrameWnd NOT CChildFrame Pin
Intangir29-Aug-05 11:08
Intangir29-Aug-05 11:08 
QuestionRe: CSplitterWnd in CMDIFrameWnd NOT CChildFrame Pin
LionAM22-Nov-05 3:34
LionAM22-Nov-05 3:34 
QuestionAnyone using QuickPDF? Pin
davem9928-Aug-05 11:50
professionaldavem9928-Aug-05 11:50 

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.