Click here to Skip to main content
15,922,894 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralPLEASE, STOP SENDING ME FILES!!!!! Pin
Daniel Visan23-Oct-01 3:53
Daniel Visan23-Oct-01 3:53 
GeneralRe: PLEASE, STOP SENDING ME FILES!!!!! Pin
Christian Graus23-Oct-01 9:39
protectorChristian Graus23-Oct-01 9:39 
GeneralMutiple language Pin
23-Oct-01 2:43
suss23-Oct-01 2:43 
GeneralRe: Mutiple language Pin
Tomasz Sowinski23-Oct-01 2:53
Tomasz Sowinski23-Oct-01 2:53 
GeneralRe: Mutiple language Pin
23-Oct-01 3:15
suss23-Oct-01 3:15 
GeneralRe: Mutiple language Pin
Tomasz Sowinski23-Oct-01 3:21
Tomasz Sowinski23-Oct-01 3:21 
GeneralRe: Mutiple language Pin
ZAZA23-Oct-01 3:51
ZAZA23-Oct-01 3:51 
GeneralRe: Mutiple language Pin
Tomasz Sowinski23-Oct-01 4:02
Tomasz Sowinski23-Oct-01 4:02 
if i find the mfc42loc.dll in english, french and german, could I rename them and load the apropriate one dynamicaly ?

Use 'Find in Files' to locate MFC code which loads MFC42LOC.DLL - just search for 'MFC42LOC' in vc98\mfc\src. Do not change MFC sources, rather copy the code into your application and load appropriate DLL at runtime, depending on language settings.


For the standard .rc file could I built resource DLLs and load them dynamicaly with AfxSetResourceHandle(LoadLibrary(mydll)) ?

If by 'standard .rc' you mean resources of your app, then yes, this is the way to go. Also, you can consider placing one (main) language in the .exe. This will make working with IDE easier - you'll be able to add command handlers from ClassWizard, etc.

Tomasz Sowinski -- http://www.shooltz.com
GeneralRe: Mutiple language Pin
Carlos Antollini23-Oct-01 4:02
Carlos Antollini23-Oct-01 4:02 
GeneralRe: Mutiple language Pin
ZAZA23-Oct-01 20:18
ZAZA23-Oct-01 20:18 
GeneralProblems with debugging Pin
Matjaz23-Oct-01 2:33
Matjaz23-Oct-01 2:33 
GeneralRe: Problems with debugging Pin
Andres Manggini23-Oct-01 5:07
Andres Manggini23-Oct-01 5:07 
GeneralRe: Problems with debugging Pin
Christian Graus23-Oct-01 9:46
protectorChristian Graus23-Oct-01 9:46 
GeneralRe: Problems with debugging Pin
Andrew Peace23-Oct-01 10:34
Andrew Peace23-Oct-01 10:34 
GeneralCRecordSet.Requery(); Pin
23-Oct-01 2:32
suss23-Oct-01 2:32 
GeneralRe: CRecordSet.Requery(); Pin
23-Oct-01 21:59
suss23-Oct-01 21:59 
QuestionOnOpenDocument same file? Pin
Kristian Nilssen23-Oct-01 1:18
Kristian Nilssen23-Oct-01 1:18 
AnswerRe: OnOpenDocument same file? Pin
Tomasz Sowinski23-Oct-01 2:27
Tomasz Sowinski23-Oct-01 2:27 
GeneralRe: OnOpenDocument same file? Pin
Kristian Nilssen23-Oct-01 2:37
Kristian Nilssen23-Oct-01 2:37 
GeneralRe: OnOpenDocument same file? Pin
Tomasz Sowinski23-Oct-01 2:46
Tomasz Sowinski23-Oct-01 2:46 
GeneralRe: OnOpenDocument same file? Pin
Kristian Nilssen23-Oct-01 3:06
Kristian Nilssen23-Oct-01 3:06 
GeneralRe: OnOpenDocument same file? Pin
Tomasz Sowinski23-Oct-01 3:13
Tomasz Sowinski23-Oct-01 3:13 
GeneralRe: OnOpenDocument same file? Pin
Kristian Nilssen23-Oct-01 3:32
Kristian Nilssen23-Oct-01 3:32 
QuestionWhere can i find SDK? Pin
Daniel Visan23-Oct-01 0:42
Daniel Visan23-Oct-01 0:42 
AnswerRe: Where can i find SDK? Pin
Christian Graus23-Oct-01 0:50
protectorChristian Graus23-Oct-01 0:50 

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.