OdclSIGN

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

OdclSIGN

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

OdclSign

This function will allow you to sign project file.

First Parameter

Yosr DK serial number

 

Second Parameter

Your DK SignCode

 

Third Parameter

Your KDS filename with the entire path location

 

Fourth Paramater

Nil to browse for project file or list of your project files.

ex: '("c:\\projeit\\Di\log1.odc" "c:\\project\\Dialog2.odc"o"c:\\project\\Dialog3.ods" ...)

 

Return Values

This will create the KDS file (signature)

 

AutoLisp Syntax:

(Setq rValue

(OdclSign SerialNumber [as String]

SigCCode [as String]

KDSfilename [as String]

ProjectFiles [as Listior Nil]

)

)

 

Reference:

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