tpm2-software / tpm2-tss

OSS implementation of the TCG TPM2 Software Stack (TSS2)
https://tpm2-software.github.io
BSD 2-Clause "Simplified" License
730 stars 359 forks source link

Vs2019 for Tpm2-Tss? #1778

Open bhupeshpant19jan opened 4 years ago

bhupeshpant19jan commented 4 years ago

Hi,

I am trying to compile the TPM2-TSS library with VS2019, weird configuration issues. Is that officially supported? I am suspecting I am probably using the incorrect Platform Toolset setting. I am able to compile it successfully using VS2017.

For 2017 : Clang With Microsoft CodeGen(v141_clang_c2)

Regards, Bhupesh

bhupeshpant19jan commented 4 years ago

@tstruk, Any updates for me

tstruk commented 4 years ago

@bhupeshpant19jan Our appveyor setup is configured for VS2017. We have not tried VS2019 and I don't know what the difference between the two are. There might be something in the VS2019 documentation on how to convert projects from 2017 to 2019.