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
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'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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