| 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 |
| Message-ID: | <03f401c29737$b610b960$78d96f83@pomello> |
| From: | "Max Bowsher" <maxb AT ukf DOT net> |
| To: | <cygwin AT cygwin DOT com>, "Warren Dale" <wdale AT ozemail DOT com DOT au> |
| References: | <5 DOT 1 DOT 1 DOT 6 DOT 0 DOT 20021129094805 DOT 00a1f6a0 AT mail DOT ozemail DOT com DOT au> |
| Subject: | Re: Using -mno-cygwin |
| Date: | Thu, 28 Nov 2002 23:41:45 -0000 |
| MIME-Version: | 1.0 |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2800.1106 |
Warren Dale <wdale AT ozemail DOT com DOT au> wrote: > I am a happy Cygwin user. > I am trying to convert a program so that it will be Cygwin > independent. I have struck two problems: > > ---------- > > QUESTION 1: Should "long long" be fully supported in mingw32? > It seems that the compiler and the library do not agree. > > QUESTION 2: Should "snprintf()" be fully supported in mingw32? > It seems that the compiler and the library do not agree. When using MinGW, you are actually using msvcrt.dll. So the best place to investigate is MSDN / Platform SDK. And I think the answer is no. But be aware that libmingwex provides a few workaround wrappers/reimplementations of functions, mostly in the C99 compatibility area. The mingw-users list might be helpful to you. Max. -- 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 |