Problem in DDX
-
Hi All, Do any one know abt problems in DDX. I can send data from Control to variable but when I tried to send data from variable to control my application get hangs. I had created the dialog using CreateIndirect method.
Whats error?
_**
**_
WhiteSky
-
Whats error?
_**
**_
WhiteSky
I am not getting any error, I craeted Tab control dialog then i called two other dialogs in tab control using Create Indirect Method. I am able to enetered data in dialog boxe controls and I can send them in Database also, but when I try to send date to control from member variable application get hangs.
-
Whats error?
_**
**_
WhiteSky
-
Now application got abort and it had breaked and in debugging it showed below code.
CStringData* GetData() const throw() { **--->** return( reinterpret_cast< CStringData* >( m_pszData )-1 ); }
Can you pls explain what is meant by this.Hi sheshidar, Im not sure its your answer or no but see reinterpret_cast< CStringData[^]
_**
**_
WhiteSky