Questions tagged [microsoft-runtime-library]
33 questions
-1
votes
1 answer
Is there a way to create EXE static-linked file without the default libs, so the EXE size will be much smaller? C++ Visual studio
**My main assignment is to make the EXE file size as smaller as possible.
**
I'm currently working on program which make use of:
#include
#include
#include
#include
#include
#include…

B00t
- 9
- 3
-1
votes
1 answer
win32diskimage canot launch
I downloaded the tool from http://sourceforge.net/projects/win32diskimager/files/latest/download
but I cannot launch it after installed, I worked under windows 7 64bit and it it brings me this window:

ABO
- 11
- 5
-2
votes
2 answers
Program when compiled with /MT antivirus capture it as virus
I created a program in c++ when i build it using VS C++ 2012 using release mode with
Runtime Library: "MultiThreaded(/MT)
Then its captured by avast antivirus as virus.
But if i change Runtime Library to "MultiThreaded DLL(/MD)" then avast don't…

Talon
- 43
- 1
- 12