View Single Post
Light Poster
19Jun2007,04:58  
Hayden's Avatar
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?

Last edited by shabbir; 19Jun2007 at 08:54.. Reason: Code block - http://www.go4expert.com/forums/misc.php?do=bbcode#code