We have been trying to make a LAPI code work on a 64 bit Windows system using the following list of LAPI dll's which i believe is written for 32 bit. The LAPI code is not working at all.
LAPI_ATTRIBUTES.dll
LAPI_BASE.dll
LAPI_DOCUMENTS.dll
LAPI_INBOX.dll
LAPI_NETp.dll
LAPI_SEARCH.dll
LAPI_SSPIp.dll
LAPI_USERS.dll
LAPI_WORKFLOW.dll
LLKERNEL.dll
llresources.dll
Inspecting these dll's in the program Dependency Walker gets me the following message:
----------------------------------
Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
Error: Modules with different CPU types were found.
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
----------------------------------
Any idea what could be causing the trouble? Are there 64 bit versions of these DLLs which I could re use? Thanks in advance for any pointers!