Originally posted by EigenFace
I have a decent amount of programming experience and I'd like to emulate a ps4 controller for ps4 remote play on pc. I see the example of using xbox360ce in combination with ViGEM and thought i would alter it to map from xbox360ce to an emulated DS4. Only problem is it requires vigemUM.dll. I looked at the releases but didn't see a copy of vigemUM.dll.
So, how do i build it? I tried to open the solution in VS2015 and build some of the projects and got a bunch of errors. I tried opening it in VS2012 and an error about Platform Toolset made me think maybe I needed to open it in VS2010?
So-- Do I need to build vigemUM.dll? Do I need to open the solution in a specific version of VS? Are there any obvious gotchas about building it? How do I know what order to build stuff in?(Won't one project maybe produce some code another project needs?)