Home » Developing U++ » U++ Developers corner » styling of widgets ( animation / look and feel)
Re: styling of widgets ( animation / look and feel) [message #60788 is a reply to message #60786] |
Mon, 09 September 2024 10:03   |
 |
mirek
Messages: 14265 Registered: November 2005
|
Ultimate Member |
|
|
dodobar wrote on Mon, 09 September 2024 09:10Hi Mirek,
Sorry to take this long to get back helping with this, but hopefully back from the dead, or at least nothing drugs can't fix.
I forked the u++ and selected animation branch , then edited the assembly to point to the cloned fork.
after trying to compile that I'm getting an error with the tabbar
E:\github\ultimatepp\uppsrc\TabBar\TabBar.cpp (936): error: call to non-static member function without an object argument
.. ChPaint(w, isz, v);
a little hack of Upp::ChPaint(w, isz, v); (was a static define)
but unfortunately I'm now getting some linking errors ():
(): Linking has failed
(): ld.lld: error: undefined symbol: WspiapiGetNameInfo
(): >>> referenced by libcrypto.a(libcrypto-lib-bio_addr.obj):(addr_strings)
():
(): ld.lld: error: undefined symbol: gai_strerrorA
(): >>> referenced by libcrypto.a(libcrypto-lib-bio_addr.obj):(addr_strings)
(): >>> referenced by libcrypto.a(libcrypto-lib-bio_addr.obj):(BIO_lookup_ex)
():
(): ld.lld: error: undefined symbol: WspiapiFreeAddrInfo
(): >>> referenced by libcrypto.a(libcrypto-lib-bio_addr.obj):(BIO_ADDRINFO_free)
():
...
seems these are windows libs , I loaded the SDK and added the lines -lcrypt32 -ladvapi32 -lWs2_32 -lMswsock to the common link options
but there still seems to be a issue finding the correct things, not sure what im missing here.
... this is why building projects freaks me out..lol
PS: I realize you're quite busy but would it be possible to create a new branch off the main with these animation adjustments?
i tested a merge but \Core\Map.hpp conflict so not sure if this would break the latest branch??
So my guess is you are using current nightly build of U++ with old branch of upp.src?
If yes, then this is a conseqeunce of upgrading SSL (4 months ago). I think possible solution is to merge master to that branch.
Mirek
|
|
|
 |
|
styling of widgets ( animation / look and feel)
By: dodobar on Sun, 16 April 2023 20:54
|
 |
|
Re: styling of widgets ( animation / look and feel)
By: Novo on Mon, 17 April 2023 15:53
|
 |
|
Re: styling of widgets ( animation / look and feel)
By: mirek on Tue, 18 April 2023 09:17
|
 |
|
Re: styling of widgets ( animation / look and feel)
By: dodobar on Thu, 20 April 2023 00:37
|
 |
|
Re: styling of widgets ( animation / look and feel)
By: mirek on Thu, 20 April 2023 08:58
|
 |
|
Re: styling of widgets ( animation / look and feel)
By: dodobar on Thu, 20 April 2023 13:00
|
 |
|
Re: styling of widgets ( animation / look and feel)
By: dodobar on Thu, 20 April 2023 13:06
|
 |
|
Re: styling of widgets ( animation / look and feel)
By: mirek on Thu, 20 April 2023 14:22
|
 |
|
Re: styling of widgets ( animation / look and feel)
By: dodobar on Thu, 20 April 2023 19:17
|
 |
|
Re: styling of widgets ( animation / look and feel)
By: mirek on Thu, 20 April 2023 21:51
|
 |
|
Re: styling of widgets ( animation / look and feel)
By: dodobar on Thu, 20 April 2023 22:36
|
 |
|
Re: styling of widgets ( animation / look and feel)
By: dodobar on Thu, 20 April 2023 23:55
|
 |
|
Re: styling of widgets ( animation / look and feel)
By: mirek on Fri, 21 April 2023 07:56
|
 |
|
Re: styling of widgets ( animation / look and feel)
By: dodobar on Fri, 21 April 2023 11:40
|
 |
|
Re: styling of widgets ( animation / look and feel)
By: mirek on Sat, 22 April 2023 14:44
|
 |
|
Re: styling of widgets ( animation / look and feel)
By: dodobar on Sun, 23 April 2023 16:27
|
 |
|
Re: styling of widgets ( animation / look and feel)
By: mirek on Mon, 24 April 2023 09:23
|
 |
|
Re: styling of widgets ( animation / look and feel)
By: dodobar on Mon, 09 September 2024 09:10
|
 |
|
Re: styling of widgets ( animation / look and feel)
By: mirek on Mon, 09 September 2024 10:03
|
 |
|
Re: styling of widgets ( animation / look and feel)
By: dodobar on Sun, 22 September 2024 09:28
|
 |
|
Re: styling of widgets ( animation / look and feel)
By: mirek on Sun, 22 September 2024 09:38
|
Goto Forum:
Current Time: Tue Jul 15 19:49:58 CEST 2025
Total time taken to generate the page: 0.04478 seconds
|