Sorry to hear about your accident. I don't have a good excuse. I'm afraid I don't have time to provide detailed instructions, but the basic steps to edit that embedded .odcl should be: 1. Using a text editor, extract the raw project data from the original .lsp to a new text file with .odcl.lsp extension. The new file should contain only the raw project data, i.e. '("xxxx"). 2. Open that .odcl.lsp file in OpenDCL Studio and make any desired changes, then save it. 3. Open the .opendcl.lsp file in a...
You need to remove that strange ".lsp.odcl" before the ending parenthesis.
If you want to open the forms in OpenDCL Studio: 1. strip the lisp from the beginning and end so that only the raw text list is left: '("xxx" "xxx" "xxx") 2. save the new file with odcl.lsp extension, i.e. newfile.odcl.lsp 3. open the file in Studio
If you want to open the forms in OpenDCL Studio: 1. strip the lisp from the beginning and end so that only the raw text list is left: '("xxx" "xxx" "xxx") 2. save the new file with .lsp.odcl extension, i.e. newfile.odcl.lsp 3. open the file in Studio
Sorry, I had the file extension backward. It should be ".odcl.lsp". I just tested, it is opening without error for me.
It looks like the apostrophe is missing at the beginning, and there is a strange .lsp.odcl inserted before the closing paren.
If you want to open the forms in OpenDCL Studio: 1. strip the lisp from the beginning and end so that only the raw text list is left: '("xxx" "xxx" "xxx") 2. save the new file with .lsp.odcl extension, i.e. newfile.lsp.odcl 3. open the file in Studio
What are you doing, what do you expect to happen, and what actually happens? Are there error messages?