Cleric-K / vJoySerialFeeder

Feed Virtual Joystick driver with data from a serial port
GNU General Public License v3.0
252 stars 55 forks source link

fix run from ide, copy vJoyInterface.dll part of the build #2

Closed fape closed 6 years ago

fape commented 6 years ago

I tried to run from ide (sharpdevelop 4.4 and Visual studio 2017) but I always got vJoyInterface.dll is missing error. If i copy the dll next to exe it runs with out error. Now vJoyInterface.dll will be copied to output folder as part of the build. So now we can simply run /debug from ide with any manual coping. I hope like it ;)

Cleric-K commented 6 years ago

Nice! I was aware of the problem and skimmed quickly over it, but didn't see some obvious way to deal with it so I've put it aside. And since once I've copied the dll, further builds do not remove it, I completely forgot about it. Is there a way to do this through the UI of ShD4.4 ? I don't see the the ContentWithTargetPath option there.

Thank you very much for your time!

fape commented 6 years ago

I also did not find on the UI. So I edited the file in notepad++. But It is working ;) https://stackoverflow.com/a/35065306