C API & CPP API Toolkits - Versions for Vista support

Are there recommended combinations of C++ API and C API for Vista support (presumably for R7.0.3 and upwards)? I need to use them in combination.

Subject: C API & CPP API Toolkits - Versions for Vista support

Regarding the C API, I doubt if it is OS dependent, since its functions are all in the DLLs that come with your Notes installation.

I don’t think that there are many functions in the CPP API that are specific to an OS prior to Vista (if any).

Subject: You are right. C and C++ APIs are more related to Notes/Domino versions, and not so related to Windows versions

That is at least more true since Windows 2000 and onwards :slight_smile:

Bob,

Proud Programmer!

Subject: RE: You are right. C and C++ APIs are more related to Notes/Domino versions, and not so related to Windows versions

Thanks to both of you for your responses.