Hi Shabbir,
do you mean do the following code
Code:
extern "C" __declspec(dllexport) void CreateLkApp()
{
CSepResSampleAppDlg Dlg;
m_pMainWnd = &Dlg;
Dlg.DoModal();
}
Then I'm guessing you just need to #include the Application and Dialog header files in SepResSampleDll.cpp.
Actually that didn't work, what else could I have missed?