VS 2012 VC++ with Lotus notes API 2.0 and lncpp21.dll not working

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.

Subject: C++ API toolkits

3.01 was the latest Lotus Notes C++ API toolkit revision number, but IBM also released versions that have 7.x and 8.x release numbers that correspond with the Lotus Notes/Domino releases that they supported.

You can find them here.

IBM - United States https://www-01.ibm.com/marketing/iwm/tnd/nochargesearch.jsp?k=ALL&S_TACT=105AGY79&status=Active&q="C%2B%2B+API"

You’ll have to download and check their documentation to determine if they are compatible with VS 2012. I haven’t used those APIs in more than ten years.

-rich