Home > Software engineering >  Vs generated exe out unable to open, suggesting lack of DLL files, but I have this file
Vs generated exe out unable to open, suggesting lack of DLL files, but I have this file

Time:09-25

Vs generated exe out unable to open, suggesting lack of DLL files, but I don't know how to use this file

CodePudding user response:

Put the DLL with exe a directory

CodePudding user response:

The debug release 64 corresponding 32-bit

CodePudding user response:

What is missing with the depends on file

CodePudding user response:

Put the DLL with exe try a directory

CodePudding user response:

Engineering properties to see references is a dynamic link library or to analyze your runtime library

CodePudding user response:

1. Privatization deployment, namely on the directory at the same level,
2. The DLL version, 32-bit and 64 - bit,
3. DLL version, I had done a stupid thing, clearly to vc2012 runtime library, I installed a 2010 DLLS copy paste to paste area didn't succeed

CodePudding user response:

depends

CodePudding user response:

Try to put the same directory

CodePudding user response:

The Release version of the exe, is generated by VS20XX can install VS20XX package again,

CodePudding user response:

Put and exe directory at the same level, and then note the Debug/Release 32 bit or 64 bit,

CodePudding user response:

Also encountered similar problems, first check my lack of using depend what DLLS, if not yourself DLL, can be found on the computer these DLL, then all in the same directory, or on a computer is not installed vc, vs IDE, such as running your exe missing some libraries, this is normal

CodePudding user response:

With the depends walker tool to see exe dependent DLL have?
  • Related