steamcontroller icon indicating copy to clipboard operation
steamcontroller copied to clipboard

Windows support?

Open evilC opened this issue 6 years ago • 5 comments

Hi, your readme is a little confusing - it says "This is a little C library for Linux based operating systems", however there does seem to be some Windows-specific stuff in here.
I want to be able to read input from an SC in my remapping application (UCR) which is a Windows C# app.
Would it be possible to use this library to read input from the SC from arbitrary C# code?

evilC avatar Dec 11 '18 14:12 evilC

To clarify, if I try to run the C# test app, I get

I notice that the dlls are baked into the repo, so I am not sure the Test app is targetting the right SteamController.dll?:

evilC avatar Dec 11 '18 19:12 evilC

Finally got it all building. Cleaned up the repo a bit too.
https://github.com/evilC/steamcontroller

evilC avatar Dec 11 '18 22:12 evilC

Finally got it all building. Cleaned up the repo a bit too. https://github.com/evilC/steamcontroller

Thank you so much for this, I have it running on Windows 10 desktop.

Waffle1434 avatar Feb 12 '20 08:02 Waffle1434

Finally got it all building. Cleaned up the repo a bit too. https://github.com/evilC/steamcontroller

Hi!, Sorry for this late question.. I'm having the same Sytem.EntryPointNotFoundExeption error on your repo too. How you managed to fix this? I'm on VS 2022. Thanks.

Dont-Know-Nothing avatar Jan 20 '24 14:01 Dont-Know-Nothing

Finally got it all building. Cleaned up the repo a bit too. https://github.com/evilC/steamcontroller

Hi!, Sorry for this late question.. I'm having the same Sytem.EntryPointNotFoundExeption error on your repo too. How you managed to fix this? I'm on VS 2022. Thanks.

Never mind.. The release SteamController.dll wasn't working for me, I,ve used CMake to build from source and it's working now.

Dont-Know-Nothing avatar Jan 21 '24 11:01 Dont-Know-Nothing