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

C / C++ / MFC

 
Question64 bit? Pin
Haoman1715-Sep-06 4:42
Haoman1715-Sep-06 4:42 
QuestionMFC (database) please help ! Pin
Bravoone_200615-Sep-06 2:55
Bravoone_200615-Sep-06 2:55 
AnswerRe: MFC (database) please help ! Pin
Hamid_RT15-Sep-06 3:01
Hamid_RT15-Sep-06 3:01 
AnswerRe: MFC (database) please help ! Pin
David Crow15-Sep-06 3:13
David Crow15-Sep-06 3:13 
AnswerRe: MFC (database) please help ! Pin
Maximilien15-Sep-06 3:14
Maximilien15-Sep-06 3:14 
AnswerRe: MFC (database) please help ! Pin
Vinicius Pontes15-Sep-06 10:02
Vinicius Pontes15-Sep-06 10:02 
Questionproblem with FileInformation Pin
ragnabob15-Sep-06 2:44
ragnabob15-Sep-06 2:44 
QuestionRe: problem with FileInformation Pin
David Crow15-Sep-06 2:47
David Crow15-Sep-06 2:47 
Geennaam82 wrote:
...but why won't this work


What doesn't work? Is it a compiler/linker error. Is an exception being thrown? Have you stepped through the code using the debugger?

Geennaam82 wrote:
foldernamestruct fns[MAX_DIRECTORIES_CHECK];


Why don't you use one of the STL containers so that you can handle any number of folders?

Geennaam82 wrote:
int listDirectories( char* directory )


Since directory is not changing, make it const.

int listDirectories( const char *directory )



"Talent without discipline is like an octopus on roller skates. There's plenty of movement, but you never know if it's going to be forward, backwards, or sideways." - H. Jackson Brown, Jr.

"Judge not by the eye but by the heart." - Native American Proverb


AnswerRe: problem with FileInformation Pin
ragnabob15-Sep-06 2:50
ragnabob15-Sep-06 2:50 
GeneralRe: problem with FileInformation Pin
David Crow15-Sep-06 2:53
David Crow15-Sep-06 2:53 
GeneralRe: problem with FileInformation Pin
ragnabob15-Sep-06 3:15
ragnabob15-Sep-06 3:15 
AnswerRe: problem with FileInformation Pin
Stephen Hewitt15-Sep-06 3:03
Stephen Hewitt15-Sep-06 3:03 
GeneralRe: problem with FileInformation Pin
ragnabob15-Sep-06 3:14
ragnabob15-Sep-06 3:14 
GeneralRe: problem with FileInformation Pin
Stephen Hewitt16-Sep-06 1:32
Stephen Hewitt16-Sep-06 1:32 
QuestionWhat's function use for delete file and folder? Pin
Max++15-Sep-06 2:43
Max++15-Sep-06 2:43 
AnswerRe: What's function use for delete file and folder? Pin
Hamid_RT15-Sep-06 2:47
Hamid_RT15-Sep-06 2:47 
QuestionRe: What's function use for delete file and folder? Pin
David Crow15-Sep-06 2:48
David Crow15-Sep-06 2:48 
AnswerRe: What's function use for delete file and folder? Pin
Max++15-Sep-06 3:24
Max++15-Sep-06 3:24 
GeneralRe: What's function use for delete file and folder? Pin
David Crow15-Sep-06 3:32
David Crow15-Sep-06 3:32 
QuestionATL Control Pin
Demian Panello15-Sep-06 2:37
Demian Panello15-Sep-06 2:37 
QuestionHow to deny zero on CEdit Pin
virtualsamurai15-Sep-06 2:36
virtualsamurai15-Sep-06 2:36 
AnswerRe: How to deny zero on CEdit Pin
Hamid_RT15-Sep-06 2:54
Hamid_RT15-Sep-06 2:54 
GeneralRe: How to deny zero on CEdit Pin
virtualsamurai15-Sep-06 3:25
virtualsamurai15-Sep-06 3:25 
GeneralRe: How to deny zero on CEdit Pin
Zac Howland15-Sep-06 3:32
Zac Howland15-Sep-06 3:32 
GeneralRe: How to deny zero on CEdit Pin
virtualsamurai15-Sep-06 3:38
virtualsamurai15-Sep-06 3:38 

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.