Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
X-Server-Uuid: 17085090-7ecb-11d4-ba0b-00508bd371a2
Message-ID: <200011291049.eATAnNq22811@dymwsm09.mailwatch.com>
From: "Fleischer, Karsten (K.)" <kfleisc1@ford.com>
To: "'David Moody'" <DMoody@noregon.com>
cc: "Cygwin (E-mail)" <cygwin@sourceware.cygnus.com>
Subject: RE: Visual C++ and flex library
Date: Wed, 29 Nov 2000 05:49:18 -0500
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2651.58)
X-WSS-ID: 163A00B9305180-01-01
Content-Type: text/plain; 
 charset=iso-8859-1
Content-Transfer-Encoding: 7bit

Hello David,

> 	I am trying to use your excellent flex scanner in my Visual C++
> project.  I want to wrapper a COM Interface around the 
> generated lex.yy.c file ,

This is an interesting idea. I wanted to do something similar about two
years ago, but didn't have enough time. Now the sources are gone, so I can't
tell you what I did exactly

> however I get errors when I don't link to the flex 
> library (libfl.a).

If you look at the sources to libfl.a you will see that it provides only two
small functions: a main() function which just returns yylex(), and a
yywrap() function which returns 1.
So, provide your own yywrap() function.

Karsten


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

