> I created a DLL with VisualBasic 6.0 and want to access it with Perl.
> In the documentation I found how to access the WinApi and Dlls created
with
> 'C' and it is working on my W2K-machine.
If you compile it as an ActiveX DLL:
use Win32;
my $object = CreateObject("NameOfProject.ClassName");
Erich Ruff wrote:
>
> hello list,
>
> I created a DLL with VisualBasic 6.0 and want to access it with Perl.
> In the documentation I found how to access the WinApi and Dlls created with
> 'C' and it is working on my W2K-machine.
>
> Is it possible to access dlls created in Vb with Win32::API ??
hello list,
I created a DLL with VisualBasic 6.0 and want to access it with Perl.
In the documentation I found how to access the WinApi and Dlls created with
'C' and it is working on my W2K-machine.
Is it possible to access dlls created in Vb with Win32::API ??
Sample:
'CodeLib.dll' contains a f