procedure entry point

Our software Dll-files Fixer has been discontinued long time ago. This forum is still here for you to be able to get help from the community on how to operate the software.

Moderators: DllAdmin, DLLADMIN ONLY

Forum rules
Only posts about the software "DLL-files Fixer" will be allowed.
Please use the forum "Everything about dll files" for other topics.
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?

DllAdmin
Site Admin
Posts: 474
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