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

C / C++ / MFC

 
AnswerRe: Unicode text in messagebox from utf-8 file - VC 6.0 Pin
Aescleal10-Aug-10 11:46
Aescleal10-Aug-10 11:46 
GeneralRe: Unicode text in messagebox from utf-8 file - VC 6.0 Pin
Jayapal Chandran10-Aug-10 12:21
Jayapal Chandran10-Aug-10 12:21 
GeneralRe: Unicode text in messagebox from utf-8 file - VC 6.0 Pin
Aescleal10-Aug-10 19:36
Aescleal10-Aug-10 19:36 
GeneralRe: Unicode text in messagebox from utf-8 file - VC 6.0 Pin
Jayapal Chandran12-Aug-10 9:03
Jayapal Chandran12-Aug-10 9:03 
GeneralRe: Unicode text in messagebox from utf-8 file - VC 6.0 Pin
Jayapal Chandran7-Oct-10 0:53
Jayapal Chandran7-Oct-10 0:53 
QuestionWriteFile() API failed and GetLastError return 0x05 value. Pin
Member 390315410-Aug-10 4:54
Member 390315410-Aug-10 4:54 
AnswerRe: WriteFile() API failed and GetLastError return 0x05 value. Pin
Richard Andrew x6410-Aug-10 11:24
professionalRichard Andrew x6410-Aug-10 11:24 
AnswerRe: WriteFile() API failed and GetLastError return 0x05 value. Pin
Luc Pattyn10-Aug-10 11:46
sitebuilderLuc Pattyn10-Aug-10 11:46 
Member 3903154 wrote:
I check via DeviceIoControl()that disk is write able , it return true


that doesn't make much sense to me, for a couple of reasons.
1. The disk being writable does not imply you will be able to write the specific file.
2. If CreateFile succeeded, it already was able to modify the directory.
3. And anyways, DeviceIoControl returns true whenever it succeeds at executing what you ordered, so it returning true may or may not indicate the disk is writable.

As Richard suggested, show more of the code.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


QuestionHELP: pair-value search & replace Pin
andwan010-Aug-10 4:24
andwan010-Aug-10 4:24 
AnswerRe: HELP: pair-value search & replace Pin
Moak10-Aug-10 12:55
Moak10-Aug-10 12:55 
AnswerRe: HELP: pair-value search & replace Pin
CPallini10-Aug-10 20:55
mveCPallini10-Aug-10 20:55 
GeneralRe: HELP: pair-value search & replace Pin
Moak10-Aug-10 23:10
Moak10-Aug-10 23:10 
GeneralRe: HELP: pair-value search & replace Pin
CPallini10-Aug-10 23:18
mveCPallini10-Aug-10 23:18 
QuestionHow to Get CMenu Rect? [modified] Pin
dancingfish10-Aug-10 3:17
dancingfish10-Aug-10 3:17 
AnswerRe: How to Get CMenu Rect? Pin
CPallini10-Aug-10 3:25
mveCPallini10-Aug-10 3:25 
GeneralRe: How to Get CMenu Rect? Pin
dancingfish10-Aug-10 3:30
dancingfish10-Aug-10 3:30 
QuestionRe: How to Get CMenu Rect? Pin
David Crow10-Aug-10 3:32
David Crow10-Aug-10 3:32 
AnswerRe: How to Get CMenu Rect? Pin
dancingfish10-Aug-10 3:39
dancingfish10-Aug-10 3:39 
QuestionRe: How to Get CMenu Rect? Pin
David Crow10-Aug-10 3:46
David Crow10-Aug-10 3:46 
AnswerRe: How to Get CMenu Rect? Pin
dancingfish10-Aug-10 3:47
dancingfish10-Aug-10 3:47 
GeneralRe: How to Get CMenu Rect? Pin
David Crow10-Aug-10 4:11
David Crow10-Aug-10 4:11 
GeneralRe: How to Get CMenu Rect? Pin
Richard MacCutchan10-Aug-10 4:03
mveRichard MacCutchan10-Aug-10 4:03 
AnswerRe: How to Get CMenu Rect? Pin
Eugen Podsypalnikov10-Aug-10 9:41
Eugen Podsypalnikov10-Aug-10 9:41 
GeneralRe: How to Get CMenu Rect? Pin
dancingfish10-Aug-10 14:39
dancingfish10-Aug-10 14:39 
QuestionLogging in VC++ Pin
dilara semerci10-Aug-10 1:57
dilara semerci10-Aug-10 1:57 

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.