You definitely should not need the debug version of the CRT if you’re compiling in “release” mode. You can tell they’re the debug versions of the DLLs because they end with a d
.
More to the point, the debug version is not redistributable, so it’s not as simple as “packaging” it with your executable, or zipping up those DLLs.
Check to be sure that you’re compiling all components of your application in “release” mode, and that you’re linking the correct version of the CRT and any other libraries you use (e.g., MFC, ATL, etc.).
You will, of course, require msvcr100.dll
(note the absence of the d
suffix) and some others if they are not already installed. Direct your friends to download the Visual C++ 2010 Redistributable (or x64), or include this with your application automatically by building an installer.
Related Posts:
- Visual Studio compiles but the exe isn’t there
- Difference between masm32 and masm?
- How do I start PowerShell from Windows Explorer?
- A fatal error occurred while creating a TLS client credential. The internal error state is 10013
- What does “@” mean in Windows batch scripts
- How to run a PowerShell script
- How do I install and use cURL on Windows?
- How to list files in windows using command prompt (cmd). I’ve tried using ‘ ls ‘ as in Linux but it shows an error?
- ow can I find where Python is installed on Windows?
- Setting Windows PowerShell environment variables
- Can’t connect to MySQL server on ‘localhost’ (10061) after Installation
- Why is Windows 32-bit called Windows x86 and not Windows x32?
- Create an empty file on the commandline in windows (like the linux touch command)
- Windows 7 exception code: 0xc0000409
- How to solve “The directory is not empty” error when running rmdir command in a batch script?
- “X does not name a type” error in C++
- Difference between ‘strcpy’ and ‘strcpy_s’?
- what is a “dump file” in windows task manager?
- How do I run Redis on Windows?
- Need to navigate to a folder in command prompt
- How do I create a Batch file to change an exe installer to Win XP SP3 compatibility mode and launch installer
- Python virtualenv questions
- Using putty to scp from windows to Linux
- how to open an mp3 file with c
- VC++ fatal error LNK1168: cannot open filename.exe for writing
- What languages are Windows, Mac OS X and Linux written in?
- How to run a makefile in Windows?
- Command Prompt “Net View System Error 6118”
- How to run ‘sudo’ command in windows
- How to exit Python script in Command Prompt?
- Python command not working in command prompt
- Batch script loop
- What is the ‘realtime’ process priority setting for?
- Verify return code: 20 when testing OpenSSL
- Command line for looking at specific port
- How to uninstall a Windows Service when there is no executable for it left on the system?
- What is the default password for Postgres
- “X does not name a type” error in C++
- Windows Activator .bat Text
- How To Activate Windows 10
- ‘npm’ is not recognized as internal or external command, operable program or batch file
- VC++ fatal error LNK1168: cannot open filename.exe for writing
- What is the difference between Cygwin and MinGW?
- Text editor to open big (giant, huge, large) text files
- UnicodeDecodeError: ‘charmap’ codec can’t decode byte X in position Y: character maps to
- PermissionError: [WinError 5] Access is denied python using moviepy to write gif
- Using GNU Scientific Library (GSL) under Windows x64 with MinGW
- Xampp MySQL not starting – “Attempting to start MySQL service…”
- Can’t start hostednetwork
- How to force `findstr` to ignore `Cannot open` returns
- Npm Please try using this command again as root/administrator
- Choosing a Windows automation scripting language. AutoIt vs Autohotkey
- “python” not recognized as a command
- sudo command not found on Cygwin
- OpenSSL: PEM routines:PEM_read_bio:no start line:pem_lib.c:703:Expecting: TRUSTED CERTIFICATE
- What is Windows Fabric and how to host services in it?
- starting R: Error: ‘\U’ used without hex digits in character string starting “”C:\U”
- What is Windows Fabric and how to host services in it?
- Python not working in the command line of git bash
- How to open an elevated cmd using command line for Windows?
- xcopy returns error “Invalid number of parameters” when exclude parameter is set
- Setting up a cron job in Windows
- ‘openssl’ is not recognized as internal or external command
- docker error : the input device is not a TTY. If you are using mintty, try prefixing the command with ‘winpty’
- While loop in batch
- Error occurred during initialization of VM (java/lang/NoClassDefFoundError: java/lang/Object)
- How to grant permission to users for a directory using command line in Windows?
- Curl not recognized as an internal or external command, operable program or batch file
- Bridged networking not working in Virtualbox under Windows 10
- Is there a Pattern Matching Utility like GREP in Windows?
- Redirecting Output from within Batch file
- How do you clear the console screen in C?
- What is %0|%0 and how does it work?
- How do I get the current username in Windows PowerShell?
- Can’t start hostednetwork
- False ‘Sharing Violation’ Xcopy error message
- OS x El capitan 10.11 – Virtualbox – Missing Bluetooth Controller Transport
- How does the echo command works in batch programming
- How to split large text file in windows?
- LPCSTR, LPCTSTR and LPTSTR
- mysql community server vs mysql installer
- Docker hv-sock proxy (vsudd) is not reachable windows
- How do I use spaces in the Command Prompt?
- What is a Windows Handle?
- how to open Jupyter notebook in chrome on windows
- Need auto-restart script in batch for minecraft server
- How do I force Robocopy to overwrite files?
- Using sys/socket.h functions on windows
- In which cases does program exit with 0x40010004 code?
- Sublime Text from Command Line
- Windows batch – concatenate multiple text files into one
- What is the difference between \ and \\ in file path
- The requested operation cannot be performed on a file with a user-mapped section open
- How to set commands output as a variable in a batch file
- HyperV is not available on Home editions
- Unable to start MySQL server
- Git Bash doesn’t see my PATH
- Dependency Walker: missing dlls
- How do I execute a *.dll file
- Best practice for exiting batch file?