Re: DLL and Perl

2005-01-04 Thread Alfred Vahau
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 informatio

Re: DLL and Perl

2005-01-04 Thread renard
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 func

Re: DLL and Perl

2005-01-04 Thread Jenda Krynicky
From: "renard" <[EMAIL PROTECTED]> > Could someone point me to document(s) which describes how to use a dll > in a perl script. > > I have a dll and information describing its function calls. > > I have tried to google but unfortunately I did not use the appropriate > search words. > > Thank You

Re: DLL and Perl

2005-01-03 Thread Alfred Vahau
Hi, Could you provide more information on your problem. Perl provides pack and unpack functions for handling binary data but it is difficult to provide pointers as is, IMO. Sorry pushed the Send button too fast the first time. alfred, renard wrote: Could someone point me to document(s) which descri

Re: DLL and Perl

2005-01-03 Thread Alfred Vahau
renard wrote: Could someone point me to document(s) which describes how to use a dll in a perl script. I have a dll and information describing its function calls. I have tried to google but unfortunately I did not use the appropriate search words. Thank You -- Alfred Vahau IT Services - Unive