Problems with Custom controls in separate resource dll
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I have got the following problem. I have a put my resources in a DLL that is connected to my application at runtime. Everything works fine, but as soon I put a custom control (p.e. Chris Maunder's Gridcontrol) in a dialog, that dialog won't come up. Has anybody also encountered this problem and solved it?
-
I have got the following problem. I have a put my resources in a DLL that is connected to my application at runtime. Everything works fine, but as soon I put a custom control (p.e. Chris Maunder's Gridcontrol) in a dialog, that dialog won't come up. Has anybody also encountered this problem and solved it?
Make your Dll an MFC extension dll.