smasherprog / screen_capture_lite

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

How do I use the newest release as a library in a C# project? #147

Closed philhk closed 1 year ago

philhk commented 1 year ago

This is probably a pretty noob question but I just can't find out how I can use library in my project. I tried to add the dll's in the bin folder as a reference to my project but the only dll that worked was the one with csharp at the end but I'm not sure if that is right because the file is only 3KB and I wasn't able to use the namespace SCL. I would be very happy if someone could help me.

smasherprog commented 1 year ago

Theres an example in the repo. Build everything and use that to get started.

smasherprog commented 1 year ago

going to close unless theres a bug. The examples should work. Post an issue if building everything fails.