Coder Social home page Coder Social logo

chuyu-team / cpphelper Goto Github PK

View Code? Open in Web Editor NEW
470.0 51.0 149.0 870 KB

C++基础辅助类库,比如异步进行-Thread,安全句柄-CHandle,资源守卫-Guard,XML解析-rapidxml,以及其他注册表、文件基础操作。用于更加高效、安全的进行C++开发。温馨提示:至少需要支持C++0x标准的编译器。

License: MIT License

C++ 85.73% C 9.57% HTML 4.70%

cpphelper's Issues

VS2017 15.2 引用 BaseFunction 编译 就大量错误

Windows10 x64 10.0.15063.0
冒出大量错误 求助:

1>c:\program files (x86)\windows kits\10\include\10.0.15063.0\um\wininet.h(65): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
1>c:\program files (x86)\windows kits\10\include\10.0.15063.0\um\wininet.h(65): error C2146: 语法错误: 缺少“;”(在标识符“HINTERNET”的前面)
1>c:\program files (x86)\windows kits\10\include\10.0.15063.0\um\wininet.h(66): error C2143: 语法错误: 缺少“;”(在“”的前面)
1>c:\program files (x86)\windows kits\10\include\10.0.15063.0\um\wininet.h(66): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
1>c:\program files (x86)\windows kits\10\include\10.0.15063.0\um\wininet.h(66): error C2378: “HINTERNET”: 重定义;符号不能由 typedef 重载
1>c:\program files (x86)\windows kits\10\include\10.0.15063.0\um\wininet.h(65): note: 参见“HINTERNET”的声明
1>c:\program files (x86)\windows kits\10\include\10.0.15063.0\um\wininet.h(68): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
1>c:\program files (x86)\windows kits\10\include\10.0.15063.0\um\wininet.h(68): error C2146: 语法错误: 缺少“;”(在标识符“INTERNET_PORT”的前面)
1>c:\program files (x86)\windows kits\10\include\10.0.15063.0\um\wininet.h(69): error C2143: 语法错误: 缺少“;”(在“
”的前面)
1>c:\program files (x86)\windows kits\10\include\10.0.15063.0\um\wininet.h(69): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
1>c:\program files (x86)\windows kits\10\include\10.0.15063.0\um\wininet.h(69): error C2378: “INTERNET_PORT”: 重定义;符号不能由 typedef 重载
1>c:\program files (x86)\windows kits\10\include\10.0.15063.0\um\wininet.h(68): note: 参见“INTERNET_PORT”的声明
1>c:\program files (x86)\windows kits\10\include\10.0.15063.0\um\wininet.h(322): error C3646: “dwResult”: 未知重写说明符

使用了 /wd4430 之后还是会有很多其他错误冒出来。。。。
如果是我的 低级错误 望作者见谅 并指点一下 谢谢

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.