Author: rgesteland

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: , , , ,

Blackberry Enterprise Server on Domino 8.0.2 stops delivering emails to handheld all of a sudden

Symptom : Users are not receiving emails to their blackberry handheld. After a reboot of the whole server including the OS, everything works as normal. After several hours have passed or sometimes days, users complained that they stopped receiving emails

Tagged with: , , , , ,

C++/CLIでNotes C APIを使用する設定

Notes C API を C++/CLI から使う方法を書いたものがインターネット上に見当たらなかったので書いてみました。 以下の設定はVisual Studio 2005 Standard Edition (英語バージョン)を使っています。 New Projectからプロジェクトを作成したあと、[Project] – [Properties]からプロパティを開きます。 左のナビゲーションから [Configuration Properties] – [General] を開く。Dynamic Library(.dll) と Common Language Runtime Support (/clr) を設定。 プロパティから [C/C++] – [General]を開きます。[Additional Include Directories]に Notes C API include

Top