I wrote some little programs type Win32 console with Visual Studio 6 using Notes C++ API 2.3, but when I try to migrate some one program to MFC exe program it crash, in fact if the notes client is open, it also crash.
does anybody have an idea about if it is possible? and how?
MFC requires special handling, Basically you’ll need to the appropriate location to place the C++ API’s init and term calls. I believe it is on the Application Initialization and Application term.
Unfortunately I haven’t touched MFC in MANY years, I’ll see if I can find it (no guarantees).
I hope this information helps…otherwise I’ll try and post something in here.