You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed gcc 5.1.0, but unfortunately am still receiving the common "undefined reference to TaskDialog" error that has been reported many times. I was under the impression any gcc version after 4 would be appropriate for this. Is there something simple I'm missing here? Any help would be appreciated, as I look forward to trying out your gui for Go.
C:\TDM-GCC-64>go get "github.com/andlabs/ui"
github.com/andlabs/ui
C:/Users/mdixey/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
gcc version info:
C:\TDM-GCC-64>gcc --version
gcc (tdm64-1) 5.1.0
The text was updated successfully, but these errors were encountered:
I have installed gcc 5.1.0, but unfortunately am still receiving the common "undefined reference to TaskDialog" error that has been reported many times. I was under the impression any gcc version after 4 would be appropriate for this. Is there something simple I'm missing here? Any help would be appreciated, as I look forward to trying out your gui for Go.
C:\TDM-GCC-64>go get "github.com/andlabs/ui"
github.com/andlabs/ui
C:/Users/mdixey/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
gcc version info:
C:\TDM-GCC-64>gcc --version
gcc (tdm64-1) 5.1.0
The text was updated successfully, but these errors were encountered: