It does not matter what language a DLL is written in (AFAIK).  There are two
basic interfaces to a DLL, the one being COM (like ADO), and the other being a
library (like most of the DLLs for the Win32 OS).  The first can be accessed
with Win32::OLE, and the second with Win32::API.  The original poster
mentioned though that it was made with VB6, so it probably a COM object (I
don't think you can write a DLL library in VB).

Anyone, feel free to correct me if I am wrong.

Rob

----- Original Message -----
From: Ian D. Stewart <[EMAIL PROTECTED]>
Subject: Re: Call a DLL in perl

> While not specifically mentioned in the documentation, I was under the
> impression that Win32::API was limited to use with DLL's written in C.
>
> Could somebody either confirm or deny?
>
>
> Thanx,
> Ian



---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to