Click here to Skip to main content
15,890,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: break point not hit in release mode Pin
loyal ginger3-May-10 14:21
loyal ginger3-May-10 14:21 
GeneralRe: break point not hit in release mode Pin
rayjoslyn4-May-10 4:28
rayjoslyn4-May-10 4:28 
GeneralRe: break point not hit in release mode Pin
rayjoslyn4-May-10 7:47
rayjoslyn4-May-10 7:47 
QuestionProgrammatically find the FTP root directory? Pin
Ed K3-May-10 9:08
Ed K3-May-10 9:08 
AnswerRe: Programmatically find the FTP root directory? Pin
Code-o-mat3-May-10 9:23
Code-o-mat3-May-10 9:23 
GeneralRe: Programmatically find the FTP root directory? Pin
Ed K3-May-10 9:42
Ed K3-May-10 9:42 
GeneralRe: Programmatically find the FTP root directory? Pin
Code-o-mat3-May-10 9:51
Code-o-mat3-May-10 9:51 
GeneralRe: Programmatically find the FTP root directory? Pin
Michel Godfroid3-May-10 10:09
Michel Godfroid3-May-10 10:09 
Actually an ftp server should never tell a client what his root directory is, for security reasons. Some ftp servers don't even have a root directory, but have virtual roots, usually spread out over a number of nfs servers, for redundancy and performance.
If you're talking about the 'standard' ftp server that comes with IIS, it's root location will be in the registry and you may find it during an install. But it won't do you much good: it may be somewhere where you have no access, it may be on a network for which you have no credentials, it may be on a reparse point, it may be on a symbolic link, all situations that may trick into thinking you may do something with it, only to find it causes failure.
QuestionRe: Programmatically find the FTP root directory? Pin
David Crow4-May-10 3:11
David Crow4-May-10 3:11 
AnswerRe: Programmatically find the FTP root directory? Pin
Ed K4-May-10 4:08
Ed K4-May-10 4:08 
AnswerRe: Programmatically find the FTP root directory? Pin
Maximilien3-May-10 9:50
Maximilien3-May-10 9:50 
GeneralRe: Programmatically find the FTP root directory? Pin
Ed K3-May-10 10:24
Ed K3-May-10 10:24 
QuestionListView can't select row! Pin
Fareed Rizkalla3-May-10 8:59
Fareed Rizkalla3-May-10 8:59 
AnswerRe: ListView can't select row! Pin
David Crow3-May-10 9:06
David Crow3-May-10 9:06 
GeneralRe: ListView can't select row! Pin
Fareed Rizkalla3-May-10 9:20
Fareed Rizkalla3-May-10 9:20 
GeneralRe: ListView can't select row! Pin
Richard MacCutchan3-May-10 9:36
mveRichard MacCutchan3-May-10 9:36 
QuestionConvert CString to const char * Pin
mesajflaviu3-May-10 8:11
mesajflaviu3-May-10 8:11 
AnswerRe: Convert CString to const char * Pin
Rajesh R Subramanian3-May-10 8:14
professionalRajesh R Subramanian3-May-10 8:14 
GeneralRe: Convert CString to const char * Pin
mesajflaviu3-May-10 8:19
mesajflaviu3-May-10 8:19 
QuestionRe: Convert CString to const char * Pin
loyal ginger3-May-10 8:30
loyal ginger3-May-10 8:30 
GeneralRe: Convert CString to const char * Pin
mesajflaviu3-May-10 8:32
mesajflaviu3-May-10 8:32 
GeneralRe: Convert CString to const char * Pin
mesajflaviu3-May-10 8:34
mesajflaviu3-May-10 8:34 
GeneralRe: Convert CString to const char * Pin
mesajflaviu3-May-10 8:41
mesajflaviu3-May-10 8:41 
AnswerRe: Convert CString to const char * Pin
David Crow3-May-10 8:42
David Crow3-May-10 8:42 
Questionhow to delete arrays to save memery space c++ Pin
mrby1233-May-10 7:35
mrby1233-May-10 7:35 

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.