Skip to content
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

CreateBitmap Function in "gdi32" Library #21

Closed
GCuser99 opened this issue Apr 25, 2024 · 3 comments
Closed

CreateBitmap Function in "gdi32" Library #21

GCuser99 opened this issue Apr 25, 2024 · 3 comments
Labels
in-progress Issue resolved in source, pending for release. missing-api A common API or interface that clearly should be included isn't.

Comments

@GCuser99
Copy link

Jon, I could not find this one in your library:

Public Declare PtrSafe Function CreateBitmap Lib "gdi32" (ByVal nWidth As Long, ByVal nHeight As Long, ByVal nPlanes As Long, ByVal nBitCount As Long, lpBits As Any) As LongPtr

Thx!

@GCuser99 GCuser99 changed the title CreateBitmap Function is "gdi32" Library CreateBitmap Function in "gdi32" Library Apr 25, 2024
@fafalone
Copy link
Owner

Wow I don't know how many times I've been over wingdi.h; must have just assumed it was there lol. Will definitely be in the next update.

@fafalone fafalone added missing-api A common API or interface that clearly should be included isn't. in-progress Issue resolved in source, pending for release. labels Apr 26, 2024
@GCuser99
Copy link
Author

No problem and no hurry. I'm sure you'll get more as people use it. Thx - WDL is awesome!

@fafalone
Copy link
Owner

This API is now available in v7.10.396, thanks for letting me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in-progress Issue resolved in source, pending for release. missing-api A common API or interface that clearly should be included isn't.
Projects
None yet
Development

No branches or pull requests

2 participants