-
Notifications
You must be signed in to change notification settings - Fork 17
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
error: LoadLibraryEx on mono #7
Comments
Sorry, don't really have any ideas. I don't use .NET anymore so I'm a bit rusty :) |
It turns out that a lot of Kernel32 isn't supported under mono. I tried using wine with dotnet installed in order to run it, it did insert the icons but then Windows refused to run the .exe, something to do with not being able to determine the required .net version. I ended up using ResourceHacker. |
Ok, thanks for reporting back, maybe this can help others who run into similar problems. 👍 |
@entonio would you mind looking into this and submit a pr? Perhaps the latest version might work a little better (.NET 4.7) |
Hi,
When trying to run this under mono, I get the following:
My .NET-fu isn't that strong. Do you have any ideia what this could be and how to go about debugging it? Thanks.
The text was updated successfully, but these errors were encountered: