ars_Export is called incorrectly in line 65 of Dump_Setup.pl
Rather than

  $val = ars_Export($c,"",$type,$name);

the line should read:

  $val = ars_Export($c,"",&ARS::AR_VUI_TYPE_NONE,$type,$name);

Do you still get the error with the corrected version?


Regards,
Thilo




On 19.03.2010 15:01, Walters, Mark wrote:
**

I’m trying to use the ars_Export call in ARSPerl but I can’t get it to
work under Windows. Using ARSPerl 1.90/Solaris 10/Perl 5.8.4 the
example/Dump_Setup.pl script works fine. However, I’ve tried 1.90/Perl
5.8.4 and 1.92 (pulled via cvs) with Perl 5.10 but neither work. Other
example scripts such as Dump_User work OK but I either get nothing back
at all when calling ars_Export or I get an errors such as;

“perl.exe – Application Error The instruction at “0x77fcd3fe” referenced
memory “0x022006b5”. The memory could not be “read”.”

Or

D:\dev\ARSperl\example>perl Dump_Setup.pl Demo password

Free to wrong pool 225cf0 not 10c0199 at Dump_Setup.pl line 66.

Does anyone have this working under Windows and, if so, would you share
your perl/arsperl versions? Also has anyone been able to get ARSPerl
compiled under cygwin?

Thanks

Mark

_attend WWRUG10 www.wwrug.com ARSlist: "Where the Answers Are"_

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

Reply via email to