Click here to Skip to main content
15,917,473 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionUse of SetProcessAffinityMask Pin
AmitCohen22230-Dec-08 20:09
AmitCohen22230-Dec-08 20:09 
AnswerRe: Use of SetProcessAffinityMask Pin
Mark Salsbery31-Dec-08 6:31
Mark Salsbery31-Dec-08 6:31 
QuestionCommand Line argument for MFC Application Pin
Anubhava Dimri30-Dec-08 19:31
Anubhava Dimri30-Dec-08 19:31 
AnswerRe: Command Line argument for MFC Application Pin
Garth J Lancaster30-Dec-08 20:04
professionalGarth J Lancaster30-Dec-08 20:04 
AnswerRe: Command Line argument for MFC Application Pin
Paresh Chitte30-Dec-08 22:38
Paresh Chitte30-Dec-08 22:38 
GeneralRe: Command Line argument for MFC Application Pin
Anubhava Dimri30-Dec-08 22:58
Anubhava Dimri30-Dec-08 22:58 
GeneralRe: Command Line argument for MFC Application Pin
Paresh Chitte30-Dec-08 23:27
Paresh Chitte30-Dec-08 23:27 
GeneralRe: Command Line argument for MFC Application Pin
Anubhava Dimri30-Dec-08 23:47
Anubhava Dimri30-Dec-08 23:47 
AnswerRe: Command Line argument for MFC Application Pin
Mark Salsbery31-Dec-08 6:34
Mark Salsbery31-Dec-08 6:34 
Questionhow do i create,read and write xml file using VC++6.0? Pin
puppya30-Dec-08 19:09
puppya30-Dec-08 19:09 
AnswerRe: how do i create,read and write xml file using VC++6.0? Pin
Garth J Lancaster30-Dec-08 20:11
professionalGarth J Lancaster30-Dec-08 20:11 
AnswerRe: how do i create,read and write xml file using VC++6.0? Pin
Jijo.Raj30-Dec-08 22:22
Jijo.Raj30-Dec-08 22:22 
AnswerRe: how do i create,read and write xml file using VC++6.0? Pin
bob1697231-Dec-08 4:17
bob1697231-Dec-08 4:17 
QuestionHow can Dark Rectangle sides? Pin
Le@rner30-Dec-08 18:37
Le@rner30-Dec-08 18:37 
AnswerRe: How can Dark Rectangle sides? Pin
Naveen30-Dec-08 20:58
Naveen30-Dec-08 20:58 
GeneralRe: How can Dark Rectangle sides? Pin
Le@rner30-Dec-08 21:18
Le@rner30-Dec-08 21:18 
QuestionHow to Create a child window in SDI(MFC) application? Pin
Abhijit D. Babar30-Dec-08 17:50
Abhijit D. Babar30-Dec-08 17:50 
QuestionNumber of Processors/Cores Pin
BobInNJ30-Dec-08 15:14
BobInNJ30-Dec-08 15:14 
AnswerRe: Number of Processors/Cores Pin
Maxwell Chen30-Dec-08 15:23
Maxwell Chen30-Dec-08 15:23 
AnswerRe: Number of Processors/Cores Pin
bob1697230-Dec-08 17:25
bob1697230-Dec-08 17:25 
GeneralRe: Number of Processors/Cores Pin
BobInNJ31-Dec-08 7:43
BobInNJ31-Dec-08 7:43 
GeneralRe: Number of Processors/Cores Pin
bob1697231-Dec-08 10:17
bob1697231-Dec-08 10:17 
Questionerror lnk2019 & lnk2001 Pin
lolokar30-Dec-08 14:48
lolokar30-Dec-08 14:48 
AnswerRe: error lnk2019 & lnk2001 Pin
Garth J Lancaster30-Dec-08 23:48
professionalGarth J Lancaster30-Dec-08 23:48 
GeneralRe: error lnk2019 & lnk2001 Pin
lolokar31-Dec-08 10:22
lolokar31-Dec-08 10:22 
OK, i tried to build libraries, but it throws lot of errors (fatal errors C1083: Cannot open include files..., but I set include directories to /src of eo project in options->vc++ directories..).
Nevertheless, lib files appeared in win/lib/debug directory only.

Then I linked these debug libraries to my tutorial project (i tried couple variants: through options->vc++ directories,#pragma..,add them to project), but then I get lot of errors like:
1>msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::~basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(void)" (??1?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ) already defined in eoutilsd.lib(eoRNG.obj)

I admit I'm lame at linking, so I appreciate help.

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.