python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Qt Library not detected by my .Cpp code in Visual Studio Code
I'm using vcpkg to install C/C++ libraries, in my code I need GSL and Qt libraries, when I included them in the properties.json the GSL works fine but Qt cannot be found and therefore cannot run my co...
Redouane Saidi
Votes: 0
Answers: 0
How can I statically link my project dependencies using vcpkg with Visual Studio?
I've read some ways to do what I want but none of them worked and they end up using the same method.
I've tried this solution, which I couldn't make it work...
Here's what I get outputed:
1>libcurl...

kpp
Votes: 0
Answers: 1
How to install Tesseract and Leptonica with header files on Windows
I have an cross platform application that requires Tesseract and Leptonica to work. Building it on Linux was a piece of cake, Windows seems to be way more difficult.
The problem that I have is that I ...

Damir Porobic
Votes: 0
Answers: 0
Add mapnik library to eclipseC++
I downloaded and built mapnik library with vcpkg after that I tried add the mapnik to eclipse.For GCC C++ compiler Include :"/home/ubuntuc/vcpkg/packages/mapnik_x64-linux/include" and for GC...
Ozan Ozan
Votes: 0
Answers: 1