X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Message-ID: <49D27CC9.6000207@sbcglobal.net> Date: Tue, 31 Mar 2009 13:27:53 -0700 From: Tim Prince Reply-To: tprince AT nospamcomputer DOT org User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Using Cygwin compiled libs in Visual Studio References: <49D26A62 DOT 40303 AT cygwin DOT com> In-Reply-To: <49D26A62.40303@cygwin.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Larry Hall (Cygwin) wrote: > Olumide wrote: >> Hello, >> >> Is it possible or recommended to use a Cygwin compiled lib file or >> dll in Visual studio? The problem is that although I'm doing my >> development in Visual Studio, a number of the sources I intend to use >> have Cygwin makefiles but no Visual studio projects. > > See: > > > > > > You're probably more interested in the MinGW project . It > uses MS's CRT, which will likely make your intended melding easier. > ______________________ If you're serious about Visual Studio, but don't mind bending Microsoft rules, modify those Makefiles so as to build with VS compiler and linker. You would likely need many of the same changes as for mingw, and could still use cygwin make, if that's what you are considering. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/