anand99
April 6th, 1999, 07:34 AM
I store an explicit pointer to my view in my document class. I initialize this view pointer to NULL in the constructor of the document. During the document open process I am checking for the existance of the view and do something if the view exists. I check for NULL however even tho the view was intialized to NULL the value is 0xcdcdcd something similar to this. I read something about this in the Nov 98 issue of MSJ but I do not have access to this issue anymore. There was a work around published for this problem in that issue. Can anyone recall what this was and how I should check for the view being NULL. thanks for your help