i have a little error yet
if i use -mt the class hbtip not runs
example:
hbmk2 -mt gmail.prg hbtipssl.hbc, build perfectly
but returns .F.

and

hbmk2gmail.prg hbtipssl.hbc, build perfectly
but returns .T.

log off smtp with error
20100514-09:29:31  :INETCONNECT( smtp.gmail.com, 465 )
>> <pointer> <<

20100514-09:29:31  :INETERRORCODE( <pointer> )
>>          0 <<

20100514-09:29:41  :INETRECVLINE( <pointer>, , 512 )
>> NIL <<

20100514-09:29:41  :INETERRORCODE( <pointer> )
>>          0 <<

20100514-09:29:42  :INETSENDALL( <pointer>, 6, QUIT<cr><lf> )
>>          6 <<

20100514-09:29:42  :INETRECVLINE( <pointer>, , 512 )
>> 220 mx.google.com ESMTP 21sm1329732yxe.15 <<

20100514-09:29:42  :INETERRORCODE( <pointer> )
>>          0 <<


log without error
20100514-10:05:23  :INETCONNECT( smtp.gmail.com, 465 )
>> <pointer> <<

20100514-10:05:23  :INETERRORCODE( <pointer> )
>>          0 <<

20100514-10:05:23  :INETRECVLINE( <pointer>, , 512 )
>> 220 mx.google.com ESMTP x34sm670731qce.15 <<

20100514-10:05:23  :INETERRORCODE( <pointer> )
>>          0 <<

20100514-10:05:23  :INETSENDALL( <pointer>, 25, HELO <myn...@gmail.com><cr><lf> 
)
>>         25 <<

20100514-10:05:23  :INETRECVLINE( <pointer>, , 512 )
>> 250 mx.google.com at your service <<

20100514-10:05:23  :INETERRORCODE( <pointer> )
>>          0 <<

20100514-10:05:23  :INETSENDALL( <pointer>, 31, MAIL FROM: 
<myn...@gmail.com><cr><lf> )
>>         31 <<

20100514-10:05:23  :INETRECVLINE( <pointer>, , 512 )
>> 530-5.5.1 Authentication Required. Learn more at                             
>>   <<

20100514-10:05:23  :INETERRORCODE( <pointer> )
>>          0 <<

20100514-10:05:23  :INETSENDALL( <pointer>, 5, .<cr><lf> )
>>          5 <<

20100514-10:05:23  :INETRECVLINE( <pointer>, , 512 )
>> 530 5.5.1 http://mail.google.com/support/bin/answer.py?answer=14257 
>> x34sm670731qce.15 <<

20100514-10:05:23  :INETERRORCODE( <pointer> )
>>          0 <<

20100514-10:05:23  :INETSENDALL( <pointer>, 6, QUIT<cr><lf> )
>>          6 <<

20100514-10:05:23  :INETRECVLINE( <pointer>, , 512 )
>> 502 5.5.1 Unrecognized command. x34sm670731qce.15 <<

20100514-10:05:23  :INETERRORCODE( <pointer> )
>>          0 <<





Regards
Fernando Athayde




________________________________
De: Viktor Szakáts <harbour...@syenar.hu>
Para: Harbour Project Main Developer List. <harbour@harbour-project.org>
Enviadas: Sexta-feira, 14 de Maio de 2010 8:11:53
Assunto: Re: Res: Res: Res: Res: Res: Res: Res: [Harbour] tipclientsmtp error

> Haleluia, hbmk.hbm have inside hbtip, i remove it, bing, runs ok
> only a question, what is this, all time i build appers this
> Info: resolving _SSL_CIPHER_get_version by linking to 
> __imp__SSL_CIPHER_get_vers
> ion (auto-import)
> Info: resolving _SSL_CTX_add_client_CA by linking to 
> __imp__SSL_CTX_add_client_C
> A (auto-import)
> E:\mingw\BIN\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: 
> warning: a
> uto-importing has been activated without --enable-auto-import specified on 
> the c
> ommand line.
> This should work unless it involves constant data structures referencing 
> symbols
>  from auto-imported DLLs.

This depends on how you created the implib you're using 
and what was the exact source for the implib.

I'm not getting such warning in my environment 
(mingw 4.4.x/4.5.x) with locally build openssl 1.0.0 
.dlls (using MSVC at the moment) and automatically 
built hbmk2 implibs, but one's milage may vary.

Viktor

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



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

Reply via email to