CompuServe Messages

CEdit

    08-Jul-94 17:55:51
Sb: CEdit
Fm: Jay Perkins 74664,3046
To: All
I have created an object based off CEdit. I am currently using it in a Dialog Box that was created using App Wizard. I have added some static CString objects in "MyEdit" Object. Every time I try to add characters to a one of my Csting Objects my program Dies. It looks like my CString objects are not being properly allocated in memory. I'm not sure how to initialize an object (MyEdit) and its static Variables (CSting), that are being used in a Dialog Box. Can anyone Help????