This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: on file save as


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]