适用于 Windows 的 QrCode C/C++ API

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3417660/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 14:59:01  来源:igfitidea点击:

QrCode C/C++ API For Windows

c++cwindowsqr-code

提问by zlogdan

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?

不幸的是,我已经找到了一个用于 Windows 的免费 C/C++ API,可以在我即将开始的项目中使用它。有适用于 Java 和 C# 的库,但事实是没有适用于 C/C++ 的库。我需要一个可以集成到 vs 项目中的 API,我们不能使用在服务器中运行的库(作为 CGI 脚本或其他)。有谁知道这种类型的API?

采纳答案by Nikolaus Gradwohl

if you want to generate QRcodes have a look at libqrencodeit works with cygwin on windows (not sure about VS).

如果你想生成 QRcodes 看看libqrencode它在 windows 上与 cygwin 一起工作(不确定 VS)。

If you want to decode QRcodes have a look at zxing

如果您想解码二维码,请查看zxing