August 7th, 1999, 02:50 AM
How do you display values like a floating point? I have tried
pDC->TextOut(20,20, pDoc->Somevalue); and I always get a type
conversion error and the value does not display. This is in the
Draw function of ClassView. Is there a function that I do not know
about that can do this or is there a process for making this work?
Thanks,
Mark
pDC->TextOut(20,20, pDoc->Somevalue); and I always get a type
conversion error and the value does not display. This is in the
Draw function of ClassView. Is there a function that I do not know
about that can do this or is there a process for making this work?
Thanks,
Mark