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 review.
 
On Dec 9, 2013, at 4:46 PM, Luiz Rafael Culik <l...@xharbour.com.br> wrote:

> Ron
> 
> their is no return lreturn in HB_SetMimeType function
> 
> Regards
> Luiz
> 
> 
> 2013/12/9 Ron Pinkas <ron.pin...@xharbour.com>
> It should be the lReturn of function above.
> 
> On Dec 9, 2013 2:26 PM, "Luiz Rafael Culik" <l...@xharbour.com.br> wrote:
> 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 <ron.pin...@xharbour.com>
> 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 error U1077: 'bin\vc\harbour.exe' : return code '0x1'
> Stop.
> 
> On Dec 9, 2013, at 1:48 PM, Luiz Rafael Culik <l...@xharbour.com.br> wrote:
> 
>> Ron
>> 
>> Try now
>> 
>> 2013-12-09  16:16  UTC-300 Luiz Rafael Culik <luiz/AT/xharbour/com/br>
>> * contrib/tipssl/sendmail.prg
>>     ! minor fix
>>     
>>     
>> 
>> Regards
>> Luiz
>> 
>> 
>> 2013/12/9 Ron Pinkas <ron.pin...@xharbour.com>
>> 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  Variable 'LRETURN' is 
>> assigned b
>> ut not used in function 'HB_SENDMAIL(0)'
>> contrib\tipssl\sendmail.prg(437) Warning W0001  Ambiguous reference: 'CFEX'
>> contrib\tipssl\sendmail.prg(439) Warning W0001  Ambiguous reference: 'CFEX'
>> contrib\tipssl\sendmail.prg(445) Warning W0001  Ambiguous reference: 'CFEX'
>> contrib\tipssl\sendmail.prg(457) Warning W0001  Ambiguous reference: 'CFEX'
>> contrib\tipssl\sendmail.prg(459) Warning W0001  Ambiguous reference: 'CFEX'
>> contrib\tipssl\sendmail.prg(535) Warning W0001  Ambiguous reference: 'CFEX'
>> NMAKE : fatal error U1077: 'bin\vc\harbour.exe' : return code '0x1'
>> Stop.
>> ——————————
>> 
>> am I the only one getting the errors, or the only one trying to build? :-)
>> 
>> Ron
>> ------------------------------------------------------------------------------
>> Sponsored by Intel(R) XDK
>> Develop, test and display web and hybrid apps with a single code base.
>> Download it for free now!
>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>> _______________________________________________
>> xHarbour-developers mailing list
>> xHarbour-developers@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/xharbour-developers
>> 
> 
> 
> 

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to