I write a code in OriginC and it works well. I call this written functions with labtalk. In Labtalk I first compile my OriginC file with the following line
run.LoadOC(Filepath\Filename.c); the functions are compiled(I can see this in the codeBuilder), but I can't use the functions, because their not linked. If I press the compile Button in Codebuilder followed message is plot:
Linking... Done! No changed files found. Choose Rebuild All if you want to recompile anyway. After this I can use the functions. I now suppose that my Labtalk command is able to compile, but not able to link my functions.
Is there anybody who know the solution of this problem?