OpenMsgStore has pb with Outlook 2003

  • Thread starter Benoit Gantaume
  • Start date
B

Benoit Gantaume

Since I have installed Outlook 2003, OpenMsgStore randomly crashes!!

The program goes in an unknown part of the code.
And there is no way to catch any exception: the program just stops!!!!


Is there any special thing to be more carefull with Outlook 2003 ??

THX
 
B

Benoit Gantaume

The problem seems to be solved when initializing MAPI with

hRes = MAPIInitialize(NULL);

instead of

MAPIINIT_0 MAPIINIT2= { 0, MAPI_MULTITHREAD_NOTIFICATIONS} ;
hRes = MAPIInitialize(&MAPIINIT2);

is there any pb with Outlook 2003 with multi-threaded applications?

++
 
B

Benoit Gantaume

in fact the pb is not solved with

hRes = MAPIInitialize(NULL);

instead of

MAPIINIT_0 MAPIINIT2= { 0, MAPI_MULTITHREAD_NOTIFICATIONS} ;
hRes = MAPIInitialize(&MAPIINIT2);

it is just more rare!

my outlook 2003 is still crashing!

please help!
 
D

Dmitry Streblechenko

What kind of message store is it? Are you running inside of the outlook.exe
process space or in your own exe?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
B

Benoit Gantaume

This is a pst store.
I have tryed from inside outlook.exe and outside, but the pb remains!
Please help!
++
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top