How ruled by petty prejudices people are.
Point taken!

It's the Win32::API module that has been messed around with, and that has zip, zero, nada, nothing to do with Microsoft.
My misunderstanding. I interpreted this sentence as "Since the Windows API changed a lot between Windows versions, the Win32::API module was changed often accordingly". I now see that where my mistake was.
32-bit or 64-bit? On a 32-bit or 64-bit version of which flavour of windows?
Ooops, I wasn't aware of these differences. In Windows 7 it's 32-bit. With XP, I guess it's the same - before you mentioned it, I was not aware that XP was also available in a 64-bit version.

Anyway, your question to the "bitness" makes we wonder whether we could have a problem here in the future: We use the same Perl installation (with all the modules) on all platforms, whether they are Windows 2000, XP or 7. I thought that 32-bit programs can also be run on 64-bit Windows, but if this is not the case, or if we need different versions of modules (or DLLs), depending on which platform we are running, this might cause trouble one day.

If I find time, I'll research a bit into this direction...

-- 
Ronald Fischer <ynnor@mm.st>

In reply to Re^4: Win32::Process::Info question by rovf
in thread Win32::Process::Info question by rovf

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.