Some history (sorry...)

Complete newb Perl user but 40+ years of software development (so I guess that makes me stupid AND dangerous).

I 'inherited' a Perl project (which works) but had to install it on different PC (that didn't have Perl). So I installed Strawberry + Padre combo, and that works very well. I am able to run simple scripts on this system.

(Strawberry perl v5.10.1 (loaded today 9/3/2010)).

But now, when I run the previously working (and very complex) script, I fight it one line at a time.

So I finally got Text::CSV, and a bunch of Win32::GUIs loaded successfully (DropFiles, Constants,BitmapInline) but Win32::GUI::DIBitmap stubbornly refuses to load for some reason I cannot decipher.

I've tried 'force notest' and that gets me further but now the error message is:

dmake: Error code 255, while making 'test_dynamic'
dmake.EXE: Error code 255, while making 'subdirs-test'

I fixed an earlier problem by adding a 'bin' sub to my path but the dmake above is on the path.

One response I googled indicated that the latest version of ActivePerl failed but the previous version worked OK with this, so now I'm wondering (and hoping it's not true) that Strawberryperl is the culprit.

So... any ideas?

Thanks.


In reply to Win32::GUI::DIBitmap problem by djarv

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.