|
ChartDirector Version |
Posted by seafree on Mar-02-2022 03:45 |
|
HI Peter, I appreciate your help a lot, please will you tell me how know the ChartDirector Version that I have been using?
Regards
seafree |
Re: ChartDirector Version |
Posted by Peter Kwan on Mar-02-2022 15:40 |
|
Hi seafree,
On Windows, you can right click on the "chartdir.dll" to display its version. On all operating systems, you can use perlchartdir::getVersion to find out. See:
https://www.advsofteng.com/doc/cdperl.htm#perlchartdir.getVersion.htm
For example:
perl -e "use perlchartdir; print sprintf('%x', perlchartdir::getVersion());"
It will display 0x7000000 for ChartDirector 7.0.
Regards
Peter Kwan |
Re: ChartDirector Version |
Posted by seafree on Mar-03-2022 05:18 |
|
THAK A LOT PETER, the chartdirector version that I'm using is:
5000003
REGARDS
seafree |
|