Hi there!
First, thanks for releasing the sources for STKP sim connect server on GitHub 🎉 .
When I cloned the repo, and tried to do a build, it fails with the following error:
The command "xcopy /E "C:\...\stkp-simconnect-server\SimConnectServer\bin\Debug\*.exe" "G:\SSDProjects\stkpcp\static\p3d\" /Y
xcopy /E "C:\...\stkp-simconnect-server\SimConnectServer\bin\Debug\*.dll" "G:\SSDProjects\stkpcp\static\p3d\" /Y" exited with code 4.
Obviously, I don't use the same path as you have on your computer. This means that the build is not really usable because of the file copy steps. One way to solve this is to create a .bat/.cmd script which can be run independently of the build.
Please let me know what you think?
Hi there!
First, thanks for releasing the sources for STKP sim connect server on GitHub 🎉 .
When I cloned the repo, and tried to do a build, it fails with the following error:
Obviously, I don't use the same path as you have on your computer. This means that the build is not really usable because of the file copy steps. One way to solve this is to create a .bat/.cmd script which can be run independently of the build.
Please let me know what you think?