Problems Compiling C SDK on WinXP
"Justin B" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.directory |
|---|---|
| Message-ID | <[email protected]> |
Hi everyone, I'm trying to use C SDK LDAP 6.0.5 binary DLLs in a MS VC++9 (2008) console application using the example search.c code. The first problem I encounter is an error message stating that the MSVCR80.DLL is missing. So I then copy MSVCR80.DLL into the application folder *is this a mistake?* I then get a runtime error which says that DLL is not initialised. What am I doing wrong? Thanks for your help! Justin.