I'm writing an SDI that has 2 views of on a single doc using a splitter window. My question is how do I update only one of the views and not the other, from the document class, or any for that matter. I was able to get a pointer to the view, but it won't let me call OnUpdate directly. I want to do this for performance reasons (it's an opengl program).

Thanks in advance!
Rich Taylor