Hello,
I want to use CCS Scripting to collect data in Batch Mode. Then I use the Perl script to run the CCS IDE.
Using the perl script to collect data is OK in Windows XP 32 bit.
But when I want to run it in a server, which runs Windows server 2008 R2 64 bit. There is an Error.
When I run the Perl script in the terminal, it show some errors like,
Can't load 'D:/CCStudio_v3.3/bin/utilities/ccs_scripting/CCS_SCRIPTING_PERL.dll' for module CCS_SCRIPTING_PERL:load_file:%1 is not valid Win32 application。 at D:/P
erl64/lib/DynaLoader.pm line 191. at D:/Perl64/bin/CCS_SCRIPTING_PERL.pm line 7
I installed the ActivePerl-5.14.2.1402-MSWin32-x64 in the Server.
And add the environment variable like below:
set path=D:/Perl64/bin;D:/CCStudio_v3.3/bin/utilities/ccs_scripting;%path%
set PERL5LIB=D:/Perl64/bin;D:/CCStudio_v3.3/bin/utilities/ccs_scripting;
But when I run the Perl script in the terminal, it show some errors like,
Can't load 'D:/CCStudio_v3.3/bin/utilities/ccs_scripting/CCS_SCRIPTING_PERL.dll' for module CCS_SCRIPTING_PERL:load_file:%1 is not valid Win32 application。 at D:/P
erl64/lib/DynaLoader.pm line 191. at D:/Perl64/bin/CCS_SCRIPTING_PERL.pm line 7
Other information are
Target: C6416
CCS IDE: CCS 3.3.
Anybody can help me? Thank you very much.