On Tue, 15 May 2001 17:06:11 -0500, <[EMAIL PROTECTED]> wrote:

>We have a binary C lib (which we purchaced from a vendor).  I would like to
>call C functions from Perl to functions contained in this lib. We do not
>have the actual C header files, but we do have what they're supposed to
>look like from text documentation.
>
>I understand that XS & SWIG can be used for this purpose, are there other
>perhaps easier ways to do this?

Depending on the function signatures, you may be able to use Win32::API to
call into the library if you got it as a DLL.

-Jan

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to