Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 19302 invoked from network); 18 Oct 2007 18:26:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Oct 2007 18:26:41 -0000 Received: (qmail 83070 invoked by uid 500); 18 Oct 2007 18:26:29 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 83007 invoked by uid 500); 18 Oct 2007 18:26:29 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 82996 invoked by uid 99); 18 Oct 2007 18:26:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 11:26:29 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 18:26:33 +0000 Received: from qxvcexch01.ad.quovadx.com ([192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l9IIMwZJ028859 for ; Thu, 18 Oct 2007 18:22:58 GMT Received: from [10.70.3.143] ([10.70.3.143]) by qxvcexch01.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 18 Oct 2007 12:23:42 -0600 Message-ID: <4717A4BB.4040506@roguewave.com> Date: Thu, 18 Oct 2007 12:23:55 -0600 From: Martin Sebor User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: a few more Windows unsats (string::length(), ios::setstate(), ...) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Oct 2007 18:23:42.0585 (UTC) FILETIME=[03380E90:01C811B4] X-Virus-Checked: Checked by ClamAV on apache.org While testing the patch for the missing exception symbols I'm running into a few other unsats that I haven't seen mentioned before. I'm not sure if it's relevant yet but I'm linking stdcxx 4.2.0 15d DLL built with MSVC 8.0 into 4.1.3 examples built with MSVC 7.1 (also 15d). EXAMPLE UNSAT codecvt1.exe: codecvt::id ifstream.exe: exception something(*) istringstream.exe ios::setstate(__rw_iostate) stringstream.exe: std::string::length() const wostream.exe wios::widen(char) Any ideas? [*] Btw., how do I demangle MSVC symbols? (I checked dumpbin help but I don't see any obvious option). Martin