DDX
-
arshadkc wrote:
why am i getin error when declaring control variables through ddx
what error? How are you going along with the declaration of variables?
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
arshadkc wrote:
why am i getin error when declaring control variables through ddx
what error? How are you going along with the declaration of variables?
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
Error is Memory could not be read I'm tryin to declare variable for a button through class wizard
You get this error on all your projects or in this project
WhiteSky
-
You get this error on all your projects or in this project
WhiteSky
-
ya most time i am getin this error in my other projects also but when i'm not declaring variable through ddx i am not getin error here
show off a piece of the code you wrote...
TOXCCT >>> GEII power
[VisualCalc 3.0 updated ][Flags Beginner's Guide new! ]
-
show off a piece of the code you wrote...
TOXCCT >>> GEII power
[VisualCalc 3.0 updated ][Flags Beginner's Guide new! ]
-
What error (e.g., compiler, linker, exception, assertion)? What does the DDX statement look like? Is the variable present in the class' definition?
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
-
I think the 11-year sunspot cycle is nearing its most active point right now...
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
-
What error (e.g., compiler, linker, exception, assertion)? What does the DDX statement look like? Is the variable present in the class' definition?
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
// Dialog Data //{{AFX_DATA(CGCU) enum { IDD = IDD_DIALOG_GCUAPP }; CButton m_ImuRecord; CString m_ImuAzimuth; //}}AFX_DATA void CGCU::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); //{{AFX_DATA_MAP(CGCU) DDX_Control(pDX, IDC_BUTTON_IMU_REC, m_ImuRecord); DDX_Text(pDX, IDC_EDIT_IMU_AZ, m_ImuAzimuth); //}}AFX_DATA_MAP } there is no error when i declare a ddx_Text only for controls i'm getin error