<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>In my program I need to verify prints with images, and the fp_internal.h functions </p>
<div>"int fpi_img_to_print_data(struct fp_img_dev *imgdev, struct fp_img *img, struct fp_print_data **ret)"<br>
and<br>
"fp_img *fpi_img_new(size_t size)" <br>
would be extremely useful, but as I try to use them I receive the error message:<br>
<span>symbol lookup error: /home/luca/NetBeansProjects/FingerPrintBridgeLib/dist/FingerPrintBridgeLib.so: undefined symbol: fpi_img_to_print_data</span><br>
I'm using JNI to bridge libfprint to my java application<br>
Thanks in advance<br>
<br>
</div>
<p></p>
</div>
</body>
</html>