flat assembler
Message board for the users of flat assembler.
Index
> Main > include bug |
Author |
|
jiangfasm 28 Sep 2020, 15:15
Code: tst$ tree . ├── asm.asm └── Win32 ├── executable.inc └── Win └── executable.inc tst$ cat asm.asm include 'Win32/executable.inc' tst$ cat ./Win32/executable.inc include 'Win/executable.inc' include '%TargetOS%/executable.inc' ;<----error tst$ cat ./Win32/Win/executable.inc tst$ fasm asm.asm flat assembler version 1.73.25 (1048576 kilobytes memory) Win32/////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////executable.inc [1]: include 'Win/executable.inc' error: file not found. The error is on the second line
|
|||||||||||
28 Sep 2020, 15:15 |
|
jiangfasm 29 Sep 2020, 03:43
You're awesome!
It would be nice if FASM's error prompt could be more friendly |
|||
29 Sep 2020, 03:43 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.