You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: