If you built from source, your code should match
your binaries I think.

The only time breakpoints are moved, that I've
seen is when they are placed on inaccessible
lines, eg.  On a variable declaration or white-
space, and even then they're moved to the next
valid line of code.

Try I would try deleting all copies of mstore32.dll
and doing a complete rebuild.  That should sync
the binary with the source code.

Regards,
Kervin


Aniruddha wrote:
Hi Kervin

First of all Thanks for u r help.

Sorry to bother you but I'm still facing some problems

You advised to start with IMAPItable implementation,but I got some absurd results.

I first tried to debug the code in order to see which methods are being called.

For convenience I put some break points in O_IMSProvider :: Logon method.

But when I actually started debugging I found that the breakpoints were shifted and the debug control pointer was pointing to blank lines and it was jumping between the codes also.

Can you give some help on this topic ....

Thanks and Regards

Aniruddha.

----- Original Message ----- From: "Kervin L. Pierre" <[EMAIL PROTECTED]>
To: "Aniruddha" <[EMAIL PROTECTED]>
Sent: Thursday, September 22, 2005 8:05 PM
Subject: Re: Fw: [otlkcon-devel] Queries regarding OltkCon


you need to build the latest code from CVS.

Aniruddha wrote:

No.
I have all the source files and I'm using Visual Studio 2003 for compiling them.

----- Original Message ----- From: "Kervin L. Pierre" <[EMAIL PROTECTED]>
To: "Aniruddha" <[EMAIL PROTECTED]>
Sent: Thursday, September 22, 2005 7:44 PM
Subject: Re: Fw: [otlkcon-devel] Queries regarding OltkCon


are you building the latest code from CVS?

Regards,
Kervin


Aniruddha wrote:


----- Original Message ----- From: "Aniruddha" <[EMAIL PROTECTED]>
To: "Kervin L. Pierre" <[EMAIL PROTECTED]>
Sent: Wednesday, September 21, 2005 9:28 PM
Subject: Re: [otlkcon-devel] Queries regarding OltkCon


Hi Kervin,

I tried the way u suggested for problem 1.But I'm still getting the
error.I'm Sending u the screenshot maybe that can be helpfull.
Plz help me to get through this error.
Eagarly awaiting your reply;
Aniruddha
----- Original Message ----- From: "Kervin L. Pierre" <[EMAIL PROTECTED]>
To: "Aniruddha Ashok Vaidya" <[EMAIL PROTECTED]>
Cc: <otlkcon-devel@lists.sourceforge.net>
Sent: Tuesday, September 20, 2005 8:03 PM
Subject: Re: [otlkcon-devel] Queries regarding OltkCon


Hello,

Aniruddha Ashok Vaidya wrote:

Hi Kervin,

I am interested in knowing about OltkCon in more detail and eventually contributing to the same. I downloaded the source code from sourceforge,




Great.


1. When I try to open any folder from Open Connector MessageStore in
Outlook I receive error saying "Unable to display folder. OLE
registration
error occured. The program is not correctly installed."


That is a debug related issue, I believe.  There
are hundreds of print functions being called
constantly, and the nothing has been optimized
for speed yet.  The workaround is to wait for the
message store to completely load up before expanding
folders, or clicking on anything else for that
matter.

2. SpoolerLogon of Message store provider is not getting called. Reason being MDB_NO_MAIL flag value is being already set from client (Outlook)
which is not allowing the Spooler to Logon on Message store.


That's not a problem.  Currently we're only targetting
calendar and contact folders because mail can be kept
on the native PST store.

If you're interested in helping out, I'd suggest that
the IMAPITable implementation is a good place to start.
It can be found in O_ITable.cpp

Regards,
Kervin





------------------------------------------------------------------------














-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
otlkcon-devel mailing list
otlkcon-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/otlkcon-devel

Reply via email to