Notes C++ API and MFC

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?

Thanks in advance

Subject: Notes C++ API and MFC

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.

Subject: RE: Notes C++ API and MFC

Thanks for your response Steve,

I have solved the problem.