Click here to Skip to main content
15,891,248 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionPainting with win32. Pin
Steve_30-Jan-09 5:49
Steve_30-Jan-09 5:49 
GeneralRe: Painting with win32. Pin
Michael Dunn30-Jan-09 6:42
sitebuilderMichael Dunn30-Jan-09 6:42 
GeneralRe: Painting with win32. Pin
Steve_30-Jan-09 6:59
Steve_30-Jan-09 6:59 
GeneralRe: Painting with win32. Pin
Code-o-mat30-Jan-09 23:13
Code-o-mat30-Jan-09 23:13 
GeneralRe: Painting with win32. Pin
Randor 31-Jan-09 0:07
professional Randor 31-Jan-09 0:07 
GeneralRe: Painting with win32. Pin
Code-o-mat30-Jan-09 7:02
Code-o-mat30-Jan-09 7:02 
QuestionStrings and Translation Pin
Software200730-Jan-09 4:48
Software200730-Jan-09 4:48 
AnswerRe: Strings and Translation Pin
Jonathan Davies30-Jan-09 5:05
Jonathan Davies30-Jan-09 5:05 
I used a .mc file containing messages such as:

MessageId		= 1004
Severity		= Error
SymbolicName	= RAD_FCE_DRVNOTINSTALLED
Language		= English
Allied Vision firewire message: Kernel mode driver not installed

which when compiled gives me a .rc and a .h

I recall that at some point I built a .dll using the resource that had one method: GetString(...)
and could just recompile the .dll when (in theory) a new language was added; which sounds like what you are looking for. I've never had cause to actually add another language though so can't advise on that.
I dropped the .dll idea eventually and now just compile the .h and .rc straight into my main code as it's easier for me.
GeneralRe: Strings and Translation Pin
Software200730-Jan-09 5:20
Software200730-Jan-09 5:20 
GeneralRe: Strings and Translation Pin
Jonathan Davies30-Jan-09 5:37
Jonathan Davies30-Jan-09 5:37 
GeneralRe: Strings and Translation Pin
Software200730-Jan-09 6:34
Software200730-Jan-09 6:34 
QuestionNtOpenFile problem Pin
Member 342050930-Jan-09 3:22
Member 342050930-Jan-09 3:22 
AnswerRe: NtOpenFile problem Pin
Stuart Dootson30-Jan-09 3:49
professionalStuart Dootson30-Jan-09 3:49 
Questionprogramming network UDP application Pin
karpis_miroslav30-Jan-09 2:36
karpis_miroslav30-Jan-09 2:36 
QuestionRe: programming network UDP application Pin
CPallini30-Jan-09 2:45
mveCPallini30-Jan-09 2:45 
AnswerRe: programming network UDP application Pin
karpis_miroslav30-Jan-09 2:47
karpis_miroslav30-Jan-09 2:47 
QuestionRe: programming network UDP application Pin
CPallini30-Jan-09 3:09
mveCPallini30-Jan-09 3:09 
AnswerRe: programming network UDP application Pin
Code-o-mat30-Jan-09 2:47
Code-o-mat30-Jan-09 2:47 
AnswerRe: programming network UDP application Pin
David Crow30-Jan-09 3:27
David Crow30-Jan-09 3:27 
QuestionHow to bypass internet proxy programatically. Pin
SNI30-Jan-09 2:00
SNI30-Jan-09 2:00 
AnswerRe: How to bypass internet proxy programatically. Pin
CPallini30-Jan-09 2:46
mveCPallini30-Jan-09 2:46 
QuestionSytem tray icon. Pin
sam_psycho30-Jan-09 1:53
sam_psycho30-Jan-09 1:53 
AnswerRe: Sytem tray icon. Pin
Code-o-mat30-Jan-09 2:06
Code-o-mat30-Jan-09 2:06 
GeneralRe: Sytem tray icon. Pin
sam_psycho30-Jan-09 2:37
sam_psycho30-Jan-09 2:37 
GeneralRe: Sytem tray icon. Pin
Code-o-mat30-Jan-09 2:43
Code-o-mat30-Jan-09 2:43 

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.