Please confirm my account of what is happening and answer the questions ... fairly urgent.
I have a C# project open; it has a reference to APLW.WSEngine. I can create an instance of it and use it.
APL.WSEngine APL = new APLW.WSEngine;
APL.Visible = true;
If I )edit myscript in Cielo Explorer, this effectively adds another project CieloSession1. I assume this needs its own references. I add the same reference to this project.
1. Why can't I create an APLW.WSEngine object here?
I Cielo Explorer is my workbench, I need to be able to create COM objects: am I doing anything wrong here?
Right click on CieloSession1 in Solution Explorer has several options among which are 'Properties'; I change the properties to create an Interop DLL, Using right lick again, I choose the Build option.
2. Why is the DLL not created?
I have a DLL which has an event. With APL+Win, obj []wi 'onMyEvent' 'RunThis' runs the event.
I import the same assembly into Cielo Explorer. I create an alias for the class e.g.
using a=QuoteQuad.Demo
a.? : I can get and set properties. I can run mehods.
3. How do I fire the event?
There are methods add_Myevent and #pub#MyEvent is the list of options following q.
4. How do I use these and what argument do I supply? add_Myevent is expecting value
Thanks for your help.