CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: LarryChen

Search: Search took 0.04 seconds.

  1. Re: A question regarding passing a variable from CView to CDocument

    I already fixed a problem you mentioned. I am storing a pointer to a object in heap instead of a temporary object. I attach the updated project with the post. If I don't store pointers(bool*), what...
  2. A question regarding passing a variable from CView to CDocument

    I am attaching a sample project. Basically what this project does is that I initialize a variable map<CString, bool*> m_mapTest in CView::OnInitialUpdate and then pass the variable to CDocument...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured