Thommy
❔ C# dll
We have a WPF app that transfers data from a game to our server. Since this is currently connected to a graphical interface, which is more or less unnecessary since all data is also displayed there in the game itself, I had the idea of reading the data via a dll and sending it to our server. Without an app, ideally the dll should be loaded when the system starts and the data should be sent as soon as the game is started.
14 replies