For a good intro. to perl internals, see the online documentation
perldoc perlembed
It's the first one you want. More specifically perlapi.
You might also want to check out SWIG
http://www.swig.org/
alfred,
renard wrote:
I have a .dll and the information on the functions available. The
information provides the prototype of the function in the dll.
As far as I can tell the dll was written in C.
I want to call on these functions from within a perl script.
More specifically the dll prints out bridge hands.
One function queues a list of hands.
Another function prints out the hands in specified formats. You can
request one hand per page or x number of hands per page.
So basically, I need to learn how to interface with the dll...
I think that perhaps Win32::API might be the answer I am looking for.
So if anyone knows of document(s) which describe what I am trying to
do, I would appreciate if someone would let me know.
Thank You
----- Original Message ----- Sent: Tuesday, January 04, 2005 2:42 PM
--
Perl is my reason for following the Sun;
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>