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
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 Forum for Origin C
 Error Message Smooth Function
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

alex_eagle

Austria
36 Posts

Posted - 10/01/2003 :  10:45:52 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
When I use smooth(crv) I get following message
during compiling:
C:\Programme\OriginLab\Origin7G\OriginC\Ascii_Import.c(81) :Error, Function smooth@HAKAaHAHAHAHA was called, but its body could not be located during linking.

What does this mean ? I use Origin 7 SR4


easwar

USA
1965 Posts

Posted - 10/01/2003 :  4:05:36 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,

The function smooth() is prototyped in data.h and the code for it is included in internal.c.

The fact that you can compile, but not link means that you have the correct header file (for example, including origin.h will in turn include data.h, which prototypes this function), but you do not have the body of the function, which is in internal.c

By default, internal.c is added to the system folder of the Code Builder workspace tree. Did you remove or exclude internal.c from the system folder by any chance? If yes, just add internal.c back and then you should be able to do a Build All and use this function.

Easwar
OriginLab.

Go to Top of Page

alex_eagle

Austria
36 Posts

Posted - 10/03/2003 :  02:04:24 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Exactly !
Thank you very much !


Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000