smasherprog / screen_capture_lite

cross platform screen/window capturing library
MIT License
638 stars 156 forks source link

Missing file screen_capture_lite_shared.dll #113

Closed clobotorre closed 3 years ago

clobotorre commented 3 years ago

Example_CSharp project has a reference to a file called screen_capture_lite_shared.dll, wich I can't find in the repo. So, when I try to compile this project I get an error complaining about this file.

How can I get this missing file?

smasherprog commented 3 years ago

Use cmake to build everything and you will get those dll's

smasherprog commented 3 years ago

they must be built as they are c++ dlls not csharp

smasherprog commented 3 years ago

Gonna close this unless theres something new to add