Immediate-Mode-UI / Immediate-Mode-UI/Nuklear
LNK2019: unresolved external symbol __imp_AlphaBlend referenced in function nk_gdi_rect_multi_color
- Dominant language
- C
- Stars
- 11.4k
- Forks
- 686
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 3
Description
Have anyone experienced the following error:
LNK2019: unresolved external symbol __imp_AlphaBlend referenced in function nk_gdi_rect_multi_color
According to some __imp_AlphaBlend is found in the msimg32.lib and I have included it as well as gdi32.lib and user32.lib in VS2022
Contributor guide
Research direction
Start by reviewing the Windows/GDI backend around nk_gdi_rect_multi_color and reproduce the VS2022 linker error with the reported msimg32.lib, gdi32.lib, and user32.lib inputs. Done means determining why __imp_AlphaBlend remains unresolved and documenting or correcting the project configuration needed to link successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100