From: [EMAIL PROTECTED] > I'm trying to build a .Net dll that I can call from VBA from some > perl. > > <snipped> > > When I try and > register the dll. I get "DLL registerserver entry point could not be > found." when I try and access the DLL through the references I get > "Cant add a reference to the specified file" > > Could some one help me out here? I'm obviously doing something wrong > or I don't understand something critical.
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 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/