taskmgr-video
taskmgr-video copied to clipboard
build error
Hi, i have an error:
Compiling injector v0.1.0 (C:\Users\user\Desktop\taskmgr-video-master\taskmgr-video-master\injector)
error[E0308]: mismatched types
--> injector\src\main.rs:13:16
|
13 | inject_dll(&p, &dll_path);
| ^^ expected struct memory_rs::external::process::Process
, found struct Process
|
= note: expected reference &memory_rs::external::process::Process
found reference &Process
= note: perhaps two different versions of crate memory_rs
are being used?
For more information about this error, try rustc --explain E0308
.
error: could not compile injector
due to previous error
How i can fix it?