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

treat forward slash as a pathspec and truncate biheight in wing to an… #1138

Merged
merged 2 commits into from
Mar 25, 2022

Conversation

cracyc
Copy link
Contributor

@cracyc cracyc commented Mar 24, 2022

… int16

fixes #1137

It uses a forward slash in the path for getprivateprofilestring which causes it to not be able to find it's ini file properly. It also fails to sign extend to a long it's top down bitmap height so it's a negative short in a long var. Wing.dll on win31 uses createcompatiblebitmap which takes an int16 for height so there are unlikely to be any compatibility issues (on win95 and ntvdm it uses createdibsection which is the problem here, I can't imagine there are any win16 wing programs that only work on win95). Amusingly the readme.txt says that it might not work on win95 which would have been trivial for them to fix.

@otya128 otya128 merged commit e90bca5 into otya128:master Mar 25, 2022
@cracyc cracyc deleted the wing branch March 25, 2022 14:34
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

Successfully merging this pull request may close these issues.

Ai Shimai for windows 3.1 won't start properly
2 participants