Nice to meet you.
I've studied programming for 8 months.
While I was searching the tool which i need, I can find this PDFWriter.
After downloading header and lib files, I changed my project property of Visual studio.
(e.g., FreeType.lib;LibTiff.lib;ZLib.lib;PDFWriter.lib;)
First, entered the header path on Include Directories
Second, entered the lib path on Library Directories
Third, entered lib name on the Additional Dependencies of Linker Input
I copied test sample. And built it.
But it generated lots of errors. like this:

How can i solve this? All errors are related to unresolve extern symbol.
I even changed the address of files not to generate errors, but I can't still run this program.
Did I omit some options to enable this library?
Please tell me how to deal with this problem.
Thank you..