Re: [xHarbour-developers] sendmail.prg

2013-12-09 Thread Ron Pinkas
The problem was in HB_SendMail() as reported by the Compiler, there were 2 assignments to lReturn which were never used. One was an actual bug which I fixed, the other was simply ignoring a failed attachment attempt. I at least corrected it to continue processing additional attachments. Please r

[xHarbour-developers] 2013-12-09 17:16 UTC-0430 Ron Pinkas

2013-12-09 Thread Ron Pinkas
2013-12-09 17:16 UTC-0430 Ron Pinkas * contrib/tipssl/sendmail.prg ! minor fix -- Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pu

Re: [xHarbour-developers] sendmail.prg

2013-12-09 Thread Luiz Rafael Culik
Ron their is no return lreturn in HB_SetMimeType function Regards Luiz 2013/12/9 Ron Pinkas > It should be the lReturn of function above. > On Dec 9, 2013 2:26 PM, "Luiz Rafael Culik" wrote: > >> Ron >> >> Strange >> line 368 is FUNCTION HB_SetMimeType( cFile, cFname, cFext ) >> >> unless is

Re: [xHarbour-developers] sendmail.prg

2013-12-09 Thread Ron Pinkas
Almost: Creating Contrib Libraries ... contrib\tipssl\sendmail.prg(368) Warning W0032 Variable 'LRETURN' is assigned b ut not used in function 'HB_SENDMAIL(0)' contrib\tipssl\sendmail.prg(368) Warning W0032 Variable 'LRETURN' is assigned b ut not used in function 'HB_SENDMAIL(0)' NMAKE : fatal e

Re: [xHarbour-developers] sendmail.prg

2013-12-09 Thread Luiz Rafael Culik
Ron Strange line 368 is FUNCTION HB_SetMimeType( cFile, cFname, cFext ) unless is the lreturn := .f. inside catch blocks Regards Luiz 2013/12/9 Ron Pinkas > Almost: > > Creating Contrib Libraries ... > contrib\tipssl\sendmail.prg(368) Warning W0032 Variable 'LRETURN' is > assigned b > ut no

Re: [xHarbour-developers] sendmail.prg

2013-12-09 Thread Luiz Rafael Culik
Ron Try now 2013-12-09 16:16 UTC-300 Luiz Rafael Culik * contrib/tipssl/sendmail.prg ! minor fix Regards Luiz 2013/12/9 Ron Pinkas > Hi Guys, (Luiz) > > For a long while I am not able to build using: > >make_vc CLEAN BUILD > > Due to following: > -- > contrib

[xHarbour-developers] sendmail.prg

2013-12-09 Thread Ron Pinkas
Hi Guys, (Luiz) For a long while I am not able to build using: make_vc CLEAN BUILD Due to following: -- contrib\tipssl\sendmail.prg(368) Warning W0032 Variable 'LRETURN' is assigned b ut not used in function 'HB_SENDMAIL(0)' contrib\tipssl\sendmail.prg(368) Warning W0032