I am (slowly) getting my pit "working".
In my setup, I connect my pit hardware using USB connections.
However, I use my own developed "in between" software running on the PC to interact with BMS F4.
The "in between" software receives information from the pit hardware via USB connections, and generates joystick buttons and sliders. In the other direction, it reads the shared memory and sends messages via the USB connections to the pit hardware.
I do not know how I did it, but my "in between" software compiles without errors or warnings in Visual Studio 2022

But this evening I got an update for Visual Studio 2022 ... and now the code reports lots of errors

[ You are not allowed to view attachments ]
It seems it cannot find several libraries (?) / ( .dll files ?).
- Common
- Common.Win32
- F4KeyFile
- F4SharedMem
- F4Utils.Process
Where can you get them from

How do I add them to my program / project

Just as simple as (after getting them) filling in these fields

[ You are not allowed to view attachments ]
Thanks!