Every time i try to inject a dll in extreme injector i get this
The procedure entry point __vcrt_cleanup_type_info_names could not be located in the dynamic link library vcruntime140d.dll
Anyone know how to fis it?
procedure entry point
Moderators: DllAdmin, DLLADMIN ONLY
Re: procedure entry point
vcruntime140d.dll is a "debug"-version of the file VCRUNTIME140.dll, and is used for "debugging" (software testing) during software development.
Normally, debug versions of programs are not meant to be distributed. Release versions should not make use of debug dll files.
If a program is requesting this debug file, contact the developer, and ask for a finished, release version of the program.
Normally, debug versions of programs are not meant to be distributed. Release versions should not make use of debug dll files.
If a program is requesting this debug file, contact the developer, and ask for a finished, release version of the program.