Click here to Skip to main content
15,913,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Identifying sequence point errors in VS6 Pin
John R. Shaw19-Mar-06 12:22
John R. Shaw19-Mar-06 12:22 
GeneralRe: Identifying sequence point errors in VS6 Pin
Ryan Binns12-Mar-06 17:31
Ryan Binns12-Mar-06 17:31 
GeneralRe: Identifying sequence point errors in VS6 Pin
John R. Shaw16-Mar-06 15:44
John R. Shaw16-Mar-06 15:44 
AnswerRe: Identifying sequence point errors in VS6 Pin
Trollslayer12-Mar-06 1:45
mentorTrollslayer12-Mar-06 1:45 
GeneralRe: Identifying sequence point errors in VS6 Pin
Chintoo72312-Mar-06 3:44
Chintoo72312-Mar-06 3:44 
GeneralRe: Identifying sequence point errors in VS6 Pin
Trollslayer12-Mar-06 10:06
mentorTrollslayer12-Mar-06 10:06 
QuestionHow to translate applications using resources files Pin
Allad11-Mar-06 17:40
Allad11-Mar-06 17:40 
AnswerRe: How to translate applications using resources files Pin
John R. Shaw11-Mar-06 22:32
John R. Shaw11-Mar-06 22:32 
I have written programs that allow multiple languages, but I have not written one that supported multiple languages for the interface.

Given that, there is a book from Microsoft press that explains the subject. I forget its name but it was included in the VC6 MSDN library and the 2nd edition came out last year.

There is also an article some where on CP on the subject.

Essentially it breaks down to providing a DLL for each language that contains the strings for the required languages. In order to change the language all you have to do is change the DLL. In other words, your string resources are stored in a DLL. You still have to make sure that you give enough room in the text fields (at least in dialogs) for longer text strings or shorter text strings.

The biggest problem is working with Asian text, because you have to give extra room for the height. Outside of Asian characters I have not [yet] ran across double byte characters.

I do need to warn you, in the middle-east we may have a totally different problem, but I am not going to discuss that now.


INTP
Every thing is relative...
GeneralRe: How to translate applications using resources files Pin
Allad12-Mar-06 2:00
Allad12-Mar-06 2:00 
GeneralRe: How to translate applications using resources files Pin
John R. Shaw16-Mar-06 15:24
John R. Shaw16-Mar-06 15:24 
QuestionHow can i enumerate all users in PC? Pin
fcoder11-Mar-06 16:41
fcoder11-Mar-06 16:41 
AnswerRe: How can i enumerate all users in PC? Pin
Anton Mikhalyov11-Mar-06 21:13
Anton Mikhalyov11-Mar-06 21:13 
AnswerRe: How can i enumerate all users in PC? Pin
Hamid_RT11-Mar-06 21:14
Hamid_RT11-Mar-06 21:14 
AnswerRe: How can i enumerate all users in PC? Pin
Hamid_RT11-Mar-06 21:24
Hamid_RT11-Mar-06 21:24 
AnswerRe: How can i enumerate all users in PC? Pin
John R. Shaw11-Mar-06 22:42
John R. Shaw11-Mar-06 22:42 
Questionmethod of hook dll Pin
HOW WHAT11-Mar-06 15:15
HOW WHAT11-Mar-06 15:15 
AnswerRe: method of hook dll Pin
Anton Mikhalyov11-Mar-06 18:17
Anton Mikhalyov11-Mar-06 18:17 
GeneralRe: method of hook dll Pin
HOW WHAT11-Mar-06 18:41
HOW WHAT11-Mar-06 18:41 
GeneralRe: method of hook dll Pin
Anton Mikhalyov11-Mar-06 20:52
Anton Mikhalyov11-Mar-06 20:52 
GeneralRe: method of hook dll Pin
HOW WHAT12-Mar-06 1:24
HOW WHAT12-Mar-06 1:24 
GeneralRe: method of hook dll Pin
Anton Mikhalyov12-Mar-06 3:55
Anton Mikhalyov12-Mar-06 3:55 
GeneralRe: method of hook dll Pin
HOW WHAT12-Mar-06 4:52
HOW WHAT12-Mar-06 4:52 
GeneralRe: method of hook dll Pin
Anton Mikhalyov13-Mar-06 1:17
Anton Mikhalyov13-Mar-06 1:17 
QuestionALTER TABLE Pin
The Little Lloyd11-Mar-06 11:11
The Little Lloyd11-Mar-06 11:11 
AnswerRe: ALTER TABLE Pin
Jeremy Falcon11-Mar-06 15:12
professionalJeremy Falcon11-Mar-06 15:12 

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.