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

C / C++ / MFC

 
AnswerRe: CFileDialog problem with Vista Pin
Paresh Chitte16-Apr-07 21:38
Paresh Chitte16-Apr-07 21:38 
QuestionHow to gray a Tab in TabCtrl? Pin
narayanagvs16-Apr-07 20:22
narayanagvs16-Apr-07 20:22 
AnswerRe: How to gray a Tab in TabCtrl? Pin
prasad_som16-Apr-07 21:04
prasad_som16-Apr-07 21:04 
QuestionCode-Page? Pin
John R. Shaw16-Apr-07 17:50
John R. Shaw16-Apr-07 17:50 
AnswerRe: Code-Page? Pin
markkuk17-Apr-07 1:58
markkuk17-Apr-07 1:58 
GeneralRe: Code-Page? Pin
John R. Shaw17-Apr-07 4:51
John R. Shaw17-Apr-07 4:51 
QuestionRe: Code-Page? Pin
David Crow17-Apr-07 4:59
David Crow17-Apr-07 4:59 
AnswerRe: Code-Page? Pin
John R. Shaw17-Apr-07 6:33
John R. Shaw17-Apr-07 6:33 
DavidCrow wrote:
Is _getmbcp() of any help, or is that still MS-specific?


Yes it is. Any function beginning with ‘_’ is MS-specific and others without the under-bar may also be vendor specific. Some times it is hard to tell.

As Markkuk pointed out, even code-pages are vendor specific; therefore I can not use them at all.

I have been investigating ‘isleadbyte’ and ‘mblen’ and find that even though MS marks them as ANSI, that they are not listed in the C standard.

The code must be as generic as possible. It is only this top level parsing template that is giving me trouble, when it comes to generating ranges of characters. The lower level templates have no knowledge, nor care, about such details.

See my answer to Markkuk for a link to original problem.


INTP
"Program testing can be used to show the presence of bugs, but never to show their absence."Edsger Dijkstra

QuestionCTreeCtrl Problem Pin
_anil_16-Apr-07 17:49
_anil_16-Apr-07 17:49 
AnswerRe: CTreeCtrl Problem Pin
aquawicket16-Apr-07 18:03
aquawicket16-Apr-07 18:03 
GeneralRe: CTreeCtrl Problem Pin
_anil_16-Apr-07 18:07
_anil_16-Apr-07 18:07 
GeneralRe: CTreeCtrl Problem Pin
Michael Dunn16-Apr-07 18:25
sitebuilderMichael Dunn16-Apr-07 18:25 
GeneralRe: CTreeCtrl Problem Pin
Parthi_Appu16-Apr-07 18:26
Parthi_Appu16-Apr-07 18:26 
AnswerRe: CTreeCtrl Problem Pin
syampj16-Apr-07 20:47
syampj16-Apr-07 20:47 
AnswerRe: CTreeCtrl Problem Pin
skornel17-Apr-07 2:27
skornel17-Apr-07 2:27 
QuestionNot access to child dialog object... Assert Error.. Pin
aquawicket16-Apr-07 16:59
aquawicket16-Apr-07 16:59 
AnswerRe: Not access to child dialog object... Assert Error.. Pin
aquawicket16-Apr-07 17:32
aquawicket16-Apr-07 17:32 
Questioncrypto and stego..? Pin
Software_Specialist16-Apr-07 13:11
Software_Specialist16-Apr-07 13:11 
AnswerRe: crypto and stego..? Pin
Dmitry Khudorozhkov16-Apr-07 14:37
Dmitry Khudorozhkov16-Apr-07 14:37 
Questiongetline help Pin
arbster116-Apr-07 10:56
arbster116-Apr-07 10:56 
AnswerRe: getline help Pin
toxcct16-Apr-07 11:08
toxcct16-Apr-07 11:08 
GeneralRe: getline help Pin
arbster116-Apr-07 11:10
arbster116-Apr-07 11:10 
GeneralRe: getline help Pin
toxcct16-Apr-07 11:14
toxcct16-Apr-07 11:14 
AnswerRe: getline help Pin
Stephen Hewitt16-Apr-07 18:08
Stephen Hewitt16-Apr-07 18:08 
GeneralRe: getline help Pin
toxcct16-Apr-07 20:28
toxcct16-Apr-07 20:28 

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.