Page 1 of 1

GPF on MAPI in Windows 7

PostPosted: Tue Nov 03, 2009 5:16 pm
by mgsoft
Hello,

I am testing my App under Windows 7, and I have discovered that MAPI does not work fine, it gives me a GPF when I close Outlook, so I canĀ“t see MsgAlert().

This is a small sample:


#include "FiveWin.ch"
#include "Mail.ch"

static oWnd

//----------------------------------------------------------------------------//

function Main()

local oBar

DEFINE WINDOW oWnd TITLE "Using Windows MAIL Services"


SET MESSAGE OF oWnd TO "FiveWin - Windows MAIL support" CENTERED

ACTIVATE WINDOW oWnd ON INIT Test() ;
VALID MsgYesNo( "Want to end ?" )

return nil

//----------------------------------------------------------------------------//

function Test()

local oMail

DEFINE MAIL oMail ;
SUBJECT "Testing..." ;
TEXT "This is real xBase power at your fingertips!" ;
FROM USER ;
RECEIPT

ACTIVATE MAIL oMail

MsgInfo( oMail:nRetCode )

return nil

//----------------------------------------------------------------------------//



Is my computer or the sample?. Thank you

Re: GPF on MAPI in Windows 7

PostPosted: Thu Nov 05, 2009 1:16 pm
by mgsoft
hi,

does this sample work fine?. Thank you :(

Re: GPF on MAPI in Windows 7

PostPosted: Thu Nov 05, 2009 2:22 pm
by Antonio Linares
mgsoft,

Sorry, we no longer use MS Outlook. We use gmail as it provides a great spam filter besides many great features. Specifically the ability to check and use your email from any computer, so your email is not related to a physical computer any longer.

We appreciate if someone using OutLook could test it, thanks

Re: GPF on MAPI in Windows 7

PostPosted: Thu Nov 05, 2009 8:34 pm
by Jack
I also use GMAIL to send email from a fivewin application .

Do you have some samples in other to read the inbox of gmail and save message or attached files ?

Thanks .

Re: GPF on MAPI in Windows 7

PostPosted: Fri Nov 06, 2009 9:26 am
by mgsoft
Someone with Harbour 2.x and latest FWH can test it?.

Antonio, do you trust Gmail privacy?. How do you manage your @fivetech.com mails?. Thank you.

Regards :)

Re: GPF on MAPI in Windows 7

PostPosted: Fri Nov 06, 2009 10:45 am
by Enrico Maria Giordano
For me GMail is one the worst mailbox provider I've ever seen. It's almost impossible to work with it as they don't accept perfectly legal attachments.

EMG