M
Morten Overgaard
Hi
I'm getting the following warning
warning C4669: 'reinterpret_cast' : unsafe conversion: 'CMFCShellDoc' is a
managed type object
CMFCShellDoc is derived from COleServerDoc which is NOT managed. The
CMFCShellDoc does have properties which is of type gcroot<managedClass*>.
My app works as expected - but do I have to take these warnings serious or
is it a bug??
I saw another posting about this but no usable reply was posted by MS
http://groups.google.com/groups?hl=...&ie=UTF-8&oe=UTF-8&q=unsafe+conversion+%2FCLR
Regards Morten
I'm getting the following warning
warning C4669: 'reinterpret_cast' : unsafe conversion: 'CMFCShellDoc' is a
managed type object
CMFCShellDoc is derived from COleServerDoc which is NOT managed. The
CMFCShellDoc does have properties which is of type gcroot<managedClass*>.
My app works as expected - but do I have to take these warnings serious or
is it a bug??
I saw another posting about this but no usable reply was posted by MS
http://groups.google.com/groups?hl=...&ie=UTF-8&oe=UTF-8&q=unsafe+conversion+%2FCLR
Regards Morten