I'm getting this error when trying to run the following script:
use Win32::Sound;
Win32::Sound::Volume('100%');
Win32::Sound::Play("WELCOME.WAV");
Win32::Sound::Stop();
Win32::Sound object version 0.47 does not match $Win32::Sound::VERSION 0.45 at C:/perl/lib/DynaLoade
r.pm line 219.
any ideas on how to rectify this? I'm using active state perl on windows. I got to c:/perl/site/lib/win32/Sound.pm and see that it is version 0.45, so where is this version 0.47 coming from?
Justin Eltoft
"If at all god's gaze upon us falls, its with a mischievous grin, look at him" -- Dave Matthews
Title edit by tye
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.