I tried setting the data exchange in a dialogue box that has a radio button using DDX_Radio:
DDX_Radio(pDX, IDC_Res01, restest1);
This statement caused an assertion at runtime but no errors at compile time. I don't understand why if it is the normal routine for doing Data Exchange. Is there a routine for handleling or using radio buttons? Must I create a member of type control for it? I have the Radio Button in the Dialogue box but I can't get it to work. Please show me a routine. Thank you so much in advance.
DDX_Radio(pDX, IDC_Res01, restest1);
This statement caused an assertion at runtime but no errors at compile time. I don't understand why if it is the normal routine for doing Data Exchange. Is there a routine for handleling or using radio buttons? Must I create a member of type control for it? I have the Radio Button in the Dialogue box but I can't get it to work. Please show me a routine. Thank you so much in advance.