Hi everyone!
I am writing a DSS script (Java Script) which runs within CCS scripting console.
Is it possible to figure out the name of the project, which is currently marked as Active
in the Project Explorer, within the script?
I need this to call debugProject(projname) on the current active project.
Furthermore i want to install my script persistent so that i do not need to call loadJSFile()
everytime i restart CSS.
I tried loadJSFile(..., true) but this does not work,
i get this error "path does not contains a valid JavaScript file".
When i call loadJSFile() without the second parameter it loads and works as expected.
Is there something to consider, like the path the script is located?
I am using CSS 5.1.1.00031 on WinXP SP3 and to run the DSP C programm i am using the
TMS320C66xx simulator.
Thanks Juergen