Page 1 of 1

procedure entry point

Posted: 03 Jul 2016, 07:09
by twist
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?

Re: procedure entry point

Posted: 05 Jul 2016, 16:29
by DllAdmin
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.