andlabs / ui

Platform-native GUI library for Go.
Other
8.33k stars 651 forks source link

Error go get andlabs/ui - undefined reference to `__imp_TaskDialog' #304

Closed bderen closed 6 years ago

bderen commented 6 years ago

` $ go get github.com/andlabs/ui

github.com/andlabs/ui

C:/go/src/github.com/andlabs/ui/libui_windows_amd64.a(stddialogs.cpp.obj): In function msgbox': E:/github.com/andlabs/libui/windows/stddialogs.cpp:113: undefined reference to__imp_TaskDialog' collect2.exe: error: ld returned 1 exit status`

Windows 10 Pro x64

andlabs commented 6 years ago

Duplicate of #279