Answer the question
In order to leave comments, you need to log in
Why might such a strange error occur?
I have Visual Studio C++ 2013. I am
compiling a third-party program and during compilation a window pops up with the following error:
Compilation stops here. What could it be?
Simplified the code to a minimum:
#include "stdafx.h"
#include <zlib.h>
struct a {
z_stream_s inflationStream = {};
};
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question