I am having trouble getting Win32::RASE to run properly. I am using ActivePerl 5.6 (Build 6.20) on Windows 98.

My test program has only one line it it: use Win32::RASE;

The error message is:
perl test.pl Win32::RASE::TAPIlineGetTranslateCaps() called too early to check prot +otype at C :/Perl/site/lib/Win32/RASE.pm line 266.
Line 266 of RASE.PM is: TAPIlineGetTranslateCaps();

This is a description of TAPIlineGetTranslateCaps(); found later in the RASE.PM module

The common rule here is that empty or blank values will produce 0.0.0. +0 (as well as "0.0.0.0" itself). CountryID - CountryName - CountryCode - AreaCode - (Country ID-Name-Code and AreaCode are described in the C<TAPIlineGetTranslateCaps()> section except that here they are descri +bing the computer you want to dial to.) In C<RasSetEntryProperties()> C<CountryName> would be ignored. C<CountryID> not matching C<CountryCo +de> would give error. You could easily give only one of these two values. +C<CountryCode> would be counted properly if C<CountryID> is given (described in C<TAPIlineGetTranslateCaps()> section). But if you'll give C<CountryCo +de> C<CountryID> would be set equal to C<CountryCode> that is sometimes in +correct but does not affect the dialup connection.

Do I have to set some values in the module or change something in Windows to get this to work.


In reply to Win32::RASE Not Working by JohnB

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.