procedure entry point

Do you need help with your Fixer? Ask a question here!

Moderators: DllAdmin, DLLADMIN ONLY

Post Reply
twist
Posts: 1
Joined: 03 Jul 2016, 06:57

procedure entry point

Post 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?

advertisement
DllAdmin
Site Admin
Posts: 452
Joined: 17 Mar 2011, 12:32
Contact:

Re: procedure entry point

Post 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.

Post Reply