alternative ways to blockwrite ?
Posted
by radick
on Stack Overflow
See other posts from Stack Overflow
or by radick
Published on 2010-04-18T17:29:15Z
Indexed on
2010/04/18
17:33 UTC
Read the original article
Hit count: 163
delphi
hi all
is there any alternate ways to blockwrite ?
now in my app i am using it like this
BlockWrite(file, buffer[1], Length(buffer));
i want to know alternate ways writing string to an exe file(binary )
just want to know different methods :)
can any one help me
thanks in advance
© Stack Overflow or respective owner