Beefy Boxes and Bandwidth Generously Provided by pair Networks Joe
XP is just a number
 
PerlMonks  

AdvNotify : wrapping up problem

by Foggy Bottoms (Monk)
on Aug 11, 2003 at 05:31 UTC ( [id://282798]=perlquestion: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.

Foggy Bottoms has asked for the wisdom of the Perl Monks concerning the following question:

Hi all, I've been using AdvNotify for a while now on WinNT and I wanted to test it under Win98. Unfortunately, I can't seem to be able to access the repository where it's stored in order to install it.
How can I install it then ?

Secondly, I would've liked to wrap it up in a .dll file as an activeX component. But, "alas", once wrapped, it only works with Win2k but neither with WinNT or Win98... I reckon it's due to the length of the file name (advnotify = 9 letters long). Has anyone ever come across such a problem ?

Perhaps some of you have already tried AdvNotify with Win98. Does it work properly ? Have you noticed any problems ? It works beautifully both win NT and 2k. My hope is that it does as well with Win98.

Thanks for your help...

Replies are listed 'Best First'.
Re: AdvNotify : wrapping up problem
by BrowserUk (Patriarch) on Aug 11, 2003 at 06:34 UTC

    A quick 'strings' of AdvNotify.dll displays the text "AdvNotify requires MS Windows NT Version 4 or higher".

    With regard to providing the functionality via a ActiveX component, the code that does all the work is the dll above, which is being accessed via native Win32::API, which translates to the LoadLibraryA/GetProcAddress/FreeLibrary native apis. It would therefore make much more sense to bypass perl and write the ActiveX component to go directly to the AdvNotify.dll. The dll carries the owners copyright so you wouldn't be cheating the owner, but you should read the attached licence very carefully and/or contact the author, Amine Moulay Ramdane, to get his take on you doing this.


    Examine what is said, not who speaks.
    "Efficiency is intelligent laziness." -David Dunham
    "When I'm working on a problem, I never think about beauty. I think only how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong." -Richard Buckminster Fuller
    If I understand your problem, I can solve it! Of course, the same can be said for you.

      So it does... That's bad news indeed. As for the wrapping-up itself, it does seem like your way's the best and the more logical... You've helped me quite many times, BrowserUk, thanks so much...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://282798]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.