LlJoOpenDisappeard

Hello,

I’m trying to port an application from L&L 14 to L&L 16. This app do use heavily the LlCore object (own print loop). In the new version the call

ll.LlJobOpen(LlConst.CMBTLANG_DEFAULT);

has been suppressed. How do I Initialise the LLcore object now ? There is a call LlProjectOpen, but it seems to be done for accessing the DOM. I do not want to access the DOM…

When opened, how do I close it … the call

ll.LlJobClose();

has also disappeard !