[URGENT]How to insert 7F(hex code) into a Text file by using DLL call
[URGENT]How to insert 7F(hex code) into a Text file by using DLL call
(OP)
Hi there,
I am having an urgent request regarding the hex.
I would like to insert Hex code ( 7F ) into my text file ( myfile.txt ), does anybody know how to do it by using DLL call? then I can use my install program to using the DLL calling function.
It looks link a "space" in the text file ( actually, I used ultraedit to check the file, the hex code of the "space" is 7F, not a real space )
user32.dll possiblly can handle this request?
cheers boddy
I am having an urgent request regarding the hex.
I would like to insert Hex code ( 7F ) into my text file ( myfile.txt ), does anybody know how to do it by using DLL call? then I can use my install program to using the DLL calling function.
It looks link a "space" in the text file ( actually, I used ultraedit to check the file, the hex code of the "space" is 7F, not a real space )
user32.dll possiblly can handle this request?
cheers boddy
RE: [URGENT]How to insert 7F(hex code) into a Text file by using DLL call
Not sure what you are trying to do. But Hex 7F is Dec 127 which is the code DEL.
Your program for reading the text file may not accept this code. It may just ignore it. I think this is a non-printable character for most programs.
HyperEngineer
If it ain't broke, it probably needs improvement.