X-Spam-Check-By: sourceware.org Subject: Re: How Can I Use the FtpCommand Function with Cygwin? From: skaller <skaller AT users DOT sourceforge DOT net> To: cygwin AT cygwin DOT com In-Reply-To: <43F15A23.4916880B@dessent.net> References: <F24E92B4B6EF5840AD7C101F6D1BA8DD03F27710 AT cacexc05 DOT americas DOT cpqcorp DOT net> <43F155F0 DOT 66B2AD73 AT dessent DOT net> <1139890253 DOT 8591 DOT 434 DOT camel AT rosella DOT wigram> <43F15A23 DOT 4916880B AT dessent DOT 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 AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sourceware.org/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/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 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 <skaller at users dot sf dot net> 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/