Re: DLL created with VB

2001-03-03 Thread Ron Grabowski
> 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");

Re: DLL created with VB

2001-03-02 Thread $Bill Luebkert
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 ??

DLL created with VB

2001-03-02 Thread Erich Ruff
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