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

Errors in WICImage.cls (tB v494) #1

Closed
GCuser99 opened this issue Apr 6, 2024 · 1 comment
Closed

Errors in WICImage.cls (tB v494) #1

GCuser99 opened this issue Apr 6, 2024 · 1 comment

Comments

@GCuser99
Copy link

GCuser99 commented Apr 6, 2024

Was looking for improved PNG support in tB so downloaded your 64-bit version of WICDemo for a test run. Thanks for providing this!

When I opened your tB Project in tB v494, I see 4 errors. They are all similar to this one (whenever passing a 0& for WICRect type):

image

Thanks again,

Mike

@fafalone
Copy link
Owner

fafalone commented Apr 6, 2024

Sorry about that, I must have changed those in WinDevLib at some point and forgot to update this project too.

I've updated the repo files with the fix for the 4 WICRect arguments (they should now be vbNullPtr instead of 0&), and one other bug: In the line in your screenshot, it should be ByVal pvImageBits.

Updated WinDevLib to the latest version and confirmed it's now working.

Thanks for reporting, any other issues don't hesitate to reopen or make a new issue.

@fafalone fafalone closed this as completed Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants