Skip to content

Executable does not support long paths on Windows #1740

@rpspringuel

Description

@rpspringuel

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/**/*.*):

  • encode_utf8strings.c
  • gregorio-utils.c
  • vowel/vowel.c

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions