on file save as

Larry Hall (RFK Partners, Inc) lhall@rfk.com
Sun Mar 4 18:57:00 GMT 2001


At 08:20 PM 3/4/2001, #DASH ANJAN KUMAR# wrote:
>i want to save some selective portion using the saveas button on file menu
>in a vc++ single document application.
>
>right now i have written as follows....
>
>void CMdEditDoc::OnFileSaveAs() 
>{
>         
>         CDocument::OnFileSaveAs();
>         
>         ofstream fout(m_szTempFilePath);
>         m_pMod->ModelGen(fout);
>         fout.close();
>}
>
>I am not getting what i ahve written in ModelGen function of a class to
>which m_pMod is a pointer.
>
>Can anybody help me?
>
>Regards dash



Sorry but I think you have the wrong mailing list for your question.  This
list is reserved for Cygwin specific issues.  You want to check out one of 
the MS lists dealing with MSVC and MFC.



Larry Hall                              lhall@rfk.com
RFK Partners, Inc.                      http://www.rfk.com
118 Washington Street                   (508) 893-9779 - RFK Office
Holliston, MA 01746                     (508) 893-9889 - FAX


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list