二维码 C/C++适用于 Windows 的 API
我一直在寻找一个免费的 Windows C/C++ API,但不幸的是,它可以在我即将启动的项目中使用。有针对 Java 和 C# 的库,但事实是没有针对 C/C++ 的库。我需要一个可以集成到 vs 项目中的 API,并且我们不能使用在服务器中运行的库(如 CGI 脚本或其他)。有谁知道这种类型的API吗?
I have looked after, without luck, a free C/C++ API for Windows that can be used in a project I am about to start. There are libraries for Java and C# but the fact is there is no one for C/C++. I need an API that can be integrated in a vs project and we cannot use libraries that run in servers ( as CGI scripts or whatever ). Does anyone know this type of API?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你想生成二维码,请查看 libqrencode 它适用于Windows 上的 cygwin(不确定 VS)。
如果您想解码 QR 码,请查看 zxing
if you want to generate QRcodes have a look at libqrencode it works with cygwin on windows (not sure about VS).
If you want to decode QRcodes have a look at zxing