开发者

QrCode C/C++ API For Windows

开发者 https://www.devze.com 2023-01-10 04:51 出处:网络
I have looked after, without luck, a free C/C++ API for Windo开发者_开发问答ws 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 fo

I have looked after, without luck, a free C/C++ API for Windo开发者_开发问答ws 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?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消