OpenPoseDotNet icon indicating copy to clipboard operation
OpenPoseDotNet copied to clipboard

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

Open suncici opened this issue 3 years ago • 4 comments

image

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

suncici avatar May 02 '21 11:05 suncici

image image

suncici avatar May 02 '21 11:05 suncici

@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?

takuya-takeuchi avatar May 03 '21 09:05 takuya-takeuchi

@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.

suncici avatar May 03 '21 09:05 suncici

@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

takuya-takeuchi avatar May 04 '21 16:05 takuya-takeuchi