Hi all,
I am trying to use Skill in free viewer 17.2.
I knew Skill function is not available in free viewer normally but there was a post of a workaround by adding skill code in allegro.ilinit
However, it still failed.
Here is my code in "allegro.ilinit"
###
axlCmdRegister("c_layer" 'c_layer ?cmdType "interactive")
mySkillFunction.autoload = "c_layer.il"
###
Can anyone help on it? Thanks!