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

Fixed OverflowException when a dialog template contains a SysListView32 control #41

Merged
merged 1 commit into from Jul 12, 2016

Conversation

thoemmi
Copy link
Member

@thoemmi thoemmi commented Jul 11, 2016

DialogExTemplateControl.ToString failed, because ControlClassId is not an Int resource but a string (SysListView32).

I added a dialog template with a SysListView32 to custom.exe, added a failing unit test, and fixed the issue.

I also refactored ResourceInfoTests.TestLoad to not process the test binaries in a loop, but to be called for each binary separatly.

@thoemmi thoemmi added this to the v1.6 milestone Jul 11, 2016
@thoemmi thoemmi force-pushed the issue41-SysListView32-in-dialog-template branch from 845e1e5 to f20ff23 Compare July 11, 2016 21:04
@dblock
Copy link
Collaborator

dblock commented Jul 12, 2016

Excellent.

@dblock dblock merged commit 17461f2 into master Jul 12, 2016
@thoemmi thoemmi deleted the issue41-SysListView32-in-dialog-template branch May 4, 2018 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants