FooSoft / yomichan-import

External dictionary importer for Yomichan.
https://foosoft.net/projects/yomichan-import/
MIT License
83 stars 23 forks source link

Add winmanifest import #23

Closed toasted-nutbread closed 3 years ago

toasted-nutbread commented 3 years ago

I am admittedly not that familiar with golang, but building using the most recent MinGW64 + Go tools gave the following error:

The procedure entry point TaskDialog could not be located in the dynamic link library.

This appears to be fixed by adding an additional import, see: https://github.com/andlabs/ui/blob/master/README.md#windows-manifests

FooSoft commented 3 years ago

Hmm, that's interesting. I wonder if something has changed since the last time I've made a Windows build (admittedly, a while ago). Seems like a sensible workaround though :+1: