delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
From: | Zhang Le <ejoy AT peoplemail DOT com DOT cn> |
Reply-To: | ejoy AT peoplemail DOT com DOT cn |
Organization: | NEU |
To: | cygwin AT cygwin DOT com |
Subject: | missing wcsncmp,wcscpy,wcsncpy and more... |
Date: | Sun, 27 Oct 2002 18:11:06 +0800 |
User-Agent: | KMail/1.4.1 |
MIME-Version: | 1.0 |
Message-Id: | <200210271810.42840.ejoy@peoplemail.com.cn> |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id g9RADql31335 |
Hi all, I'm new to cygwin and have some questions after trying latest release of cygwin: 1.some wcs* family functions are missing in libc namely: wcsncmp,wcscpy,wcsncpy and perhaps others though they have been decalared in wchar.h And it seems there's a wcslen() in newlib.I don't know why others are missing.I think maybe the maintainer of newlib forget to add the above functions(or intend to do so ?) 2.function prototypes in wchar.h and wctype.h should be placed in #ifdef __cplusplus extern "C" { } #endif the missing of above Marco in current wchar.h cause a link error when I try to link my program with my replacement wcs funcs from glibc.(using AC_REPLACE_FUNCS in configure) 3.gcc3.2 for mingw&cygwin does not support *wstring* so far(cause a link error on libstdc++), but the linux gcc3.2 has *wstring* support in libstdc++. I have to use gcc-2 instead if I want to write some *wstring* aware applications. 4.the latest cygwin seems does not work under a beta version of MS .net standard server(build 3607).will it support official version of .net in the future? Any tips? Thanks in advance. -- Sincerely yours, Zhang Le -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |