Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: dkaip on June 29, 2020, 01:36:36 pm

Title: connect with pdfium
Post by: dkaip on June 29, 2020, 01:36:36 pm
Hello.
I just build pdfium on windows 10.
I am trying to connect with C::B.
At pepo\pdfium\out\debug i have pdfium_embeddertests.lib, pdfium_test.lib, pdfium_unittests.lib files.
So adding pdfium_test.lib in Build Options>Debug>Linker settings>Add i have add lib.
Runnig i am taking
Quote
ld.exe||cannot find -lpdfium_test.lib|
How i can resolve this?
Thank you
Jim
Title: Re: connect with pdfium
Post by: Miguel Gimenez on June 29, 2020, 01:52:02 pm
You must add c:\pepo\pdfium\out\debug (or whatever the absolute path is) to the linker search folders.

If you still have problems then post a full rebuild log in code tag:

http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F