Replies: 1 comment
-
Whatever the issue was, it's not happening on the latest commit |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to compile the example apps but not having any luck. I don't see any build instructions, are there any dependencies I need to install?
These are some of the errors I'm getting:
Pointers and fixed size buffers may only be used in an unsafe context
'void*' does not contain a definition for 'ToInt64' and no accessible extension method 'ToInt64' accepting a first argument of type 'void*' could be found (are you missing a using directive or an assembly reference?)
The call is ambiguous between the following methods or properties: 'HGDIOBJ.HGDIOBJ(void*)' and 'HGDIOBJ.HGDIOBJ(IntPtr)'
Cannot resolve Assembly or Windows Metadata file 'C:\Users\joshn\Source\Repos\H.NotifyIcon\src\libs\H.NotifyIcon\bin\Debug\net9.0\H.NotifyIcon.dll'
Beta Was this translation helpful? Give feedback.
All reactions