You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a project use the description field to store the path of a tag.
Since this field is maximized to 255 characters, my question is whether there is a way to increase the number of characters.
The text was updated successfully, but these errors were encountered:
I believe you would have to increase the value assigned to the MAXMSG constant in types.h and then re-build the toolkit. However the maximum path length on Windows is 256 characters (unless you change a registry setting), so maybe increasing MAXMSG isn't necessary. But on Linux it's 4095 characters.
For a project use the description field to store the path of a tag.
Since this field is maximized to 255 characters, my question is whether there is a way to increase the number of characters.
The text was updated successfully, but these errors were encountered: