As my project has now reached a size were the compiliation procedure consumes quite some time on slow computers (although negligible in comparison to some invoked functions), it start to be a bit annoying. I read in the Origin C Programm manual that it is possible to precompile the programm. But apart from that I havent been able to track down some information of how to do this. So, how is this done and is it still possible to access all the functions of the programm via buttons as I do it now in a combination with a Origin script file?
A precompiled version (OP) of your Origin C file is created automatically when you first compile the C file unless the Origin system variable @OCS=0 (default is 1).