Library Defines (Options)
Any of the options below look cryptic? Read the Operation Details section.
FILENUM_DEBUG_PRINT (default= 0)
0- no debug information.
1- print debug information into the output pane. Debug printing only works when the project is in the debug mode. However, still set this option to 0 for release, as this will save memory and code space.
FILENUM_MAX_SIGNATURE_LEN (default= 0)
Size of members of the filenum_user_signature array. Set to >0 to be able to observe the signatures left by the callers of the filenum_get().
FILENUM_MAX_FILENAME_LEN (default= 0)
Maximum filename length. This must be set to at least the length of the longest filename you are planning to use in your project.