Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Visual C++ .NET Error Help

Status
Not open for further replies.

Edge118

Programmer
Jun 15, 2004
104
US
Can anyone tell me what the following error message means, and if you have any tips on how to fix it that would great.

DDX_Control(pDX, IDC_STATICTIME, m_sTime);

I added a variable of type CString named m_sTime to one of my static textboxes.

Thanks!

"Pin me. Perl me."

Regards,

Chris
 
I see a line of code, not an error message...


--
 
My mistake: Here's the actual error thrown which refers to the line of code in my first post:

error C2664: 'DDX_Control' : cannot convert parameter 3 from 'CString' to 'CWnd &'


"Pin me. Perl me."

Regards,

Chris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top