Click here to Skip to main content
15,911,531 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: retrieving an _int64 with stroul? Pin
jmkhael6-Aug-04 4:59
jmkhael6-Aug-04 4:59 
GeneralRe: retrieving an _int64 with stroul? Pin
ns6-Aug-04 5:31
ns6-Aug-04 5:31 
GeneralInternet Explorer Pin
Member 12759356-Aug-04 4:26
Member 12759356-Aug-04 4:26 
GeneralRe: Internet Explorer Pin
David Crow6-Aug-04 4:29
David Crow6-Aug-04 4:29 
GeneralSorting CTreeCtrl items ... Pin
Maximilien6-Aug-04 4:24
Maximilien6-Aug-04 4:24 
QuestionPossible to check for download? Pin
Larsson6-Aug-04 3:53
Larsson6-Aug-04 3:53 
AnswerRe: Possible to check for download? Pin
David Crow6-Aug-04 4:28
David Crow6-Aug-04 4:28 
Generalunicode case insensative compares Pin
Henry miller6-Aug-04 3:40
Henry miller6-Aug-04 3:40 
Is there an easy way to compare two unicode strings that isn't case sensative. That is "fIlEnAmE" and "FiLeNaMe" should be considered the same?

My program presents writes a level 3 ISO9660 file system. Windows is unable to deal with this correctly. (I seem to be the only one actually writing level 3 ISO9660) Thus I need to read it myself. This works just fine in normal ISO9660, but as soon as I add joliet extentions I have to change to unicode, and there I am case preserving. (as joliet requires) However windows is not case sensative, and there I'm not sure what to do.

The easy solution is to convert to ASCII, which is easy to convert to upper case, but that won't work for anything other than latin derived languages (I wouldn't be surprized if some of them had special case that didn't work), with unicode I'm already close to supporting other languages correctly, I'd like to go the rest of the way if I can.

Thus the question, can I access whatever function windows uses to convert case, in unicode?
GeneralRe: unicode case insensative compares Pin
Jim Crafton6-Aug-04 3:53
Jim Crafton6-Aug-04 3:53 
GeneralRe: unicode case insensative compares Pin
Jim Crafton6-Aug-04 3:55
Jim Crafton6-Aug-04 3:55 
GeneralRe: unicode case insensative compares Pin
Henry miller6-Aug-04 4:29
Henry miller6-Aug-04 4:29 
GeneralAre named pipes Secure Pin
Malcolm Smart6-Aug-04 3:36
Malcolm Smart6-Aug-04 3:36 
GeneralRe: Are named pipes Secure Pin
valikac6-Aug-04 6:09
valikac6-Aug-04 6:09 
GeneralList controll Pin
Larsson6-Aug-04 2:57
Larsson6-Aug-04 2:57 
GeneralRe: List controll Pin
Ravi Bhavnani6-Aug-04 3:12
professionalRavi Bhavnani6-Aug-04 3:12 
Generalwindow doesn't get redrawn Pin
Kamis6-Aug-04 2:56
Kamis6-Aug-04 2:56 
GeneralRe: window doesn't get redrawn Pin
Ravi Bhavnani6-Aug-04 3:14
professionalRavi Bhavnani6-Aug-04 3:14 
GeneralRe: window doesn't get redrawn Pin
Kamis6-Aug-04 7:04
Kamis6-Aug-04 7:04 
GeneralRe: window doesn't get redrawn Pin
Ravi Bhavnani6-Aug-04 7:37
professionalRavi Bhavnani6-Aug-04 7:37 
GeneralInserting ActiveX from VB Pin
dudic6-Aug-04 2:44
dudic6-Aug-04 2:44 
GeneralRe: Drag n Drop a file Pin
David Crow6-Aug-04 2:34
David Crow6-Aug-04 2:34 
Generaltristate menu item Pin
gokings6-Aug-04 2:30
gokings6-Aug-04 2:30 
GeneralIs there any method to draw point and ellipse using real value( i.e. floats) Pin
JHAKAS6-Aug-04 0:49
JHAKAS6-Aug-04 0:49 
GeneralNo Keyboard Dialog Controls Pin
Joel Holdsworth6-Aug-04 0:46
Joel Holdsworth6-Aug-04 0:46 
GeneralRe: No Keyboard Dialog Controls Pin
David Crow6-Aug-04 2:13
David Crow6-Aug-04 2:13 

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.