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
{{ message }}
This repository was archived by the owner on Jan 19, 2026. It is now read-only.
There's a problem with ttFormBuilder where both 32 and 64 bit dlls MUST be in the same directory. In this particular case, the 32-bit dll names should be unmodified, but the 64-bit dlls should have _x64 appended to the filename.
That means we're going to need a suffix command that is bit-depth dependent.
64Suffix: _x64 # if specified, suffix is appended to the dll name
32Suffix: _x86 # if specified, suffix is appended to the dll name
Description:
There's a problem with ttFormBuilder where both 32 and 64 bit dlls MUST be in the same directory. In this particular case, the 32-bit dll names should be unmodified, but the 64-bit dlls should have _x64 appended to the filename.
That means we're going to need a suffix command that is bit-depth dependent.
64Suffix: _x64 # if specified, suffix is appended to the dll name
32Suffix: _x86 # if specified, suffix is appended to the dll name
Issue Type: