Hello Monks, I'm very new to Perl, and perhaps what I'm trying to do here is a bit too much for me so I think I need a little help from the PROs. I'm trying to implement the WIN32::DDE extension in a Windows Service using WIN32::DAEMON. The DDE activities work very very well when running the script outside the service context but creating a new DDE client in the service context generates the error DMLERR_NO_CONV_ESTABLISHED. At first I thought that perhaps the user given to the service didn't have proper credentials to establish DDE connections, so I assigned it a administrator user. No luck there. Reading a bit more on the Internet lead me to think that perhaps the NetDDE services had something to do with it, so I started them with no luck there either. Now I'm simply wondering if it's a compatibility issue or something very deep in the Windows services mechanismes I don't understand. Has anyone been doing what I'm trying to achieve? Do you thing using ActiveState's tools to convert a Perl script into a service would work in this context? Thank you for your Help!! Dan

In reply to Using WIN32::DDE in a Windows Service by bougon

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.