dcl-Project-SaveAs issue

Started by domenicomaria · 2024-01-30 10:58 UTC · 0 replies · SMF topic #2908

I create a new odcl project.
and its name is "A"

(dcl-project-load  "A"  t  )
(dcl-form-show    "A" "f" )

and the form is correctly shown
(image "A")

. . .
Then
(dcl-Project-SaveAs "A"  (strcat my-odcl-path "B" ".odcl") nil)

(setq loaded-odcl-project-name (dcl-project-load "B" t ) )
(princ (strcat "\n" loaded-odcl-project-name) )

When I load "B.odcl" it returns "A" again !

And if I try to show the form contained in "B"
(dcl-form-show    "B" "f" )

it happens what is shown in the attached
odcl runtime error message
Attachments