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

C / C++ / MFC

 
GeneralRe: fatal error c1020: unexpected #endif Pin
David Crow16-Sep-10 2:51
David Crow16-Sep-10 2:51 
AnswerRe: fatal error c1020: unexpected #endif Pin
Richard MacCutchan15-Sep-10 8:37
mveRichard MacCutchan15-Sep-10 8:37 
GeneralRe: fatal error c1020: unexpected #endif Pin
AmbiguousName15-Sep-10 19:11
AmbiguousName15-Sep-10 19:11 
GeneralRe: fatal error c1020: unexpected #endif Pin
Richard MacCutchan15-Sep-10 21:56
mveRichard MacCutchan15-Sep-10 21:56 
AnswerRe: fatal error c1020: unexpected #endif Pin
Emilio Garavaglia15-Sep-10 21:37
Emilio Garavaglia15-Sep-10 21:37 
GeneralRe: fatal error c1020: unexpected #endif Pin
AmbiguousName15-Sep-10 23:17
AmbiguousName15-Sep-10 23:17 
QuestionBest practice for managing large quantity of hard-coded string in application. Pin
Maximilien15-Sep-10 4:17
Maximilien15-Sep-10 4:17 
AnswerRe: Best practice for managing large quantity of hard-coded string in application. Pin
Aescleal15-Sep-10 5:28
Aescleal15-Sep-10 5:28 
Have a look at gettext. I've used it in a couple of projects and it's worked okay. It doesn't require loads of changes to the source and it's not too bad for localisation. It also handles strings from libraries fairly well.

One big bugger is that it's a bit arcane to support unicode, but you can get over that with a bit of reading.

Cheers,

Ash
GeneralRe: Best practice for managing large quantity of hard-coded string in application. Pin
Maximilien15-Sep-10 8:19
Maximilien15-Sep-10 8:19 
GeneralRe: Best practice for managing large quantity of hard-coded string in application. Pin
Aescleal15-Sep-10 11:19
Aescleal15-Sep-10 11:19 
AnswerRe: Best practice for managing large quantity of hard-coded string in application. Pin
Eugen Podsypalnikov15-Sep-10 9:19
Eugen Podsypalnikov15-Sep-10 9:19 
AnswerRe: Best practice for managing large quantity of hard-coded string in application. Pin
Sameerkumar Namdeo15-Sep-10 19:26
Sameerkumar Namdeo15-Sep-10 19:26 
AnswerRe: Best practice for managing large quantity of hard-coded string in application. Pin
Shivanand Gupta15-Sep-10 20:24
Shivanand Gupta15-Sep-10 20:24 
GeneralRe: Best practice for managing large quantity of hard-coded string in application. Pin
David Crow16-Sep-10 5:44
David Crow16-Sep-10 5:44 
GeneralRe: Best practice for managing large quantity of hard-coded string in application. Pin
Shivanand Gupta16-Sep-10 10:27
Shivanand Gupta16-Sep-10 10:27 
AnswerRe: Best practice for managing large quantity of hard-coded string in application. [modified] Pin
Alain Rist16-Sep-10 0:02
Alain Rist16-Sep-10 0:02 
QuestionHow can remove dotted gray line that is display in row of ListCtrl? Pin
Le@rner14-Sep-10 23:36
Le@rner14-Sep-10 23:36 
AnswerRe: How can remove dotted gray line that is display in row of ListCtrl? Pin
Niklas L15-Sep-10 0:19
Niklas L15-Sep-10 0:19 
GeneralRe: How can remove dotted gray line that is display in row of ListCtrl? Pin
Le@rner15-Sep-10 0:31
Le@rner15-Sep-10 0:31 
GeneralRe: How can remove dotted gray line that is display in row of ListCtrl? Pin
Niklas L15-Sep-10 0:40
Niklas L15-Sep-10 0:40 
GeneralRe: How can remove dotted gray line that is display in row of ListCtrl? Pin
Cool_Dev15-Sep-10 3:17
Cool_Dev15-Sep-10 3:17 
QuestionDisplaying Greek text on a button in windows-xp Pin
msr_codeproject14-Sep-10 23:29
msr_codeproject14-Sep-10 23:29 
QuestionRe: Displaying Greek text on a button in windows-xp Pin
Cool_Dev15-Sep-10 3:22
Cool_Dev15-Sep-10 3:22 
AnswerRe: Displaying Greek text on a button in windows-xp Pin
Code-o-mat15-Sep-10 6:11
Code-o-mat15-Sep-10 6:11 
QuestionGetting path count Pin
Benjamin Bruno14-Sep-10 23:25
Benjamin Bruno14-Sep-10 23:25 

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.