g***@gmail.com
2007-12-28 04:31:47 UTC
Hi Folks,
I am getting this strange assertion(Assertion in afxwin1 line 24) in
my code after the following code statement.
Where Command_Formate is my class derived from Cproperty page.
Command_Formate::Command_Formate()
: CPropertyPage(Command_Formate::IDD,IDS_NA_TESTTOOL)
One thing I noticed is when I run my code with the option (use mfc in
a shared dll) I don't see these assertions displayed but when I run
these with the option(use mfc in a static library ) I get to see the
assertions .
Do I have to set some option to hide the assertions or is there
anything wrong with the code ?
Regards,
JLD
I am getting this strange assertion(Assertion in afxwin1 line 24) in
my code after the following code statement.
Where Command_Formate is my class derived from Cproperty page.
Command_Formate::Command_Formate()
: CPropertyPage(Command_Formate::IDD,IDS_NA_TESTTOOL)
One thing I noticed is when I run my code with the option (use mfc in
a shared dll) I don't see these assertions displayed but when I run
these with the option(use mfc in a static library ) I get to see the
assertions .
Do I have to set some option to hide the assertions or is there
anything wrong with the code ?
Regards,
JLD