ASE Home Page Products Download Purchase Support About ASE
ChartDirector General
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Can't locate loadable object for module perlchartdir58mt
Posted by Raj on Nov-18-2010 09:28
Hi,
I am getting the above message for perlchartdir on Win7 64bit. My perl version is perl, v5.8.8 built for MSWin32-x86-multi-thread

  Re: Can't locate loadable object for module perlchartdir58mt
Posted by Peter Kwan on Nov-18-2010 19:07
Hi Raj,

The error message means that your Perl interpreter cannot located the "perlchartdir58mt.dll" file.

Have you copied "all files" from "ChartDirector\\lib" to your Perl module directory (any directory that is in @INC). If you are not sure where is your Perl module directory, please use perl -V to find out (look for the @INC in the output).

You may also copy everything from "ChartDirector\\lib" to the "current working directory" that you use to run your Perl script.

For details, you may refer to the Installation section of the ChartDirector for Perl documentation.

If you need further help, would you mind to provide the following information?

(a) The output of "perl -V".

(b) Go to the directory which you have copied "all files" from "ChartDirector\\lib" to. Then issue the following command and inform me of the result:

cd
dir *.dll

Hope this can help.

Regards
Peter Kwan