Re: CPropertyPages in a DLL
Hi, bini!
I have used property pages and property sheet in dll.
I think you have not included resources properly.
Some settings in exe project are required.
If you right click in resorce view, you will get
option of 'Resource Includes'.
In 'Read-Only Symbol directives' include
resource header file of dll project.
In 'Compile-Time Directives' find
"#include "afxres.rc"
".
Include .rc file of your dll.
I think it should work.
Re: CPropertyPages in a DLL
I think I may have found the problem...
AFX_MANAGE_STATE(AfxGetStaticModuleState());
found in a posting by bimmer boy last month
Thanx anyway