Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-Id: <4.3.1.2.20010304215119.02600438@pop.ma.ultranet.com> X-Sender: lhall AT pop DOT ma DOT ultranet DOT com X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Sun, 04 Mar 2001 21:52:30 -0500 To: #DASH ANJAN KUMAR# , "'cygwin AT cygwin DOT com'" From: "Larry Hall (RFK Partners, Inc)" Subject: Re: on file save as In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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 AT rfk DOT 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