Page 2 of 2

Re: can't connect the joystick

Posted: 20 Jul 2021, 07:05
by fferri
You need to open the project file with Visual Studio and build it. The built plugin will be placed into a subdirectory, e.g. Release\x64 or Debug\x64 and will have the correct extension (.dll).

Re: can't connect the joystick

Posted: 21 Jul 2021, 15:31
by lwang87
Thank you so much! I've solve this problem!