The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum for Programming
 Forum for Origin C
 Problem with Origin 8.0-SR6

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
rlewis Posted - 08/12/2009 : 8:15:56 PM
After patching SR5 to SR6 one of my OC function calls fails and flags the following error ...

C:\Program Files\OriginLab\OriginPro8\OriginC\originlab\NLFITSESSION.H(5686) :Error, Function nlf_set_param_values_vector@IAAAAAAABCAAAAAADAAAAAAALAAABAAAIAAAAAAACAAAAAAA was called, but its body could not be located during linking.
Linking Failed!

The function worked fine in SR5 ...
1   L A T E S T    R E P L I E S    (Newest First)
Iris_Bai Posted - 08/12/2009 : 9:30:16 PM
Hi,

This linking error is because NLFitSession.h file called the functions in nlsf_utils.c, but nlsf_utils.c not be loaded into current workspace.

To fix this issue, please add nlsf_utils.c to current workspace manually, or run "run.LoadOC(Originlab\nlsf_utils.c);" in Command Window.

We have wiki pages for the example of NLFitSession, there mentioned this.
For example, http://ocwiki.originlab.com/index.php?title=OriginC:Fit_Multiple_XY_Data_in_a_loop#Need_to_do_before_Running_Examples


Iris

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000