Click here to Skip to main content
15,922,315 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: SDI project problem Pin
Max++12-Jul-07 6:47
Max++12-Jul-07 6:47 
AnswerRe: SDI project problem Pin
David Crow12-Jul-07 4:34
David Crow12-Jul-07 4:34 
GeneralRe: SDI project problem Pin
Max++12-Jul-07 5:20
Max++12-Jul-07 5:20 
QuestionRe: SDI project problem Pin
David Crow12-Jul-07 5:25
David Crow12-Jul-07 5:25 
AnswerRe: SDI project problem Pin
Max++12-Jul-07 5:40
Max++12-Jul-07 5:40 
QuestionDynamically adding sub menus Pin
Abhijeet Pathak12-Jul-07 3:06
Abhijeet Pathak12-Jul-07 3:06 
AnswerRe: Dynamically adding sub menus Pin
jhwurmbach12-Jul-07 4:50
jhwurmbach12-Jul-07 4:50 
QuestionProblem with Model Dialog box in a DLL Pin
uday kiran janaswamy12-Jul-07 3:05
uday kiran janaswamy12-Jul-07 3:05 
Hi all,

I am having a dll with Dialog as a Resouce. I have created a Class for that Dialog also.

for example :

if Dialog Class is "one"

in the DLL Function

DLL Function()
{
one o;
o.DoModel(); // Here not populating the Dialog.
}

I then start debug the DLL. It is giving error in

BOOL CDialog::Create(LPCTSTR lpszTemplateName, CWnd* pParentWnd)
{
...
...

#ifdef _DEBUG
if (!_AfxCheckDialogTemplate(lpszTemplateName, FALSE)) --> here is the Error
{
ASSERT(FALSE); // invalid dialog template name
PostNcDestroy(); // cleanup if Create fails too soon
return FALSE;
}
#endif //_DEBUG

}

I am not able to Load the Dialog in the DLL. Please help me out.








Uday kiran

AnswerRe: Problem with Model Dialog box in a DLL Pin
Y Mahi12-Jul-07 23:17
Y Mahi12-Jul-07 23:17 
AnswerRe: Problem with Model Dialog box in a DLL Pin
Hamid_RT13-Jul-07 2:01
Hamid_RT13-Jul-07 2:01 
QuestionPointer Identifying problem Pin
baerten12-Jul-07 1:40
baerten12-Jul-07 1:40 
AnswerRe: Pointer Identifying problem Pin
baerten12-Jul-07 2:54
baerten12-Jul-07 2:54 
AnswerRe: Pointer Identifying problem [modified] Pin
DevMentor.org12-Jul-07 9:52
DevMentor.org12-Jul-07 9:52 
Questionchanging permissions of registry Pin
rahul_3136612-Jul-07 0:19
rahul_3136612-Jul-07 0:19 
AnswerRe: changing permissions of registry Pin
_AnsHUMAN_ 12-Jul-07 0:37
_AnsHUMAN_ 12-Jul-07 0:37 
GeneralRe: changing permissions of registry Pin
rahul_3136613-Jul-07 1:48
rahul_3136613-Jul-07 1:48 
AnswerRe: changing permissions of registry Pin
Rage12-Jul-07 1:13
professionalRage12-Jul-07 1:13 
Questiongraphics.h Pin
ivansla12-Jul-07 0:16
ivansla12-Jul-07 0:16 
QuestionRe: graphics.h Pin
Hamid_RT12-Jul-07 0:43
Hamid_RT12-Jul-07 0:43 
AnswerRe: graphics.h Pin
Emmanouil12-Jul-07 1:02
Emmanouil12-Jul-07 1:02 
AnswerRe: graphics.h Pin
khan++12-Jul-07 1:03
khan++12-Jul-07 1:03 
QuestionHow I can use DirectShow Pin
yaminisridaran11-Jul-07 23:53
yaminisridaran11-Jul-07 23:53 
AnswerRe: How I can use DirectShow Pin
Hamid_RT12-Jul-07 0:44
Hamid_RT12-Jul-07 0:44 
GeneralRe: How I can use DirectShow Pin
yaminisridaran12-Jul-07 0:47
yaminisridaran12-Jul-07 0:47 
GeneralRe: How I can use DirectShow Pin
Hamid_RT12-Jul-07 1:15
Hamid_RT12-Jul-07 1:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.