Click here to Skip to main content
15,908,115 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CString Pin
Naveen25-Jun-06 22:06
Naveen25-Jun-06 22:06 
GeneralRe: CString Pin
toxcct25-Jun-06 22:24
toxcct25-Jun-06 22:24 
GeneralRe: CString Pin
namaskaaram25-Jun-06 22:41
namaskaaram25-Jun-06 22:41 
GeneralRe: CString Pin
namaskaaram25-Jun-06 22:45
namaskaaram25-Jun-06 22:45 
GeneralRe: CString Pin
namaskaaram25-Jun-06 22:49
namaskaaram25-Jun-06 22:49 
QuestionNeed Some Help PLZ!!! Pin
Programm3r25-Jun-06 19:50
Programm3r25-Jun-06 19:50 
AnswerRe: Need Some Help PLZ!!! Pin
Viorel.25-Jun-06 20:40
Viorel.25-Jun-06 20:40 
Questiongetting rid of linking errors Pin
sach!!25-Jun-06 19:47
sach!!25-Jun-06 19:47 
hello every1,

I am new to VC++. I have assignement in which i am trying to port VC 6
code to VC 2005. Although I removed some of the common errors, I am
getting some linking errors while building the sol'n.
These are as follows:


LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other
libs; use /NODEFAULTLIB:library


USBInfo.lib(USBInfoInterface.obj) : error LNK2019: unresolved external
symbol "__declspec(dllimport) private: void __thiscall
std::basic_string<char,struct std::char_traits<char="">,class
std::allocator<char> >::_Copy(unsigned int)"
(__imp_?_Copy@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@­AAEXI@Z)
referenced in function "public: __thiscall
CUSBInfoInterface::CUSBInfoInterface(void)"
(??0CUSBInfoInterface@@QAE@XZ)


USBInfo.lib(USBInfo.obj) : error LNK2001: unresolved external symbol
"__declspec(dllimport) private: void __thiscall
std::basic_string<char,struct std::char_traits<char="">,class
std::allocator<char> >::_Copy(unsigned int)"
(__imp_?_Copy@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@­AAEXI@Z)
..
...
......
........


I am using /MDD while bulding in /debug mode.
what should be done to remove these errors..
plz help me


Thx in advance!
AnswerRe: getting rid of linking errors Pin
Sam Hobbs26-Jun-06 13:34
Sam Hobbs26-Jun-06 13:34 
QuestionText Box Key Down Event Pin
satsumatable25-Jun-06 19:33
satsumatable25-Jun-06 19:33 
GeneralFindwindow() Pin
Anu_Bala25-Jun-06 19:31
Anu_Bala25-Jun-06 19:31 
GeneralRe: Findwindow() Pin
Viorel.25-Jun-06 20:26
Viorel.25-Jun-06 20:26 
GeneralRe: Findwindow() Pin
Anu_Bala25-Jun-06 20:58
Anu_Bala25-Jun-06 20:58 
QuestionProcess information which locked a file Pin
Sarath C25-Jun-06 19:00
Sarath C25-Jun-06 19:00 
AnswerRe: Process information which locked a file Pin
Stephen Hewitt25-Jun-06 22:02
Stephen Hewitt25-Jun-06 22:02 
Questiontransmit a packet to serial device Pin
thathvamsi25-Jun-06 18:37
thathvamsi25-Jun-06 18:37 
AnswerRe: transmit a packet to serial device Pin
Stephen Hewitt25-Jun-06 18:38
Stephen Hewitt25-Jun-06 18:38 
GeneralRe: transmit a packet to serial device Pin
Ryan Binns25-Jun-06 19:05
Ryan Binns25-Jun-06 19:05 
AnswerRe: transmit a packet to serial device Pin
kakan25-Jun-06 19:17
professionalkakan25-Jun-06 19:17 
GeneralRe: transmit a packet to serial device Pin
thathvamsi25-Jun-06 20:08
thathvamsi25-Jun-06 20:08 
QuestionDebuging in Visual C++ Pin
tamasan25-Jun-06 18:23
tamasan25-Jun-06 18:23 
AnswerRe: Debuging in Visual C++ Pin
Sarath C25-Jun-06 19:06
Sarath C25-Jun-06 19:06 
GeneralRe: Debuging in Visual C++ Pin
tamasan25-Jun-06 20:47
tamasan25-Jun-06 20:47 
GeneralRe: Debuging in Visual C++ Pin
kakan25-Jun-06 21:38
professionalkakan25-Jun-06 21:38 
QuestionC++ Help Pin
buckcherry25-Jun-06 18:03
buckcherry25-Jun-06 18:03 

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.