Click here to Skip to main content
15,884,629 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Good Book for "advanced beginners" C++ Pin
David Crow14-Feb-06 6:48
David Crow14-Feb-06 6:48 
GeneralRe: Good Book for "advanced beginners" C++ Pin
Ed K14-Feb-06 7:05
Ed K14-Feb-06 7:05 
GeneralRe: Good Book for "advanced beginners" C++ Pin
David Crow14-Feb-06 7:10
David Crow14-Feb-06 7:10 
GeneralRe: Good Book for "advanced beginners" C++ Pin
ldsdbomber15-Feb-06 6:16
ldsdbomber15-Feb-06 6:16 
GeneralRe: Good Book for "advanced beginners" C++ Pin
David Crow15-Feb-06 8:41
David Crow15-Feb-06 8:41 
QuestionLNK 4089 error with SHELL32.dll /OPT:REF Pin
ldsdbomber14-Feb-06 5:48
ldsdbomber14-Feb-06 5:48 
AnswerRe: LNK 4089 error with SHELL32.dll /OPT:REF Pin
James R. Twine14-Feb-06 6:16
James R. Twine14-Feb-06 6:16 
GeneralRe: LNK 4089 error with SHELL32.dll /OPT:REF Pin
PJ Arends14-Feb-06 17:12
professionalPJ Arends14-Feb-06 17:12 
James R. Twine wrote:
Remove SHELL32.lib from your libraries, that should resolve the warning.


If he is using MFC, then shell32.lib is linked in dynamicly via a #pragma comment(lib, "shell32.lib") statement in afx.h. It can not be removed from from the library list without modifying the MFC sources.



"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" - mYkel - 21 Jun '04

"There's not enough blatant self-congratulatory backslapping in the world today..." - HumblePie - 21 Jun '05

Within you lies the power for good - Use it!
GeneralRe: LNK 4089 error with SHELL32.dll /OPT:REF Pin
ldsdbomber15-Feb-06 6:13
ldsdbomber15-Feb-06 6:13 
GeneralRe: LNK 4089 error with SHELL32.dll /OPT:REF Pin
James R. Twine15-Feb-06 6:54
James R. Twine15-Feb-06 6:54 
GeneralRe: LNK 4089 error with SHELL32.dll /OPT:REF Pin
ldsdbomber15-Feb-06 6:59
ldsdbomber15-Feb-06 6:59 
QuestionCString::FormatMessage STL equivalent ? Pin
Maximilien14-Feb-06 4:54
Maximilien14-Feb-06 4:54 
AnswerRe: CString::FormatMessage STL equivalent ? Pin
Nitron14-Feb-06 5:10
Nitron14-Feb-06 5:10 
AnswerRe: CString::FormatMessage STL equivalent ? Pin
James R. Twine14-Feb-06 6:14
James R. Twine14-Feb-06 6:14 
GeneralRe: CString::FormatMessage STL equivalent ? Pin
Maximilien14-Feb-06 6:55
Maximilien14-Feb-06 6:55 
GeneralRe: CString::FormatMessage STL equivalent ? Pin
James R. Twine14-Feb-06 7:06
James R. Twine14-Feb-06 7:06 
GeneralRe: CString::FormatMessage STL equivalent ? Pin
Maximilien14-Feb-06 10:26
Maximilien14-Feb-06 10:26 
AnswerRe: CString::FormatMessage STL equivalent ? Pin
PJ Arends14-Feb-06 9:22
professionalPJ Arends14-Feb-06 9:22 
AnswerRe: CString::FormatMessage STL equivalent ? Pin
Anthony_Yio14-Feb-06 15:47
Anthony_Yio14-Feb-06 15:47 
QuestionDelete Directory and its child files and folders from a specified location Pin
zahid_ash14-Feb-06 4:14
zahid_ash14-Feb-06 4:14 
AnswerRe: Delete Directory and its child files and folders from a specified location Pin
David Crow14-Feb-06 4:20
David Crow14-Feb-06 4:20 
GeneralRe: Delete Directory and its child files and folders from a specified location Pin
zahid_ash14-Feb-06 4:40
zahid_ash14-Feb-06 4:40 
GeneralRe: Delete Directory and its child files and folders from a specified location Pin
David Crow14-Feb-06 4:55
David Crow14-Feb-06 4:55 
GeneralRe: Delete Directory and its child files and folders from a specified location Pin
Michael Dunn14-Feb-06 7:34
sitebuilderMichael Dunn14-Feb-06 7:34 
AnswerRe: Delete Directory and its child files and folders from a specified location Pin
Blake Miller14-Feb-06 4:24
Blake Miller14-Feb-06 4:24 

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.