Milestone Release_3.7
This is a capacity enhancement release.
There are many places in the fm/2 codebase where fixed size (CCHMAXPATH) buffers are used to hold pathnames. This become and issue when a large number of instances of CNRITEM structures are active.
The fixed sized buffers are an application design decision. The fixed size buffers make CNRITEM management simpler, but have a heavy footprint. The container control provides support for variable sized buffers, but fm/2 does not yet make use of this support.
Note:
See TracRoadmap
for help on using the roadmap.