FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour GPF on MAPI in Windows 7
Posts: 422
Joined: Mon Aug 17, 2009 12:18 PM
GPF on MAPI in Windows 7
Posted: Tue Nov 03, 2009 05:16 PM

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

Saludos,



Eduardo
Posts: 422
Joined: Mon Aug 17, 2009 12:18 PM
Re: GPF on MAPI in Windows 7
Posted: Thu Nov 05, 2009 01:16 PM

hi,

does this sample work fine?. Thank you :(

Saludos,



Eduardo
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: GPF on MAPI in Windows 7
Posted: Thu Nov 05, 2009 02:22 PM

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 300
Joined: Wed Jul 11, 2007 11:06 AM
Re: GPF on MAPI in Windows 7
Posted: Thu Nov 05, 2009 08:34 PM

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 .

Posts: 422
Joined: Mon Aug 17, 2009 12:18 PM
Re: GPF on MAPI in Windows 7
Posted: Fri Nov 06, 2009 09:26 AM

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 :)

Saludos,



Eduardo
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: GPF on MAPI in Windows 7
Posted: Fri Nov 06, 2009 10:45 AM

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

Continue the discussion