use CCS_SCRIPTING_PERL;
# Declarations and Inititalizations<br>
# Create a new CCS Scripting object<br>
my $MyCCScripting = new CCS_SCRIPTING_PERL::CCS_Scripting();
When this two line are included in my code i get the application prompted By Dr.Watson which says the following
Application:perl.exe
Exception:access violation(0xc00000005),Address:0x10004d52.
If the PERL5LIB is not set to the dll directory .The perl interpreter throws "Can't Locate Loadable oblecy for the module ccs_scripting_perl.pm"
Regards,
Raj.
Edited: ~Wed Jul 3 14:41:22 2002 (GMT),
by footpad:
Added <code> tags and fixed HTML formatting
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.