takuya-takeuchi / OpenPoseDotNet

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

Hi OpenPoseDotNet.Native not compiling #1

Open praptobala opened 5 years ago

praptobala commented 5 years ago

I just downloaded and compiling the source, but not able to compile OpenPoseDotNet.Native

takuya-takeuchi commented 5 years ago

Could you show me error message and OS? I tested only Windows for now.

pavchavan commented 5 years ago

I am not able to compile the OpenPoseDotNet project. as getting the error - The type or namespace name 'SuppressUnmanagedCodeSecurity' could not be found (are you missing a using directive or an assembly reference?)

in src/OpenPoseDotNet/CStd/OpenPose.cs

and why the project is targeting to .NETStandard 1.6?

please some one help me out

takuya-takeuchi commented 5 years ago

why the project is targeting to .NETStandard 1.6?

What does it mean? I did not set targeting value .NETStandard 1.6. I use 2.0.

https://github.com/takuya-takeuchi/OpenPoseDotNet/blob/master/src/OpenPoseDotNet/OpenPoseDotNet.csproj#L4

I guess .NET Core SDK 2.0 is not installed on your machine.