Click here to Skip to main content
16,011,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CFileDialog question Pin
Prakash Nadar31-Dec-05 17:00
Prakash Nadar31-Dec-05 17:00 
GeneralRe: CFileDialog question Pin
Michael Dunn31-Dec-05 19:12
sitebuilderMichael Dunn31-Dec-05 19:12 
GeneralRe: CFileDialog question Pin
Prakash Nadar31-Dec-05 19:30
Prakash Nadar31-Dec-05 19:30 
GeneralRe: CFileDialog question Pin
#realJSOP31-Dec-05 23:56
professional#realJSOP31-Dec-05 23:56 
GeneralRe: CFileDialog question Pin
Michael Dunn1-Jan-06 7:58
sitebuilderMichael Dunn1-Jan-06 7:58 
GeneralRe: CFileDialog question Pin
#realJSOP1-Jan-06 8:51
professional#realJSOP1-Jan-06 8:51 
QuestionStaticly linked MFC Pin
DavidR_r31-Dec-05 3:46
DavidR_r31-Dec-05 3:46 
AnswerRe: Staticly linked MFC Pin
Randor 31-Dec-05 4:15
professional Randor 31-Dec-05 4:15 
I am currently working with a CAsyncSocket derived class in VS 2005 in a static binary and I have not experienced any problems.

However, more information would be useful:

1.) What version of visual studio?
2.) What is the error code?
3.) Did you AfxSocketInit() before creating the CAsyncSocket object?

For your second question, a static build does not require any of the MFC DLL's to be distributed with the binary, as long as your not using any third party API's.

The shared build will require MFC42.DLL a MSVCRT.DLL if you are using Visual Studio 6.0. If you are using a newer MFC version then you will need to distribute the updated DLL's which could be MFC 7.0 , MFC 7.1 or MFC 8.0
GeneralRe: Staticly linked MFC Pin
DavidR_r31-Dec-05 6:41
DavidR_r31-Dec-05 6:41 
QuestionIs there any arraylist available in C++??? Pin
Ming Luo31-Dec-05 3:39
Ming Luo31-Dec-05 3:39 
AnswerRe: Is there any arraylist available in C++??? Pin
Prakash Nadar31-Dec-05 3:59
Prakash Nadar31-Dec-05 3:59 
AnswerRe: Is there any arraylist available in C++??? Pin
markkuk31-Dec-05 13:21
markkuk31-Dec-05 13:21 
Questionhappy new year, everyone! Pin
includeh1031-Dec-05 1:47
includeh1031-Dec-05 1:47 
AnswerRe: happy new year, everyone! Pin
Prakash Nadar31-Dec-05 4:03
Prakash Nadar31-Dec-05 4:03 
GeneralRe: happy new year, everyone! Pin
includeh1031-Dec-05 5:15
includeh1031-Dec-05 5:15 
GeneralRe: happy new year, everyone! Pin
Prakash Nadar31-Dec-05 5:43
Prakash Nadar31-Dec-05 5:43 
GeneralRe: happy new year, everyone! Pin
John R. Shaw31-Dec-05 18:34
John R. Shaw31-Dec-05 18:34 
GeneralRe: happy new year, everyone! Pin
ThatsAlok1-Jan-06 18:54
ThatsAlok1-Jan-06 18:54 
Questionhow does one prevent resizing columns in CListCtrl Pin
cpp_prgmer31-Dec-05 0:30
cpp_prgmer31-Dec-05 0:30 
AnswerRe: how does one prevent resizing columns in CListCtrl Pin
Sheng Jiang 蒋晟31-Dec-05 6:13
Sheng Jiang 蒋晟31-Dec-05 6:13 
NewsAt Last! My DCOM Tutorial for VS.NET is Here! Pin
Brian C Hart30-Dec-05 22:29
professionalBrian C Hart30-Dec-05 22:29 
QuestionI donn't find the mistakes! Pin
greenapplezlp30-Dec-05 20:15
greenapplezlp30-Dec-05 20:15 
AnswerRe: I donn't find the mistakes! Pin
QuickDeveloper30-Dec-05 21:43
QuickDeveloper30-Dec-05 21:43 
Generalthank you for your enthusiastic help! Pin
greenapplezlp1-Jan-06 20:03
greenapplezlp1-Jan-06 20:03 
AnswerRe: I donn't find the mistakes! Pin
Polymorpher30-Dec-05 22:13
Polymorpher30-Dec-05 22:13 

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.