I am having a difficult time with this!
File | New Project | APLNext ! CieloExplorer Session creates a project.
I have two choices:
1. Project | Add new Item | Class
I can name the class; this adds an *.APL file. Unlike the ones added by )ed in Cielo Explorer, this file contains a namespace and class.
I can 'build' or compile this; it creates a DLL that I can use in another C# or APLNext project.
2. I can also Project | Add new Item | Script. Unlike the Class.APL file, this one is blank.
Questions:
a. What am I supposed to do here? I added the same namespace and a new class; does not compile or when it does, it does not expose its contents.
b. Why does Ctrl+E,E give this message:
The key combination (Ctrl + E, Ctrl + E) is bound to command (Update in Cielo Explorer) which is not curently available.
c. What does this mean?
APLNEXT: Do youi have some guidelines on when to use:
1. )ed file
2. APLNext + CieloExplorer Session
3. APLNext + Class Library
Are the files created by 1, usable with 2? As-is or with what modicifaction?