Open Mluckydwyer opened 5 years ago
@evilC I see you recently did some work on the C# portion of the library. Any idea about this C error?
It seems that SteamController_HIDGetFeatureReport my not be defined. Is that how it is intended to be?
@Mluckydwyer I seem to remember having real problems getting it going, I can't remember off the top of my head what I did to get the C code running - I had even more issues with the C# code. If you wanna drop into my Discord Channel, we can probably work it out without spamming the hell outta the issue tracker.
It looks like _WIN32 is not defined. Please check it
I am attempting to build this library from source and get the example.c to run, but I continue to run it to errors trying to compile it using cmake.
error.txt
Am I doing something wrong? I have not changed anything, I am just attempting to run the example you provided (example.c). Thanks