[Bug 35821] wPrime 2.09 (VB6 app) reports 'Run-time error 445: Object doesn't support this action' (needs ITextStream ReadLine method implementation)

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Mar 20 00:49:23 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=35821

--- Comment #1 from Nikolay Sivov <bunglehead at gmail.com> ---
ReadLine() works in a strange way, for example it can read data like this:

---
"line\r\nsomemore" -> returns "line"
---

but for slightly altered input:

---
"li1ne\r\nsomemore" -> returns "li1n"
---

so it eats significant data for some reason. I was testing ascii data only for
now. So it will need more time.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list