Tag: Lotus Notes

Designing a Desktop Policy form to set Location parameters

Desktop Policy settings document can be used for domino administrator to configure and enforce the user location document in Notes Client. However as the default desktop policy settings document, it does not allow to pass down the all location document’s

Tagged with: , ,

Converting Multiple Byte Characters between C++/CLI and Notes C API

To manipulate the multiple byte characters like Japanese, Korean, Chinese with Notes C API, you will need to convert Native characters Code to LMBCS. As per C++/CLI supports UNICODE as default, I recommend to use UNICODE for manipulating the String

Tagged with: , , , ,

How to configure Notes C API with C++/CLI on Visual Studio

I wrote this article since there are little information about how to use Notes C API on C++/CLI with CLR. Below is the settings to configure the DLL project with using Notes C API on C++/CLI. I am using Visual

Tagged with: , ,
Top