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 Subject: possible BUG: winapi.a missing some functions From: "Matthew Webber" To: cygwin AT cygwin DOT com Date: Tue, 29 Apr 2003 17:32:24 +0000 X-Sender: mattasp MIME-Version: 1.0 Message-ID: <1051637544.63da6560mattasp@myrealbox.com> Content-Type: text/plain; charset="2" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id h3THWuD23172 Hello, I have recently tried to compile fltk (fltk.org) under the latest version of cygwin. The build failed because it was unable to find the following functions/defines: o DC_PEN o DC_BRUSH o SetDCPenColor o SetDCBrushColor I then searched my borland compiler's include directory and found that the functions/defines were prototyped/defined in winpen.h, so i copied this to the cygwin include directory and attempted a recompile. It compiled but did not link due to the fact that SetDCPenColor and SetDCBrushColor were undefined references. I came to the conclusion that i was eaither missing a package, or that the winapi package was missing those functions. I would be grateful for any help recieved. Note: I am using the CVS version of fltk (still being developed) but i cant see how that would cause this problem. Thanks in advance, --Matt -- 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/