-
Notifications
You must be signed in to change notification settings - Fork 647
Installation error #251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What version of MinGW-w64 do you have? You will need a recent version; I forget exactly which version number. |
I did a go get github.com/andlabs/ui on windows 10 and then tried to do a go run main.go, getting the same. |
I have mingw w64 v5.0.3 github.com/andlabs/uiC:/Users/admin/go/src/github.com/andlabs/ui/libui_windows_amd64.a(stddialogs.cpp.obj): In function |
Do you have more than one MinGW installation? Try using |
I got linux, and succesfull install this library, but in compilation, it get
|
Merged with #279. |
On comand go get github.com/andlabs/ui my windows 7 got it:
C:\Users\admin>go get github.com/andlabs/ui
github.com/andlabs/ui
C:/Users/admin/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 statusI have installed MinGW w64, but it's not work anyway
The text was updated successfully, but these errors were encountered: