tstream Questions
2
Solved
I need to extend TFileStream so that it can work with a file not from 0 offset, but from user defined offset. I mean it must interpret user defined offset as stream beginning. My code is:
type
T...
Forespeak asked 12/5, 2011 at 15:32
4
Solved
I'm attempting to convert a string to a TStream. My code below gives me an "Abstract Error" message on the CopyFrom line. I'm against a brick wall here, any ideas on how to solve this?
procedure S...
1
Solved
I'm trying to write a Delphi console application that creates a TStream for its standard input, and another TStream for its standard output.
(It will be launched by a host app with its input and o...
Kelbee asked 29/6, 2009 at 21:13
1
© 2022 - 2024 — McMap. All rights reserved.