Last Update: 2/3/2015
When you develop custom Origin C functions, you may of course want to use them in future versions as well. It may then be better that you save all such functions in a sub folder which is not under the Origin installation path, and not under the User Files Folder of your current version. Thus for example, you may want to save them in a custom folder location such as under your "My Documents" area in a sub folder named "My Origin C Functions".
To use your Origin C files, you must add it into Origin C workspace, and get them compile and linked.
If you want your Origin C functions to be available in every Origin session, in Code Builder, with your Origin C files in workspace, right click on Origin C Workspace node and select Build on Startup.
Please refer to this tutorial for more details on organizing and accessing Origin C functions.
Keywords:oc, code, build, link, workspace, start, system, user, custom, location