Click here to Skip to main content
15,890,995 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: COM Port Acesss in VC++ Pin
mikeorama1234527-Jun-06 8:43
mikeorama1234527-Jun-06 8:43 
AnswerRe: COM Port Acesss in VC++ Pin
Hamid_RT27-Jun-06 19:17
Hamid_RT27-Jun-06 19:17 
QuestionMultiple string tables in exe Pin
Andre xxxxxxx27-Jun-06 6:06
Andre xxxxxxx27-Jun-06 6:06 
AnswerRe: Multiple string tables in exe Pin
Joe Woodbury27-Jun-06 6:15
professionalJoe Woodbury27-Jun-06 6:15 
GeneralRe: Multiple string tables in exe Pin
Andre xxxxxxx27-Jun-06 6:22
Andre xxxxxxx27-Jun-06 6:22 
GeneralRe: Multiple string tables in exe Pin
Joe Woodbury27-Jun-06 6:29
professionalJoe Woodbury27-Jun-06 6:29 
GeneralRe: Multiple string tables in exe Pin
Andre xxxxxxx27-Jun-06 6:35
Andre xxxxxxx27-Jun-06 6:35 
GeneralRe: Multiple string tables in exe Pin
Joe Woodbury27-Jun-06 6:47
professionalJoe Woodbury27-Jun-06 6:47 
I wouldn't overload LoadString directly. Rather I'd add a function like MyLoadString which would have smarts about what the current language is and all that. The advantage of this is that it could account for language neutral strings and whether satellite DLLs are used or not--in other words, the rest of your code wouldn't care where the strings are or how they are organized. For CString, you could have an overloaded version of MyLoadString that took a reference to a CString object and the ID (or you could always return a CString--there are many possibilities.)

Anyone who thinks he has a better idea of what's good for people than people do is a swine.
- P.J. O'Rourke

GeneralRe: Multiple string tables in exe Pin
Andre xxxxxxx27-Jun-06 8:30
Andre xxxxxxx27-Jun-06 8:30 
AnswerRe: Multiple string tables in exe Pin
Zac Howland27-Jun-06 7:21
Zac Howland27-Jun-06 7:21 
GeneralRe: Multiple string tables in exe Pin
Andre xxxxxxx27-Jun-06 8:29
Andre xxxxxxx27-Jun-06 8:29 
GeneralRe: Multiple string tables in exe Pin
Zac Howland27-Jun-06 9:20
Zac Howland27-Jun-06 9:20 
Questionstring tables Pin
big_denny_20027-Jun-06 5:43
big_denny_20027-Jun-06 5:43 
AnswerRe: string tables Pin
Neil Van Eps27-Jun-06 5:48
Neil Van Eps27-Jun-06 5:48 
AnswerRe: string tables Pin
sach!!27-Jun-06 18:55
sach!!27-Jun-06 18:55 
AnswerRe: string tables Pin
Hamid_RT27-Jun-06 19:04
Hamid_RT27-Jun-06 19:04 
Questionwhat is a source control? [modified] Pin
big_denny_20027-Jun-06 5:34
big_denny_20027-Jun-06 5:34 
AnswerRe: what is a source control? Pin
Chris Losinger27-Jun-06 5:52
professionalChris Losinger27-Jun-06 5:52 
AnswerRe: what is a source control? Pin
Jun Du27-Jun-06 6:09
Jun Du27-Jun-06 6:09 
AnswerRe: what is a source control? Pin
James R. Twine27-Jun-06 6:58
James R. Twine27-Jun-06 6:58 
AnswerRe: what is a source control? Pin
Andre xxxxxxx27-Jun-06 11:19
Andre xxxxxxx27-Jun-06 11:19 
QuestionPointer Theory Pin
Richard Andrew x6427-Jun-06 5:31
professionalRichard Andrew x6427-Jun-06 5:31 
AnswerRe: Pointer Theory Pin
Chris Losinger27-Jun-06 5:54
professionalChris Losinger27-Jun-06 5:54 
GeneralRe: Pointer Theory Pin
Richard Andrew x6427-Jun-06 6:00
professionalRichard Andrew x6427-Jun-06 6:00 
GeneralRe: Pointer Theory Pin
Zac Howland27-Jun-06 7:40
Zac Howland27-Jun-06 7:40 

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.