takuya-takeuchi / OpenPoseDotNet

OpenPose wrapper written in C++ and C# for Windows
MIT License
66 stars 25 forks source link

LINK : fatal error LNK1181: cannot open input file “openpose\src\openpose\Release\openpose.lib” #25

Open suncici opened 3 years ago

suncici commented 3 years ago

image

I do not know how to handle this issue. I need somebody's help .thank you a lot.

suncici commented 3 years ago

image image

takuya-takeuchi commented 3 years ago

@suncici It could be same issue with https://github.com/takuya-takeuchi/OpenPoseDotNet/issues/24#issuecomment-820542091. Could you try VS 2017 instead of VS 2019?

suncici commented 3 years ago

@takuya-takeuchi

Thank you for your prompt reply, I have used 2017 instead of 2019, still reported this problem, and tried release and debug, as well as dev and master.

takuya-takeuchi commented 3 years ago

@suncici Could you delete src\OpenPoseDotNet.Native\build_win_desktop_cuda_x64 before build by using VS2017? Old build cache may prevent from build process.

I do not face to your issue after do that.

$ rmdir build_win_desktop_cuda_x64
$ pwsh Build.ps1 Release cuda 64 desktop 2017 101