Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
A product family could have the following resourses division Smile | :) :

- application level, with all libs used by an application:
one resource.h and one directory for resource DLLs

(the shared by applications libs could have a reserved ID-area
in an external header)

- that directory is the second (sub-)level:
DLLs - for each needed language

Of course, the only GUI-Strings should be placed in the resources
(which must be localized (translated ?)).

An application does set the resource handle to its needed dll,
for itself and all its libs at the run time.

A "counter question":
what role can have a non-GUI string constant in a real code ? Smile | :)
virtual void BeHappy() = 0;

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 
AnswerRe: Getting path count Pin
Code-o-mat15-Sep-10 1:55
Code-o-mat15-Sep-10 1:55 
QuestionC2259 Pin
T.RATHA KRISHNAN14-Sep-10 22:29
T.RATHA KRISHNAN14-Sep-10 22:29 
AnswerRe: C2259 Pin
Niklas L14-Sep-10 22:33
Niklas L14-Sep-10 22:33 

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.