Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top