etra0 / taskmgr-video

MIT License
41 stars 2 forks source link

build error #2

Open hack1exe opened 2 years ago

hack1exe commented 2 years ago

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?