> Are you sure you want a .Net DLL? Looks to me like you need a COM DLL > instead. How do you try to register it? Via regsvr32? If yes then you > most definitely need a COM DLL. And need to look at PerlCtrl, not > PerlNET. > > Jenda > ===== [EMAIL PROTECTED] ===http://Jenda.Krynicky.cz===== > When it comes to wine, women and song, wizards are allowed > to get drunk and croon as much as they like. > -- Terry Pratchett in Sourcery
I thought that Perl Ctrl was for active X controls. I found and example that looks like what I need in the samples for Perl.NET that's why I went with it. I'm really not sure what I want. I know that I would like to access my Perl package like a DLL library from Excel. ie make a call to the DLL from VBA. The only way I know how to do this is to register the DLL so that I can reference it in my code. Is there another way to do this? I'm all ears. If I can't do it that way, I was thinking about using the VS.net to compile the perl. I know that this is technically possible but have no experience with it. Is this a better way to go? Or should I just rewrite it C#? thanks for the help! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/