'uint32_t' identifier not found error

后端 未结 7 1868
情话喂你
情话喂你 2020-12-07 23:41

I\'m porting code from Linux C to Visual C++ for windows.

Visual C++ doesn\'t know #include so I commented it out.

Later, I fou

7条回答
  •  佛祖请我去吃肉
    2020-12-08 00:25

    I had to run project in VS2010 and I could not introduce any modifications in the code. My solution was to install vS2013 and in VS2010 point VC++ Directories->IncludeDirectories to Program Files(x86)\Microsoft Visual Studio 12.0\VC\include. Then my project compiled without any issues.

提交回复
热议问题