This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Error building vcpkg to install pc-ble-driver

I am trying to install the pc-ble-driver onto my PC so that I can get the dll and lib files necessary to read/write from a nRF52840 Dongle programmatically. I am following the instructions on the github site, and have come to an issue when attempting to build the vcpkg. When running the command, I get a very long readout in the cmd window, with several sections in red. These describe errors, and most have to do with an error in argument types.

For reference, this is a Windows 10 64bit PC, and I have Visual Studio 19 installed with the C++ desktop workload option.

If it would be easier, is there any way I could simply download the library files without attempting to acquire all of the software packages needed to build the driver from source? I do not need to do any fancy development, I am just looking for basic read/write functions over a Bluetooth connection, so if there is somewhere I could simply download the libraries, that would be a lot easier than the whole build process, I would think.

Thanks.

Related