Click here to Skip to main content
16,005,178 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
Sorry, I have been on a break.

The simplist approach would be to write your code using the functions prefixed with "_t" (Microsoft specific) to support single-byte, multibyte, and UNICODE character sets, depending on how it is compiled. Then require that their machine requires an OS (NT, Win2000, WinXP+) that supports UNICODE and only compile your code for UNICODE. Then you should be able to create one application that supports all UNICODE supported languages with one program (not including the interface).

If you need to support Win3.1, Win95, Win98, or Millinium Edition then it is to complicated to explain.

Good luck!

INTP
Every thing is relative...
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 
GeneralRe: ALTER TABLE Pin
The Little Lloyd11-Mar-06 19:43
The Little Lloyd11-Mar-06 19:43 
GeneralRe: ALTER TABLE Pin
Jeremy Falcon11-Mar-06 20:07
professionalJeremy Falcon11-Mar-06 20:07 

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.