Click here to Skip to main content
15,909,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: nonblocking server and FD_WRITE Pin
Rickard Andersson2012-Aug-03 20:58
Rickard Andersson2012-Aug-03 20:58 
GeneralRe: nonblocking server and FD_WRITE Pin
Jörgen Sigvardsson12-Aug-03 22:16
Jörgen Sigvardsson12-Aug-03 22:16 
GeneralRe: nonblocking server and FD_WRITE Pin
Rickard Andersson2012-Aug-03 23:00
Rickard Andersson2012-Aug-03 23:00 
GeneralRe: nonblocking server and FD_WRITE Pin
Jörgen Sigvardsson12-Aug-03 23:02
Jörgen Sigvardsson12-Aug-03 23:02 
GeneralKeyBoard & Mouse hooking Pin
WzR11-Aug-03 20:27
WzR11-Aug-03 20:27 
GeneralRe: KeyBoard & Mouse hooking Pin
Rage11-Aug-03 21:19
professionalRage11-Aug-03 21:19 
GeneralMFC DLL Distribution Question Pin
John Clump11-Aug-03 19:34
John Clump11-Aug-03 19:34 
GeneralRe: MFC DLL Distribution Question Pin
HPSI11-Aug-03 20:02
HPSI11-Aug-03 20:02 
At some point, redistributing the MFC DLLs is going to cause you and your customers problems. Putting them in the system directory is a crash waiting to happen. How do you know someone else won't come along, and replace your DLLs with another version? If you absolutely have to redistribute them, then put them in the app's directory. Otherwise, you should prepare yourself for customer reports like "I just installed your app, and now this other app doesn't work."

A far better approach is to statically link. This way, you know your app will work, regardless of what's on your customer's machine. And you also know you won't be impacting other apps. You're trading program size for program stability.

Your app will exist long after you have stopped working on it. Do you really want somebody to install your app 10 years from now, and step on some DLLs that another program relies on?


HPS HwndSpy
- GUI developer's aid to visually
locate and inspect windows. For the month of August
only, use coupon code CP-81239 for 30% off.
GeneralRe: MFC DLL Distribution Question Pin
David Crow12-Aug-03 4:27
David Crow12-Aug-03 4:27 
Generalviewing an MS-Access Report without MS-Access Pin
sagmam11-Aug-03 18:59
sagmam11-Aug-03 18:59 
GeneralRe: viewing an MS-Access Report without MS-Access Pin
wb11-Aug-03 19:16
wb11-Aug-03 19:16 
GeneralHelp to understand these codes! Pin
colormyiris11-Aug-03 18:32
colormyiris11-Aug-03 18:32 
GeneralRe: Help to understand these codes! Pin
ZoogieZork11-Aug-03 18:41
ZoogieZork11-Aug-03 18:41 
GeneralRe: Help to understand these codes! Pin
igor196011-Aug-03 18:42
igor196011-Aug-03 18:42 
GeneralSetting Master Volume Pin
NorthWoodsman11-Aug-03 17:48
NorthWoodsman11-Aug-03 17:48 
GeneralRe: Setting Master Volume Pin
David Crow12-Aug-03 5:03
David Crow12-Aug-03 5:03 
QuestionHow to convert a non-mfc multithreading vc++6.0 win32sdk program to a mfc one ? Pin
suninwater11-Aug-03 17:27
suninwater11-Aug-03 17:27 
AnswerRe: How to convert a non-mfc multithreading vc++6.0 win32sdk program to a mfc one ? Pin
pranavamhari11-Aug-03 17:43
pranavamhari11-Aug-03 17:43 
GeneralRe: How to convert a non-mfc multithreading vc++6.0 win32sdk program to a mfc one ? Pin
suninwater11-Aug-03 19:14
suninwater11-Aug-03 19:14 
GeneralRe: How to convert a non-mfc multithreading vc++6.0 win32sdk program to a mfc one ? Pin
igor196011-Aug-03 19:46
igor196011-Aug-03 19:46 
GeneralRe: How to convert a non-mfc multithreading vc++6.0 win32sdk program to a mfc one ? Pin
suninwater11-Aug-03 19:59
suninwater11-Aug-03 19:59 
GeneralRe: How to convert a non-mfc multithreading vc++6.0 win32sdk program to a mfc one ? Pin
igor196011-Aug-03 20:26
igor196011-Aug-03 20:26 
GeneralRe: How to convert a non-mfc multithreading vc++6.0 win32sdk program to a mfc one ? Pin
suninwater11-Aug-03 21:01
suninwater11-Aug-03 21:01 
GeneralRe: How to convert a non-mfc multithreading vc++6.0 win32sdk program to a mfc one ? Pin
Steve S11-Aug-03 21:59
Steve S11-Aug-03 21:59 
GeneralRe: How to convert a non-mfc multithreading vc++6.0 win32sdk program to a mfc one ? Pin
suninwater11-Aug-03 22:48
suninwater11-Aug-03 22:48 

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.