Compiling to VLX

Started by ScottBolton · 2018-04-23 13:23 UTC · 5 replies · SMF topic #2593

One thing I notice from the DistSample examples is that the VLX file has the same name as the odcl. Is it possible to have ALL.VLX that contains a compiled DistSample1.odcl and DistSample2.odcl?

If so, how do I modify (_Load_ODCL_Embedded_Project (strcat LOAD_flag ".odcl") nil nil)?
Hi, save both projects as different *.odcl.lsp-files to compile them as different resources and load them afterwards using dcl-project-import.
Regards, Fred
Hi, Fred.

So just to clarify, "compile them as different resources" - I have to have a separate VLX for each odcl.lsp file. Is it not possible to compile several odcl.lsp files into one VLX, as we can do with "normal" lsp files?

S
Anybody?
Hello, I still believe, I haven't understand you.
Please have a look at the sample I attached.
This project contains two different projects, loaded at runtime.
Hope that comes closer to your needs.

Regards, Fred
Attachments
Thanks, Fred. It was the (strcat ".odcl.lsp") that I was missing.

S