How to change resource dll in CDialog application?
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
I created a CDialog application. To support multilingual version. I created some different language dlls which only contain the resource. But I don't know how to change the dll when the application is running.
-
I created a CDialog application. To support multilingual version. I created some different language dlls which only contain the resource. But I don't know how to change the dll when the application is running.
-
I know how to load res-only-dll in MDI app. But in CDialog app, it seems a little different. I can't change the dll on the fly.