python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to access the files in the res folder in the imgui conan package?
I am using conan to handle dependencies, for those of you familiar with imgui, it provides a series of backends you can include.
When you look at the conan package these are found in the res folder.
I...
Makogan
Votes: 0
Answers: 1
How to resolve linker when when using multiple files in Virtual-C?
This post can be closed, since someone gave an answer to my problem in the comments below.
The linked solution however has nothing to do with the problem and should be removed.
I am trying to build a...
Alexander
Votes: 0
Answers: 0
Can I "Install [a full version of] Qt [which I can build against] via the conan package manager"?
I am reading this: https://www.qt.io/blog/installing-qt-via-conan-package-manager
And its header suggests, that I can Install Qt via the conan package manager.
And yet after I finish the steps laid ou...
Jannies - They do it for free
Votes: 0
Answers: 0
How to include libclang as a dependency using meson?
I am trying to use libclang for some source parsing on linux. I have libclang-dev installed and it appears under the list of packages for apt on my system.
However when i try to add it as a dependency...
Makogan
Votes: 0
Answers: 1