Formatting rules of PRV-files

This works (created by Descoder.exe)
;;; Visual LISP make file [V1.0] test saved to:[D:/test] (PRV-DEF (:target . "test.vlx") (:active-x . T) (:separate-namespace) (:protected . T) (:load-file-list (:lsp "a.lsp") (:lsp "b.lsp") ) (:require-file-list) (:ob-directory . "OutObj") (:tmp-directory) (:optimization . st) ) ;; EOF

This modified file does not work:
;;; Visual LISP make file [V1.0] test saved to:[D:/test] (PRV-DEF (:target . "test.vlx") (:active-x . T) (:separate-namespace) (:protected . T) (:load-file-list (:lsp "a.lsp" ) (:lsp "b.lsp" ) ) (:require-file-list) (:ob-directory . "OutObj") (:tmp-directory) (:optimization . st) ) ;; EOF

Same problem here:
;;; Visual LISP make file [V1.0] test saved to:[D:/test] (PRV-DEF (:target . "test.vlx") (:active-x . T) (:separate-namespace) (:protected . T) (:load-file-list (:lsp "a.lsp" ) (:lsp "b.lsp" ) ) (:require-file-list) (:ob-directory . "OutObj") (:tmp-directory) (:optimization . st) ) ;; EOF

Is there a way to make the Descoder.exe more tolerant to PRV-formats?

Comments

  • Dear Peter,

    please send us your PRJ/PRV files which make problems by a support request ... just for the records;
    of course, I will check to make DEScoder more tolerant / robust here ...
    many greetings !

  • Fixed via Support request.

    Thanks for the great and quick support!

This discussion has been closed.