dchapyshev / aspia

Remote desktop and file transfer tool.
https://aspia.org
GNU General Public License v3.0
1.57k stars 339 forks source link

windows link protobuf dll file case build failed #232

Closed xtayaitak closed 11 months ago

xtayaitak commented 11 months ago

Describe the bug windows link protobuf dll file case build failed.

F:\study\vcpkg\installed\x86-windows\debug\bin\libprotobuf-lited.dll : fatal error LNK1107: invalid or corrupt file: cannot read at 0x338

aaaaaa

To Reproduce windows cmake build

If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

dchapyshev commented 11 months ago

You didn't read the build documentation carefully. The documentation says to use triplet x86-windows-static, but you use x86-windows.

xtayaitak commented 11 months ago

@dchapyshev i see.thanks.