Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <01BEE8E6.2AE2C7A0@NTYANTAI> From: Hongwei CHU To: "'cygwin AT sourceware DOT cygnus DOT com'" Subject: Using libcygwin.a for Visual C++ compiler Date: Tue, 17 Aug 1999 19:32:10 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello, I want to use Visual C++ 6.0 to compile one Unix application which was successfully compiled by cygwin-b20. I wrapped the cygwin1.dll to the MS import lib libcygwin.lib and transfered it to the linker together with Msvcrt.lib. This made the compilation successful. However, when I debugged the application until FOPEN, CYGWIN1.dll threw the execption and failed. So, what 's wrong with it? Is it due to the incompatibility of the MS lib and cygwin lib? How can I solve the problem? I would appreciate any kind of advice. Regards. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com