delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
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# <PB0114599 AT ntu DOT edu DOT sg>, |
"'cygwin AT cygwin DOT com'" <cygwin AT cygwin DOT com> | |
From: | "Larry Hall (RFK Partners, Inc)" <lhall AT rfk DOT com> |
Subject: | Re: on file save as |
In-Reply-To: | <CEA8A0022F38D31190CC08002BB487E103BEF1F4@mail9.ntu.edu.sg> |
Mime-Version: | 1.0 |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |