Windows traditionally has a path length limit of 260 characters. Newer versions support longer paths, but the API for opening files with such names is different and not used by the standard fopen() calls which we currently use in our source code. Fixing this will require some rejiggering of the following files (based on grep -l "fopen" src/**/*.*):
Windows traditionally has a path length limit of 260 characters. Newer versions support longer paths, but the API for opening files with such names is different and not used by the standard
fopen()calls which we currently use in our source code. Fixing this will require some rejiggering of the following files (based ongrep -l "fopen" src/**/*.*):