From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6492d1ed552013c9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-01-18 15:12:30 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!news-out.visi.com!petbe.visi.com!proxad.net!newsfeed.tpinternet.pl!atlantis.news.tpi.pl!news.tpi.pl!not-for-mail From: Szymon Guz Newsgroups: comp.lang.ada Subject: Re: CString Date: Mon, 19 Jan 2004 00:08:22 +0100 Organization: tp.internet - http://www.tpi.pl/ Message-ID: References: NNTP-Posting-Host: hal.skynet.org.pl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: atlantis.news.tpi.pl 1074467567 15867 195.116.185.50 (18 Jan 2004 23:12:47 GMT) X-Complaints-To: usenet@tpi.pl NNTP-Posting-Date: Sun, 18 Jan 2004 23:12:47 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4.1) Gecko/20031008 X-Accept-Language: pl, en-us, en In-Reply-To: Xref: archiver1.google.com comp.lang.ada:4543 Date: 2004-01-19T00:08:22+01:00 List-Id: Luke A. Guest wrote: > On Sun, 18 Jan 2004 13:19:41 +0100, Szymon Guz wrote: > > >>Hi, >>amybe you know in what way should I pass a parameter to a function from >>a ddl library that looks like this: >> >>CString F(CString *, CString); > > > The best thing you can do is to stop using MFC. > > Luke. > I know that, but I must use that...