Page 1 of 1

TSButton7 bpaint.c

Posted: Wed Oct 05, 2022 10:00 am
by hua
Hi guys,
Can anyone share their version of bpaint.c of TSButton 7 that has been successfully adapted to be compilable by HB+FWH1912+BCC7

Thanks. My attempts gives me this

Code: Select all | Expand


Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Turbo Incremental Link 6.80 Copyright (c) 1997-2017 Embarcadero Technologies, Inc.
Error: Unresolved external '__parl' referenced from J:\HARBOUR\HBBC7\TSBUTTON\LIB\SBUTTONH.LIB|BPaint
Error: Unresolved external '__parc' referenced from J:\HARBOUR\HBBC7\TSBUTTON\LIB\SBUTTONH.LIB|BPaint
Error: Unresolved external '__retni' referenced from J:\HARBOUR\HBBC7\TSBUTTON\LIB\SBUTTONH.LIB|BPaint
Error: Unresolved external '__parclen' referenced from J:\HARBOUR\HBBC7\TSBUTTON\LIB\SBUTTONH.LIB|BPaint
Error: Unresolved external '__retnl' referenced from J:\HARBOUR\HBBC7\TSBUTTON\LIB\SBUTTONH.LIB|BPaint
Error: Unresolved external '__parnl' referenced from J:\HARBOUR\HBBC7\TSBUTTON\LIB\SBUTTONH.LIB|BPaint
Error: Unresolved external '__parni' referenced from J:\HARBOUR\HBBC7\TSBUTTON\LIB\SBUTTONH.LIB|BPaint
Error: Unable to perform link
 

Re: TSButton 7 bpaint.c

Posted: Wed Oct 05, 2022 6:36 pm
by Antonio Linares

Re: TSButton 7 bpaint.c

Posted: Wed Oct 05, 2022 7:31 pm
by Otto
Dear friends,
Today would have been Manuel's birthday.
He has made such a great contribution to our community with his classes.
Best regards,
Otto

Re: TSButton 7 bpaint.c

Posted: Thu Oct 06, 2022 1:56 am
by hua
Antonio, this is incomplete and is not TSButton7.
It only contains tsbutton.prg
The problematic file is bpaint.c


Re: TSButton 7 bpaint.c

Posted: Thu Oct 06, 2022 1:57 am
by hua
Agreed. He has our gratitude

Otto wrote:Dear friends,
Today would have been Manuel's birthday.
He has made such a great contribution to our community with his classes.
Best regards,
Otto

Re: TSButton 7 bpaint.c

Posted: Thu Oct 06, 2022 2:39 am
by hua
Issue resolved using this version from Cristobal.
https://bitbucket.org/fivetech/fivewin- ... uttonu.zip

Re: TSButton7 bpaint.c

Posted: Thu Oct 06, 2022 9:14 am
by Antonio Linares
Dear Hua and Cristobal,

thanks for your feedback

I have copied it here for future needs:
https://github.com/FiveTechSoft/FWH_tools/blob/master/tsbutton_ManuelMercado.zip

Thank you Manuel

Re: TSButton 7 bpaint.c

Posted: Thu Oct 06, 2022 10:31 am
by cnavarro
hua wrote:Issue resolved using this version from Cristobal.
https://bitbucket.org/fivetech/fivewin- ... uttonu.zip


I modified the initial version to support Unicode characters, so I called it tsbuttonU

Re: TSButton7 bpaint.c

Posted: Thu Oct 06, 2022 2:17 pm
by Antonio Linares
Dear Cristobal,

Could you please provide the url to download it or is it the same url ?

many thanks

Re: TSButton7 bpaint.c

Posted: Thu Oct 06, 2022 2:26 pm
by cnavarro

Re: TSButton7 bpaint.c

Posted: Thu Oct 06, 2022 3:03 pm
by Antonio Linares