View Single Post
  #2 (permalink)  
Old September 26th, 2006, 05:09 PM
hollymatrix hollymatrix is offline
Registered User
 
Join Date: Sep 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi.

this is a linker error.
so the message "undefined reference to ...." means that the linker can't find this function in libraries attached to your application.

make sure you include the library that contains the ibfind() function. so the linker can use it to resolve the link.

wish this help you.



Reply With Quote