flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
logic 01 Nov 2003, 17:50
How can perform File operations,that file reading,file writing,file appending using FASM????
|
|||
![]() |
|
decard 01 Nov 2003, 17:53
Like in every win32 program: use CreateFile, ReadFile, WriteFile.... etc. See win32.hlp for details.
regards |
|||
![]() |
|
Eoin 13 Dec 2003, 00:46
Don't put brackets around WrittenBits, its a pointer to it you need to pass, not the value in it
![]() Code: invoke WriteFile,[MyFileHWND],[MyDataHere],8,WrittenBts,0 |
|||
![]() |
|
Madis731 14 Dec 2003, 18:58
The code was supposed to be:
Code: invoke WriteFile,[MyFileHWND],MyDataHere,8,WrittenBts,0 so no brackets around my data either but thanks for leading me to right path ![]() |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2023, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.