On 06/05/02 14:05 -0700, Clint Olsen wrote: > I wanted to clarify how autowrap works. I presume that it only reads > prototypes for your C functions that are actually typed in your included > __C__ code. It doesn't inspect anything "included" in this source section > (or does it). Is this also true for AUTO_INCLUDE?
AUTOWRAP only parses your Inlined source code. But you can use Inline::Filters to preprocess the code so that they will get picked up. I think. It's been a while. Just play with it :) > > I'd like to wrap many functions from some of the header files I use (not > all of them). I would start by copying in the headers you want. Once it works we can see what needs to be done to get them back in a header file. Cheers, Brian
