Author Topic: embed ODCL files in LSP files  (Read 4982 times)

0 Members and 1 Guest are viewing this topic.

domenicomaria

  • Swamp Rat
  • Posts: 723
embed ODCL files in LSP files
« on: January 09, 2021, 10:41:47 AM »
I have the file AAA.LSP
It uses 3 ODCL files : A1.ODCL,   A2.ODCL,  A3.ODCL

I know that it is possible to save
an ODCL files as LSP file.
This kind of LSP file
contains a list of "encrypted" strings.

I have seen the DCL-PROJECT-IMPORT

But I don'n know HOW to USE it.

I want append
the new  A1.LSP,  A2.LSP and  A3.LSP
to the main AAA.LSP

Because I want ONLY ONE FILE.

And I want know
what have I to modify in the AAA.LSP file
to USE the new ODCL files that have been converted in LSP file.

When I use DCL-PROJECT-LOAD, have I to change something ?

In other words, I need a simple, complete, working example,
that solve this issue !


i will be grateful if someone can explain me something !

domenicomaria

  • Swamp Rat
  • Posts: 723
Re: embed ODCL files in LSP files
« Reply #1 on: January 10, 2021, 03:05:22 PM »
there is no answer ?

Quite right !

Because there is no problem.

I saved the ODCL files as LSP files

Then i opened them and copied their contents
at the end of the main LSP file,
 . . .
. . .
And everything works fine!
There is no problem !

I was disoriented because I read that
we have to use the DCL-PROJECT-IMPORT function,
but it seems that nothing needs to be done !