Hi,
We are migrating VC++(Visual Studio 5.0) application to VS 2012.
In one of the our functionality is sending mail using Lotus Notes .In Old VC++ code use Lotus Notes API 2.0 and lncpp21.dll.But after migrating the code the mail functionality is not working. Could not create object for LNNotesSession Class and while dubugging we got information as “Could not loading symbols from lncpp21.dll” .
Is there any new Lotus notes API is available for VC++ with VS2012 and corresponding Ln files (LNmail,Lnsessio ,lncommon etc) ?
I want to solve above scenario.