From: "Brian Ingerson" <[EMAIL PROTECTED]>

> Believe it or not, I'm thinking about autogenerating wrappers from
> headers. But not as the default behaviour. Patrick does an external
> 'STUDY' for Java classes. I'm thinking about generalizing it for C.

More power to you!

I can imagine the day when:

use Inline C => 'EXTERNAL',
        HEADERS => [qw(header1.h header2.h)],
        LIBRARIES => [qw(foobar)];

And magically -lfoobar and foobar.dll will be magically available to a
Perl script, no additional porting required.


Cheers,
--binkley


Reply via email to