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

writeln() causes I/O error in GUI app #25

Open
GoogleCodeExporter opened this issue Jun 22, 2015 · 0 comments
Open

writeln() causes I/O error in GUI app #25

GoogleCodeExporter opened this issue Jun 22, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Create a record that contains another record.
2. Use a TSuperRttiContext to convert the record to JSON

What is the expected output? What do you see instead?
The subrecord should either be parsed (preferably) or otherwise be ignored.

Instead, you'll arrive on line 7063 
(http://code.google.com/p/superobject/source/browse/trunk/superobject.pas#7063),
 where there's a `writeln` statement. That causes an I/O error in GUI 
applications.


What version of the product are you using? On what operating system?
revision 42

Please provide any additional information below.
For the rest the TSuperRttiContext is a huge timesaver. SuperObject  is awesome.

Original issue reported on code.google.com by woutervannifterick on 24 Feb 2012 at 1:33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant