>> You can help solving it if you post a
>> self contained example, in which it's
>> apparent what Harbour calls are made,
>> and which we can run and reproduce the
>> GPF. The first step is to drop FiveWin
>> from the equation.
> 
> This is the equivalent sample without Fivewin:
> 
> FUNCTION MAIN()
> 
>   ? WIN_MAPISENDMAIL( "Testing...", "This is real xBase power at your 
> fingertips!", , DTOS( DATE() ) + " " + TIME(), "", .T., .T., {}, {}, {} )
> 
>   INKEY( 0 )
> 
>   RETURN NIL
> 
> But unfortunately (or fortunately? :-) ) it doesn make any errors. :-(

It's functionally equivalent, but I doubt FW uses this 
function internally. For sure this function has only been 
added to Harbour in the last couple of days, moreoever: 
with a brand new function name.

So, the problem must in FW or in the way FW interfaces 
with Harbour components. Only someone who has access to 
FW source code could tell more, also knowing exact 
component versions linked together.

Brgds,
Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to