N
N
nadom2015-10-09 23:44:42
C++ / C#
nadom, 2015-10-09 23:44:42

How to include third party library (primesieve) to C++ project in MS VS?

Good afternoon.
There is a library for finding prime numbers (primesieve, you can download it here. It has C / C ++ sources.
I want to connect it to my project, how can I do it (there is no sensible manual)?
The fact is that if I just add all .h /.hpp + .c/.cpp files, then the linker complains that the folder hierarchy does not match, and if you copy the downloaded folders to the project, the hierarchy does not match anyway
.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
AtomKrieg, 2015-10-10
@nadom

manula is not sensible

But what kind of manual is this:
https://github.com/kimwalisch/primesieve
"After having built and installed primesieve you can easily use it in your C ++ program"
And how to build it is already written above - there are instructions for each platform. Have you completed these steps?

L
LittleFatNinja, 2015-10-09
@LittleFatNinja

you can download here
Where is "here?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question