call a dialog box in a dll
-
hi, i created a custom MFC dialog box, and I need to call it in a function in a dll file, but when i call it it keeps saying IDD_BOX undeclared identifier, even though i've included the dialog box's header file. how do i call a dialog box in a dll file?
-
hi, i created a custom MFC dialog box, and I need to call it in a function in a dll file, but when i call it it keeps saying IDD_BOX undeclared identifier, even though i've included the dialog box's header file. how do i call a dialog box in a dll file?
Are you sure that IDD_BOX is really defined?
You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_
-
Are you sure that IDD_BOX is really defined?
You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_
yes because the dialog box app compiles and runs by itself without any errors? so its defined there and working [edit] ok its compiling now, all I did was repalce the #include ...filedlg.h with #include ....filedlg.cpp, and am not getting the erorr anymore. will see if its running properly once I create a test file using that dll. thanks for the help for now _AnsHUMAN_. if you have anything to add regarding this, please do so that I may know what you had in mind [/edit]
modified on Thursday, July 16, 2009 7:41 AM