The point functions have been improved
with their checking against your current point limit. If you get
this error message you have exceeded the number of points on your
licence. You may work around this problem with one of the following
solutions:
- If you are always accessing the same point then don't call
PointFree() but reuse the same point handle. This way you don't
have to use PointNew() again to access the point.
- You can use the tag functions in place of the point functions.
These functions are much easier to use and have been written as a
replacement for the point functions. So use the TagRead() and
TagWrite() function, see the online help for full details.
- If you really need to access many points then you will need to
upgrade your point licence.
|