Home » Developing U++ » U++ Developers corner » styling of widgets ( animation / look and feel)
Re: styling of widgets ( animation / look and feel) [message #60786 is a reply to message #59818] |
Mon, 09 September 2024 09:10   |
dodobar
Messages: 22 Registered: April 2023 Location: Germany
|
Promising Member |
|
|
Hi 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 (Upp namespace), which resolves the issue ie Upp::ChPaint(w, isz, v);
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??
[Updated on: Sun, 22 September 2024 10:59] Report message to a moderator
|
|
|
 |
|
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: Mon Jul 14 14:52:59 CEST 2025
Total time taken to generate the page: 0.03671 seconds
|