X-Spam-Check-By: sourceware.org Subject: Re: How Can I Use the FtpCommand Function with Cygwin? From: skaller To: cygwin@cygwin.com In-Reply-To: <43F15A23.4916880B@dessent.net> References: <43F155F0.66B2AD73@dessent.net> <1139890253.8591.434.camel@rosella.wigram> <43F15A23.4916880B@dessent.net> Content-Type: text/plain Date: Tue, 14 Feb 2006 15:44:28 +1100 Message-Id: <1139892268.8591.443.camel@rosella.wigram> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com On Mon, 2006-02-13 at 20:18 -0800, Brian Dessent wrote: > skaller wrote: > > > > Cygwin does not use .lib files, and the naming of libraries is that of > > > unix. So you use -lfoo to link with libfoo.a (or sometimes > > > libfoo.dll.a) which is the import library for the DLL. > > > > Can you tell me how you link to OpenGL32.dll? > > -lopengl32 ? > > Brian Does that work? Won't it look for libopengl32.dll? -- John Skaller Felix, successor to C++: http://felix.sf.net -- 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/