wireguard-nt
wireguard-nt copied to clipboard
vs2019 mandatory ?
hello, i have vs2022 and it doesn't work, do i have to use vs2019?
Managed to run example with vs2022. Other are not so important for me. Anyway here is what i did until I reached the point:
- install WDK (https://github.com/WireGuard/wireguard-nt#building)
- installed WDK from visiual studio installer
- downloaded prebuilt wireguard dll (https://github.com/WireGuard/wireguard-nt#usage)
- changed the "project"-"Property"-"C/C++"-"General"-"Additional Include Directories" from
../apito the one where extracted prebuilt dll. - build
example(I also forced to unload all other projects (not sure how to disable dependencies in this extra complicated IDE) - put the prebuilt dll together with just built app
- run from admin