floating point library
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-06-22 10:25 PM
Posted on June 23, 2010 at 07:25
I have to use floating point functions in my application; sqrt, sin, cos, atan.
I have included <math.h>, so the source files compile. I am using STVD with the Cosmic toolset. How do I tell the environment to link the floating point library? If I do nothing, the linker complains about not finding sqrt, sin, cos, atan. I guess I must use libfs0.sm8. Please provide step by step instructions on how to get to the dialog where I must type in the name of the library. Thanks. Daniel
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-06-22 11:30 PM
Posted on June 23, 2010 at 08:30
I found it.
Project/Settings/Linker Tab (by clicking <> until the tab is in view, then select it)/Select Standard Libraries. Daniel