Barbara Menzel wrote:
We are using MetaKit with Visual C++. Often, we find there is a need to
initialize or perform some initial action on a view within a new class.
I've tried passing the view into the object via the constructor and get
several compile errors, primarily, c4_view is not a recognized type.
That's a typo, I assume: c4_View, not c4_view, right?
However, passing a view as a parameter in a member function, there are noCould you post a brief extract of the code you would like to get working? I'm having trouble understanding exactly what part is not doing what you expect.
errors and everything works fine. The view can even be updated within the
member function and returned with the updates included. Has anyone tried
this or something similar with any success?
-jcw
_______________________________________________
metakit mailing list - [EMAIL PROTECTED]
http://www.equi4.com/mailman/listinfo/metakit
