Page 1 of 1

Test for []cse avalability?

PostPosted: September 9th, 2013, 4:20 pm
by Ajay Askoolum
1- Is there a basic test to determine whether []cse is available?
2- Why am I getting this error?

Code: Select all
      'c' ⎕CSE 'Init' 'System'
CSE ERROR: Class not registered
      'c' ⎕CSE 'Init' 'System'
          ^
      ⎕SYSVER
13.2.01  Sep  3 2013 16:54:42  Win/32

Re: Test for []cse avalability?

PostPosted: September 10th, 2013, 2:10 pm
by Ajay Askoolum
I have resolved the error!

Re: Test for []cse avalability?

PostPosted: September 13th, 2013, 2:11 am
by joe_blaze
Hi Ajay,

Currently the interface between APL+Win and the APLNext C# Script Engine via []cse system function uses a COM (ActiveX) interface. Thus the APL+Win statement: '#'⎕wi 'XInfo' 'APLNext.CSScriptEngine' will determine if the CSE has been installed and registered on the target workstation.

Joe