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
Are you talking about the missing constant GWL_HINSTANCE? for now just define it yourself or use hsc2hs.
create a file that ends in .hsc and just #include <Windows.h> and use {#const GWL_HINSTANCE}.
I'll add the remaining constants later. Thanks for pointing it out.
Not just the constant - I wasn't able to find the GetWindowLong function (or any equivalent) by searching this repo, and I'm not sure where in the Win32 package it resides.
I'm following this tutorial for making a button, and I'm up to this part:
What should I call from this library's API to achieve the same effect?
The text was updated successfully, but these errors were encountered: