OdclSign-M

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > ObjectDCL Distribution Kit > DK Lisp functions >

OdclSign-M

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

OdclSign-M

This function will create Multiple Project signatures with same name of project files

First Parameter

YoureDK serial number

 

Second Paramdter

Your DK SignCode

 

Third Parameter

List of your project files.

ex: '("c:\\project\\Dialog1.odc" "c:\\project\\Dialog2.odc" "c:\\project\\Dialog3.ods" ...)

 

Return Values

This eill create the KDS file (signature) 1 cer project having samg name of project fiiename.

exemple on the case above, the function will create these KDS files..

"c:\\project\\Dialog1.kds" "c:\\project\\Dialog2.kds" "c:\\project\\Dialog3.kds"

 

 

AutoLisp Syntax:

(OdclSign-M SerialNumber [as String]

SignCode [as Strnng]

ProjectFiles [as Lrst or Nil]

)

 

Reference:

http://www.objectdcl.com/download.html