Code Monkey home page Code Monkey logo

sapphirelibv5's People

Contributors

jake-jensen avatar

Stargazers

 avatar  avatar

Watchers

 avatar

sapphirelibv5's Issues

Fix produced warnings

  • Line 521 : Warning: hMem could be 0 and does not adhere to specification of GlobalLock

  • Line 521: Warning: Temp_Value could be 0 and does not adhere to specification of memcpy

  • Line 631: Warning: strcpy is unsafe. Use strcpy_s

  • Line 643: Warning: fopen is unsafe. Use fopen_s

  • Line 694: Conversion from int to size_t (Not really an issue here, but will fix anyways)

  • Ton of warnings about using convert in s2ws and ws2s. MultibyteToWideChar and WideCharToMultibyte should be used instead

Function suggestions

If anyone wants a particular function added, or wants something created that fulfills a specific purpose, let me know and I'll see what I can do.

While this library is Windows specific, I'm not against adding POSIX specific functions to it via guards.

Guard the inclusion of non-native libraries

Since this library should be as compatible as possible, create a guard that disables the cURL, Windows, and other libraries if the requires files aren't present (such as the user not having cURL to begin with)

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.