NoNameNeeded Posted October 17, 2019 Posted October 17, 2019 Can anyone tell me why this application won't work on Windows 95? Seems like it has some memory issues but is there anything that could be done about it? http://www.webring.org/l/rd?ring=ansax;id=13;url=http%3A%2F%2Flexicon.ff.cuni.cz%2Fapp%2F (none of the versions there work)
ABCDEFG Posted October 19, 2019 Posted October 19, 2019 It won't work because number of words that need to be listed in "List Box" control exceed the maximum number of items allowed for 9x systems... If you reduce size of "BT-main_01.txt" file (to 32KB i think) it will work.
NoNameNeeded Posted October 19, 2019 Author Posted October 19, 2019 Yes, I cut the text file into two halves and now it works. But it means that I have to start the application twice, one with the first half, one with the second half of the text file. There is no way to raise the maximum number of items?
ABCDEFG Posted October 20, 2019 Posted October 20, 2019 No, unless you create your own List Box Control. https://msdn.microsoft.com/en-us/windows/desktop/bb761319 Quote Parameters wParam The number of items to add. Windows 95/Windows 98/Windows Millennium Edition (Windows Me) : The wParam parameter is limited to 16-bit values. This means list boxes cannot contain more than 32,767 items.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now