Click here to Skip to main content
15,914,074 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralAudio Encoder/Decoder Pin
aRtsZ28-Jan-05 4:23
aRtsZ28-Jan-05 4:23 
GeneralConst static template member in class Pin
Anonymous28-Jan-05 3:34
Anonymous28-Jan-05 3:34 
GeneralRe: Const static template member in class Pin
Chris Losinger28-Jan-05 4:54
professionalChris Losinger28-Jan-05 4:54 
GeneralRe: Const static template member in class Pin
Anonymous29-Jan-05 1:48
Anonymous29-Jan-05 1:48 
GeneralRe: Const static template member in class Pin
Chris Losinger29-Jan-05 4:09
professionalChris Losinger29-Jan-05 4:09 
GeneralRe: Const static template member in class Pin
Anonymous29-Jan-05 7:46
Anonymous29-Jan-05 7:46 
GeneralCFileDialog problem Pin
Aamir Butt28-Jan-05 3:29
Aamir Butt28-Jan-05 3:29 
GeneralRe: CFileDialog problem Pin
Blake Miller28-Jan-05 3:58
Blake Miller28-Jan-05 3:58 
Sometimes CFileDialog will switch directories.
You can call GetCurrentDirectory to see if it has switched to the directory the first file is in (the file you can not delete).
Also, I think it has a slow release cache built into the dialog or some code it utilitizes. If you were to wait a moment, you would find you might be able to delete the files. I say this because, if you watch your debug output after calling a CFileDialog, you will notice information about a secondary thread you did not directly create that terminates after a few seconds. This might be where the caching is occurring. I don't know how to force it to flush immediately.
I think it is a 'design feature' of CFileDialog that can sometimes get in your way.
GeneralRe: CFileDialog problem Pin
David Crow28-Jan-05 4:10
David Crow28-Jan-05 4:10 
GeneralRe: CFileDialog problem Pin
Aamir Butt28-Jan-05 4:33
Aamir Butt28-Jan-05 4:33 
GeneralRe: CFileDialog problem Pin
David Crow28-Jan-05 5:21
David Crow28-Jan-05 5:21 
GeneralRe: CFileDialog problem Pin
Aamir Butt30-Jan-05 18:24
Aamir Butt30-Jan-05 18:24 
Generalcall for help Pin
yanyu8128-Jan-05 3:25
yanyu8128-Jan-05 3:25 
GeneralCall For Help Pin
yanyu8128-Jan-05 3:21
yanyu8128-Jan-05 3:21 
GeneralRe: Call For Help Pin
David Crow28-Jan-05 4:04
David Crow28-Jan-05 4:04 
GeneralRe: Call For Help Pin
yanyu8128-Jan-05 14:06
yanyu8128-Jan-05 14:06 
GeneralRe: Call For Help Pin
David Crow28-Jan-05 15:04
David Crow28-Jan-05 15:04 
GeneralRe: Call For Help Pin
yanyu8130-Jan-05 4:27
yanyu8130-Jan-05 4:27 
GeneralRe: Call For Help Pin
David Crow31-Jan-05 2:24
David Crow31-Jan-05 2:24 
GeneralDecryption Pin
gecool28-Jan-05 2:55
gecool28-Jan-05 2:55 
GeneralUnicode CString init from &#XXXX;&#YYYY; representation Pin
lob28-Jan-05 1:17
lob28-Jan-05 1:17 
GeneralRe: Unicode CString init from &#XXXX;&#YYYY; representation Pin
includeh1028-Jan-05 7:49
includeh1028-Jan-05 7:49 
GeneralRe: Unicode CString init from &#XXXX;&#YYYY; representation Pin
lob28-Jan-05 9:30
lob28-Jan-05 9:30 
GeneralConsole Output Pin
IronMike27-Jan-05 23:51
IronMike27-Jan-05 23:51 
GeneralRe: Console Output Pin
trelliot28-Jan-05 2:33
trelliot28-Jan-05 2:33 

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.