camera_capture icon indicating copy to clipboard operation
camera_capture copied to clipboard

CouldNotLoadEscapiDLL

Open td0m opened this issue 5 years ago • 1 comments

CouldNotLoadEscapiDLL(126) shows up when running your example from the readme. The program does work if I get the escapi.dll and put it in the same folder as the exe, however I only want to have one file. Is it possible to inject the escapi.dll inside of the exe with rust?

td0m avatar Jun 20 '19 14:06 td0m

probably, but I don't know how and I don't remember why I didn't do it back when I created camera_capture. We'd need to link escapi statically, so the first step would be to see if that can be done on windows by experimenting with it in the escapi repository

oli-obk avatar Jun 20 '19 14:06 oli-obk