Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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" To: , "Warren Dale" 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 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Warren Dale 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/