Author Topic: connect with pdfium  (Read 2400 times)

Offline dkaip

  • Multiple posting newcomer
  • *
  • Posts: 42
connect with pdfium
« 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

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
Re: connect with pdfium
« Reply #1 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