Click here to Skip to main content
15,895,656 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CMFCEditBrowseCtrl leaks... Pin
danLenehan13-Apr-11 13:48
danLenehan13-Apr-11 13:48 
GeneralRe: CMFCEditBrowseCtrl leaks... Pin
Maximilien13-Apr-11 14:15
Maximilien13-Apr-11 14:15 
QuestionTried Searching but Can't find the Answer Pin
JohnnyG13-Apr-11 8:20
JohnnyG13-Apr-11 8:20 
AnswerRe: Tried Searching but Can't find the Answer Pin
Albert Holguin13-Apr-11 8:27
professionalAlbert Holguin13-Apr-11 8:27 
GeneralRe: Tried Searching but Can't find the Answer Pin
JohnnyG13-Apr-11 8:39
JohnnyG13-Apr-11 8:39 
GeneralRe: Tried Searching but Can't find the Answer Pin
Albert Holguin13-Apr-11 9:56
professionalAlbert Holguin13-Apr-11 9:56 
GeneralRe: Tried Searching but Can't find the Answer [modified] Pin
JohnnyG13-Apr-11 10:08
JohnnyG13-Apr-11 10:08 
AnswerRe: Tried Searching but Can't find the Answer Pin
MicroVirus14-Apr-11 2:10
MicroVirus14-Apr-11 2:10 
Actually, Microsoft has declared msvcrt.dll to be a system level component and not to be used anymore by applications. So, probably somewhere starting XP (SP2?) you should at least not touch that component.
See http://msdn.microsoft.com/en-us/library/abx4dbyh(v=vs.80).aspx[^]. For more on known dll's, check out http://blogs.msdn.com/b/larryosterman/archive/2004/07/19/187752.aspx[^] for instance.

And for the love of god, don't touch comdlg32.dll. On older systems, if you are delivering a newer version I'm guessing it's ok, but I've had multiple times that poor installers overwrote the proper version of it, making me download a proper version from the internet again.

And mfc42.dll, it seems to have a version number in the filename, so I'd say don't touch it if its there. If it's not, install it.

Then again, I'm not an expert on any of this. But please be very reluctant to overwrite dll's (and ocx's for that matter). Only if you know you have a good installer that can check and be sure that a version on the system is newer should you consider overwriting. And, you can always display a pop-up to the user asking for confirmation as some installers do.

Best Regards,
MicroVirus
GeneralRe: Tried Searching but Can't find the Answer Pin
JohnnyG14-Apr-11 3:22
JohnnyG14-Apr-11 3:22 
QuestionGlui in visual studio 2008 ( c++ ) Pin
Member 783376313-Apr-11 5:42
Member 783376313-Apr-11 5:42 
AnswerRe: Glui in visual studio 2008 ( c++ ) Pin
nitchman238313-Apr-11 7:39
nitchman238313-Apr-11 7:39 
QuestionCrash after installing KB2465361 Pin
jung-kreidler13-Apr-11 1:46
jung-kreidler13-Apr-11 1:46 
AnswerRe: Crash after installing KB2465361 Pin
Hans Dietrich13-Apr-11 1:58
mentorHans Dietrich13-Apr-11 1:58 
GeneralRe: Crash after installing KB2465361 Pin
jung-kreidler13-Apr-11 4:13
jung-kreidler13-Apr-11 4:13 
GeneralRe: Crash after installing KB2465361 Pin
jung-kreidler13-Apr-11 4:41
jung-kreidler13-Apr-11 4:41 
QuestionRotate View Pin
giannib2k12-Apr-11 22:04
giannib2k12-Apr-11 22:04 
AnswerRe: Rotate View Pin
Chris Losinger13-Apr-11 2:52
professionalChris Losinger13-Apr-11 2:52 
GeneralRe: Rotate View Pin
giannib2k13-Apr-11 3:16
giannib2k13-Apr-11 3:16 
GeneralRe: Rotate View Pin
Chris Losinger13-Apr-11 3:25
professionalChris Losinger13-Apr-11 3:25 
GeneralRe: Rotate View Pin
giannib2k13-Apr-11 3:31
giannib2k13-Apr-11 3:31 
GeneralRe: Rotate View Pin
Chris Losinger13-Apr-11 3:35
professionalChris Losinger13-Apr-11 3:35 
QuestionHow can find other than The 7 bit default alphabet is present in EditBox? Pin
Le@rner12-Apr-11 21:23
Le@rner12-Apr-11 21:23 
AnswerRe: How can find other than The 7 bit default alphabet is present in EditBox? Pin
Stefan_Lang12-Apr-11 22:33
Stefan_Lang12-Apr-11 22:33 
GeneralRe: How can find other than The 7 bit default alphabet is present in EditBox? Pin
Klaus-Werner Konrad13-Apr-11 11:53
Klaus-Werner Konrad13-Apr-11 11:53 
GeneralRe: How can find other than The 7 bit default alphabet is present in EditBox? Pin
Stefan_Lang13-Apr-11 22:31
Stefan_Lang13-Apr-11 22:31 

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.