flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
logic
How can perform File operations,that file reading,file writing,file appending using FASM????
|
|||
![]() |
|
decard
Like in every win32 program: use CreateFile, ReadFile, WriteFile.... etc. See win32.hlp for details.
regards |
|||
![]() |
|
Eoin
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
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-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.