Viperpit(s).org
Simulation Software => Falcon BMS => Topic started by: henkie on March 26, 2025, 02:19:51 PM
-
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 :whistle:
But this evening I got an update for Visual Studio 2022 ... and now the code reports lots of errors :weep:
[ 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!
-
Send me the solution and I can take a look at it.
Looks like you don't have the other projects in the solution compiled.
-
Message sent.
I plan to make all my software available, but big parts of it is probably to "specific" :notes:
Probably needs a lot of explaining how my setup works.
I started some descriptions under https://www.viperpits.org/smf/index.php?topic=12149.msg185368#msg185368 (https://www.viperpits.org/smf/index.php?topic=12149.msg185368#msg185368)