witwall / lib-pdf

Automatically exported from code.google.com/p/lib-pdf
0 stars 1 forks source link

Qt4XML.dll and FreeType.dll missing #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download the supplied zipfile and copy all contents to bin-folder
2. Reference lib-pdf in the project
3. Include supplied example code in the project
4. Run the project

What is the expected output? What do you see instead?
Expected output: a byte[] with the aquired image
Result: an error message saying libpdf.dll or one of its dependencies failed to 
load.

What version of the product are you using? On what operating system?
x86 compliled project on Windows 8.1 x64.

Please provide any additional information below.
Using Processmonitor it was found that qt4xml.dll was not found and after 
adding that file, also freetype.dll was not found.

After searching for and downloading several versions of both files, a 
loadException is thrown. The best reason for that is possibly a version 
mismatch with the downloaded files.

Please add both files to the binary zip-package, or provide a download location 
with a version number.

Original issue reported on code.google.com by wjz...@gmail.com on 5 Nov 2014 at 10:29

GoogleCodeExporter commented 9 years ago
I am getting the same issue saying that "Could not load file or assembly 
'libpdf.dll' or one of its dependencies. The specified module could not be 
found.".

Kindly provide the solution for the same, as many of the users are facing the 
same issue.

Original comment by goklanib...@gmail.com on 11 Nov 2014 at 8:05