Click here to Skip to main content
15,900,482 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to remove help file from make ? ( MFC VC6.0) Pin
Vaclav_19-Apr-07 5:28
Vaclav_19-Apr-07 5:28 
AnswerRe: How to remove help file from make ? ( MFC VC6.0) Pin
David Crow19-Apr-07 6:12
David Crow19-Apr-07 6:12 
AnswerRe: How to remove help file from make ? ( MFC VC6.0) Pin
Vaclav_19-Apr-07 7:09
Vaclav_19-Apr-07 7:09 
QuestionAvoid multiple applications calling the same DLL [modified] Pin
Samaya K.B.19-Apr-07 4:38
Samaya K.B.19-Apr-07 4:38 
QuestionRe: Avoid multiple applications calling the same DLL Pin
Rajesh R Subramanian19-Apr-07 5:07
professionalRajesh R Subramanian19-Apr-07 5:07 
AnswerRe: Avoid multiple applications calling the same DLL Pin
Samaya K.B.19-Apr-07 18:22
Samaya K.B.19-Apr-07 18:22 
AnswerRe: Avoid multiple applications calling the same DLL Pin
CPallini19-Apr-07 5:13
mveCPallini19-Apr-07 5:13 
AnswerRe: Avoid multiple applications calling the same DLL Pin
cmk19-Apr-07 14:21
cmk19-Apr-07 14:21 
If it's an explicit load then wrap LoadLibrary with a named mutex.
If it's an implicit load then wrap all access points with one or more named muticies.


...cmk

Save the whales - collect the whole set

GeneralRe: Avoid multiple applications calling the same DLL Pin
Samaya K.B.19-Apr-07 18:48
Samaya K.B.19-Apr-07 18:48 
GeneralRe: Avoid multiple applications calling the same DLL Pin
cmk19-Apr-07 20:08
cmk19-Apr-07 20:08 
GeneralRe: Avoid multiple applications calling the same DLL Pin
Samaya K.B.19-Apr-07 21:06
Samaya K.B.19-Apr-07 21:06 
QuestionGet information about free disk space? Pin
bosfan19-Apr-07 4:00
bosfan19-Apr-07 4:00 
QuestionRe: Get information about free disk space? Pin
David Crow19-Apr-07 4:20
David Crow19-Apr-07 4:20 
AnswerRe: Get information about free disk space? Pin
bosfan19-Apr-07 4:52
bosfan19-Apr-07 4:52 
AnswerRe: Get information about free disk space? Pin
ThatsAlok2-May-07 23:40
ThatsAlok2-May-07 23:40 
GeneralRe: Get information about free disk space? Pin
bosfan3-May-07 0:24
bosfan3-May-07 0:24 
QuestionAbout tab control. Pin
iayd19-Apr-07 3:43
iayd19-Apr-07 3:43 
AnswerRe: About tab control. Pin
Alexandre GRANVAUD20-Apr-07 2:03
Alexandre GRANVAUD20-Apr-07 2:03 
QuestionHow to fill a ellipse Pin
jerome_data19-Apr-07 3:23
jerome_data19-Apr-07 3:23 
AnswerRe: How to fill a ellipse Pin
David Crow19-Apr-07 3:32
David Crow19-Apr-07 3:32 
GeneralRe: How to fill a ellipse Pin
bob1697219-Apr-07 3:38
bob1697219-Apr-07 3:38 
GeneralRe: How to fill a ellipse Pin
David Crow19-Apr-07 3:49
David Crow19-Apr-07 3:49 
GeneralRe: How to fill a ellipse Pin
jerome_data19-Apr-07 3:57
jerome_data19-Apr-07 3:57 
QuestionRe: How to fill a ellipse [modified] Pin
David Crow19-Apr-07 4:18
David Crow19-Apr-07 4:18 
AnswerRe: How to fill a ellipse Pin
jerome_data19-Apr-07 6:56
jerome_data19-Apr-07 6:56 

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.