Click here to Skip to main content
15,887,585 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSelLocale in C++ Pin
CliffRat17-Nov-11 7:44
CliffRat17-Nov-11 7:44 
AnswerRe: SelLocale in C++ Pin
Richard MacCutchan17-Nov-11 8:32
mveRichard MacCutchan17-Nov-11 8:32 
GeneralRe: SelLocale in C++ Pin
CliffRat17-Nov-11 10:23
CliffRat17-Nov-11 10:23 
AnswerRe: SelLocale in C++ Pin
Software_Developer18-Nov-11 5:06
Software_Developer18-Nov-11 5:06 
GeneralRe: SelLocale in C++ Pin
CliffRat22-Nov-11 16:01
CliffRat22-Nov-11 16:01 
AnswerRe: SelLocale in C++ Pin
jschell18-Nov-11 10:23
jschell18-Nov-11 10:23 
AnswerRe: SelLocale in C++ Pin
CliffRat5-Dec-11 6:00
CliffRat5-Dec-11 6:00 
QuestionDos FTP & Unix File Details Pin
TrickyDickyRg17-Nov-11 3:01
TrickyDickyRg17-Nov-11 3:01 
I've written a C++ FTP Client to fetch files of a certain name pattern. I use FtpFindFirstFile which iteratively returns file data into the WIN32_FIND_DATA structure and it works great from dos (far end) to dos (near end).

However, when the far end is Unix, the string returned in the cFileName member of the WIN32_FIND_DATA struct also contains all the file attributes (file size, access rights etc.).

I'm sure it must be something simple, but how can I get it to work so I just get the actual filename returned ? It's a real pain as I need to use wildcards in my pattern match.
AnswerRe: Dos FTP & Unix File Details Pin
Code-o-mat17-Nov-11 5:41
Code-o-mat17-Nov-11 5:41 
GeneralRe: Dos FTP & Unix File Details Pin
TrickyDickyRg17-Nov-11 5:44
TrickyDickyRg17-Nov-11 5:44 
AnswerRe: Dos FTP & Unix File Details Pin
Randor 17-Nov-11 6:13
professional Randor 17-Nov-11 6:13 
QuestionCan we create multiple message maps in a Dialog? Pin
rahul.kulshreshtha17-Nov-11 1:27
rahul.kulshreshtha17-Nov-11 1:27 
AnswerRe: Can we create multiple message maps in a Dialog? Pin
Chris Meech17-Nov-11 2:51
Chris Meech17-Nov-11 2:51 
AnswerRe: Can we create multiple message maps in a Dialog? Pin
Chuck O'Toole17-Nov-11 3:02
Chuck O'Toole17-Nov-11 3:02 
AnswerRe: Can we create multiple message maps in a Dialog? Pin
Erudite_Eric17-Nov-11 3:57
Erudite_Eric17-Nov-11 3:57 
GeneralRe: Can we create multiple message maps in a Dialog? Pin
Chuck O'Toole17-Nov-11 4:16
Chuck O'Toole17-Nov-11 4:16 
GeneralRe: Can we create multiple message maps in a Dialog? Pin
Erudite_Eric17-Nov-11 4:21
Erudite_Eric17-Nov-11 4:21 
GeneralRe: Can we create multiple message maps in a Dialog? Pin
rahul.kulshreshtha17-Nov-11 5:32
rahul.kulshreshtha17-Nov-11 5:32 
GeneralRe: Can we create multiple message maps in a Dialog? Pin
Chris Meech17-Nov-11 5:39
Chris Meech17-Nov-11 5:39 
GeneralRe: Can we create multiple message maps in a Dialog? Pin
rahul.kulshreshtha17-Nov-11 6:08
rahul.kulshreshtha17-Nov-11 6:08 
GeneralRe: Can we create multiple message maps in a Dialog? Pin
Chuck O'Toole17-Nov-11 10:17
Chuck O'Toole17-Nov-11 10:17 
GeneralRe: Can we create multiple message maps in a Dialog? Pin
Erudite_Eric17-Nov-11 7:28
Erudite_Eric17-Nov-11 7:28 
AnswerRe: Can we create multiple message maps in a Dialog? Pin
Chuck O'Toole17-Nov-11 10:12
Chuck O'Toole17-Nov-11 10:12 
AnswerRe: Can we create multiple message maps in a Dialog? Pin
Chuck O'Toole17-Nov-11 10:10
Chuck O'Toole17-Nov-11 10:10 
GeneralRe: Can we create multiple message maps in a Dialog? Pin
rahul.kulshreshtha17-Nov-11 17:50
rahul.kulshreshtha17-Nov-11 17:50 

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.