This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Creating a custom library

Have the following problem:

I need to create a library with many functions.
Some functions will be used by some projects and others by other projects. The important is to have only one library version to manage.
Big problem: I am getting Warning 16: uncalled segment... for the functions not being called! And I think that XDATA is being taken? CODE I think is not being taken by the unused functions?

Does anyone knows a way to avoid this?

0