-
Notifications
You must be signed in to change notification settings - Fork 464
2.1. How to add PE sieve to your Visual Studio project
hasherezade edited this page Mar 18, 2021
·
13 revisions
Once you built PE-sieve as a library, adding it to your existing Visual Studio project is easy.
- First you need to add paths for the headers and for the lib.
- In
Project->Properties->VC++ Directories: set two things:- Include Directories (to PEsieve headers)
- Library Directories (to the directory where the
pe-sieve.libis)

- Then you need to add
pe-sieve.libto the dependencies
- In
Project->Properties->Linker->Input: Additional Dependencies- add
pe-sieve.lib
- add
