Click here to Skip to main content
16,004,991 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: ODBC, ADO or OLEDB ? Pin
cmk22-Sep-04 22:22
cmk22-Sep-04 22:22 
GeneralRe: ODBC, ADO or OLEDB ? Pin
0v3rloader23-Sep-04 4:39
0v3rloader23-Sep-04 4:39 
GeneralRe: ODBC, ADO or OLEDB ? Pin
cmk23-Sep-04 10:46
cmk23-Sep-04 10:46 
QuestionCreating an escaped windows path? Pin
hyling22-Sep-04 8:20
hyling22-Sep-04 8:20 
AnswerRe: Creating an escaped windows path? Pin
David Crow22-Sep-04 8:35
David Crow22-Sep-04 8:35 
GeneralRe: Creating an escaped windows path? Pin
hyling22-Sep-04 8:42
hyling22-Sep-04 8:42 
GeneralRe: Creating an escaped windows path? Pin
David Crow22-Sep-04 8:53
David Crow22-Sep-04 8:53 
GeneralRe: Creating an escaped windows path? Pin
hyling22-Sep-04 9:12
hyling22-Sep-04 9:12 
CFileDialog will be replace with the Linux equivalent for the port.

fopen seems to only accept an escaped string even if it is not a string literal, ie. when CFileDialog returns an unescaped string fopen can not open the file.

I understand how an escaped string works. I should have been more explicit. I'm asking, is there an easier way to get an escaped version of the string without having to write my own code to escape the '/' in the path. I don't have a problem with writing that code, but I don't want to reinvent the wheel.

Thanks
Hua-Ying
GeneralRe: Creating an escaped windows path? Pin
David Crow22-Sep-04 9:23
David Crow22-Sep-04 9:23 
GeneralRe: Creating an escaped windows path? Pin
hyling22-Sep-04 9:45
hyling22-Sep-04 9:45 
GeneralStruggling with multiple views Pin
Budric B.22-Sep-04 8:09
Budric B.22-Sep-04 8:09 
GeneralRe: Struggling with multiple views Pin
Jeff Bogan22-Sep-04 8:30
Jeff Bogan22-Sep-04 8:30 
GeneralRe: Struggling with multiple views Pin
Budric B.22-Sep-04 8:45
Budric B.22-Sep-04 8:45 
GeneralRe: Struggling with multiple views Pin
Jeff Bogan22-Sep-04 9:02
Jeff Bogan22-Sep-04 9:02 
GeneralRe: Thanks Pin
Budric B.22-Sep-04 9:50
Budric B.22-Sep-04 9:50 
GeneralRe: Thanks Pin
Jeff Bogan22-Sep-04 9:53
Jeff Bogan22-Sep-04 9:53 
GeneralCannot display bitmap using LoadImage() function! Pin
YooVeeAy22-Sep-04 7:55
YooVeeAy22-Sep-04 7:55 
GeneralRe: Cannot display bitmap using LoadImage() function! Pin
Jeff Bogan22-Sep-04 8:15
Jeff Bogan22-Sep-04 8:15 
GeneralRe: Cannot display bitmap using LoadImage() function! Pin
YooVeeAy22-Sep-04 9:03
YooVeeAy22-Sep-04 9:03 
GeneralRe: Cannot display bitmap using LoadImage() function! Pin
Jeff Bogan22-Sep-04 9:34
Jeff Bogan22-Sep-04 9:34 
GeneralBitMap to RGN Window Pin
KciNKh22-Sep-04 7:42
KciNKh22-Sep-04 7:42 
GeneralRe: BitMap to RGN Window Pin
Alexander M.,22-Sep-04 10:33
Alexander M.,22-Sep-04 10:33 
GeneralVisual Studio 6.0 against C++.Net Pin
Jeff Bogan22-Sep-04 7:31
Jeff Bogan22-Sep-04 7:31 
Generaldelete Array function logic error Pin
Anonymous22-Sep-04 7:20
Anonymous22-Sep-04 7:20 
GeneralRe: delete Array function logic error Pin
David Crow22-Sep-04 9:39
David Crow22-Sep-04 9:39 

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.