Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I had Created a EditBox dynamically

C++
Create(WS_CHILD|WS_VISIBLE|ES_LEFT ,CRect(200,200,500,220),this,123) 

and i written a DODataExchange Function

C++
DDX_Text(pDX,123,a); 

Here a is integer

It throws a runtime error "AN UNSUPPORTED OPERATION WAS ATTEMPTED".

How can I Fix It?
Posted
Updated 6-Apr-12 22:19pm
v4
Comments
Richard MacCutchan 7-Apr-12 4:20am    
Use your debugger to find out where the error occurred and track back to your code to see what is wrong.

1 solution

did you use this function

http://msdn.microsoft.com/de-de/library/dbx70s2d(v=vs.80).aspx[^]

for preparing your controls?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900