I am making an application with ldap functions in visual c++, when the compiler try to translate de .obj to a .exe program, appear 9 error like these:
***.obj:error LNK2001: unresolved external symbol _ladap_modfify_s@12
where ldap_modify_s is a function that I am using into my program.
I do not how to fix this error. I only know it is because for calling externals libraries and DLLs.
***.obj:error LNK2001: unresolved external symbol _ladap_modfify_s@12
where ldap_modify_s is a function that I am using into my program.
I do not how to fix this error. I only know it is because for calling externals libraries and DLLs.