VS2017自带库文件,用于修复python安装pycrypto包时发送的出错问题
2019-12-21 19:26:00 4KB VC库文件
1
VS2010等其它编译器没有这两个文件,导致编译报错。本人是在编译ffmpeg编译的时候遇到的问题,特此记录一下。
2019-12-21 19:25:30 7KB inttypes.h s
1
stdint.h是c99标准的头文件,vc不支持,所以肯定会提示“No such file or directory”的。 去googlecode下载http://msinttypes.googlecode.com/files/msinttypes-r26.zip TG网络限制,上传此,以备用。
2019-12-21 18:48:41 7KB inttypes.h stdint.h
1
用于解决错误: fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory
2019-12-21 18:48:03 7KB inttypes.h stdint.h
1