I would like to know if it is possible to run LabTalk scripts and Origin-C files on Origin Version 7.5, which have been developed with Origin 7.0 Pro? Is it possible to encript LabTalk files and Origin-C-Files so that someone may use the routines without being able to read the files?
I've heard of one or two Origin C functions that changed somewhat from Origin 7 to 7.5 (don't remember the specifics) but most of your Origin 7 code and LabTalk scripts should work fine in 7.5. In OriginPro you can both precompile and encrypt Origin C files. See the following section in the Programming Guide for details.
Origin C Programmer's Guide...Compiling and Linking...An Overview of the Build Process
LabTalk script files are not compiled and cannot be encrypted. You can put your LabTalk sections in an Origin C file... see
Origin C Programmer's Guide...Code Examples...Calling LabTalk and Using LabTalk Variables...Including LabTalk Code in Your Origin C Source File and Blocking it from Compiling
However, I haven't tried that with a precompiled or encrypted Origin C file and am not sure if it will work. Anyone else?