Hi all.
I try to develop an extension manager with C api toolkit 8.5 that intercept mail.box with EM_NSFNOTEUPDATEMAILBOX event.
I setup the developer pc with visual c++ 2008 express and lotus domino server 8.5.1. I move the dll file to domino directory program and I add to notes.ini the line
ExtMgr_AddIns=nextmail.dll
All work fine. The mail is intercet by plugin.
Then I copy the dll in the production lotus domino server but it seems that dll not load. Nothing happens. The production server notes.ini has the same line
ExtMgr_AddIns=nextmail.dll.
I try to copy all the files results of the compile operation (.dll, .exp, .lib, .pdb ). Nothing happens.
Then I install on the production server the Visual C++ 2008 Express and I copile the dll directly on the server. Now all work fine.
What is the problem?