taskmgr-video icon indicating copy to clipboard operation
taskmgr-video copied to clipboard

build error

Open hack1exe opened this issue 2 years ago • 0 comments

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?

hack1exe avatar Apr 30 '22 15:04 hack1exe