RE: [perl-win32-gui-users] Interfacing DLLs

2004-08-31 Thread Dave Crawford
-Original Message- Can someone tell me how I could go about extracting function prototype information and/or class ID information from DLLs? === Take a look at the OLE-Browser that comes with AS Perl, or install the ovi386.exe package from Microsoft. -Dave

Re: [perl-win32-gui-users] Interfacing DLLs

2004-08-31 Thread Lee Hosty
Greg Osborne wrote: Can someone tell me how I could go about extracting function prototype information and/or class ID information from DLLs? ActivePerl installs what is called "OLE-Browser" - a "Win32::OLE - Type Library Browser", a breakdown of every DLL / OCX on your system and their class

Re: [perl-win32-gui-users] Interfacing DLLs

2004-08-31 Thread Joe Youngquist
take a look into win32::api think thats what your shooting for, hth, JY - Original Message - From: "Greg Osborne" <[EMAIL PROTECTED]> To: Sent: Tuesday, August 31, 2004 3:18 PM Subject: [perl-win32-gui-users] Interfacing DLLs > Can someone tell me how I could go about extracting func

[perl-win32-gui-users] Interfacing DLLs

2004-08-31 Thread Greg Osborne
Can someone tell me how I could go about extracting function prototype information and/or class ID information from DLLs? I've run into a situation lately where I know there are some functions available in one of a couple of DLLS on my computer, and I know which DLLs to look in, and I know more