Hi guys, I'm not sure this is the right place for this question as I guess it's more to do with Visual Studio than LDAP. However, I will explain my problem and appreciate any advise anyone can offer.
I have created a new project and added all the .h files to my project. I have added nsldap32v50.dll and nsldappr32v50.lib to windows \system32. I have added the nsldappr32v50.lib file to the dependencies via project properties -> linker -> input. When I attempt to compile the basic example from the Mozilla website I get the following errors... ------ Build started: Project: winldap, Configuration: Debug Win32 ------ Linking... main.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _main main.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _main main.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _main main.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _main main.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _main main.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _main main.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _main main.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _main main.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _main main.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _main main.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _main D:\Documents\Visual Studio 2008\Projects\winldap\Debug\winldap.exe : fatal error LNK1120: 11 unresolved externals Build log was saved at "file://d:\Documents\Visual Studio 2008\Projects \winldap\winldap\Debug\BuildLog.htm" winldap - 12 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== Any advise would be greatly appreciated. Thanks in advance, Ade _______________________________________________ dev-tech-ldap mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-ldap
