Posts for BIAB in Linux go back over more than a decade.
We can understand that porting might be difficult. They likely tied themselves to some windows API and microsoft C++, and now they feel stuck.
Even so, PGmusic could at least include a Wine environment in their test suite.
Long term, I would suggest migrating to a Qt based API and standard C++. You can easily abstract and isolate the few os specific things in a small number of conditionals.
It is not as big a job as it might seem at first take and the benefits are obvious.
Python would take about 1/5 the time of doing it even that way. But I don't expect you do that for something you want to keep proprietary,
Last edited by drm; 06/15/21 03:23 AM.