flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
LocoDelAssembly 26 Jun 2009, 14:28
I think that it is the recursive inclusion you made with "include 'BEER.ASM'". I get a different error however, I get "Error: Out of memory".
[edit] I get out of memory error because of the order of the includes: Code: include 'win32a.inc' include 'beer.asm' With this one I get the same error like you: Code: include 'beer.asm' include 'win32a.inc' |
|||
![]() |
|
Anonymous Cyberphreak135 26 Jun 2009, 14:40
But now I get this error
![]() |
|||
![]() |
|
Pirata Derek 26 Jun 2009, 14:53
This means that the file in the selected include function do not exist.
include 'win32a.inc' means to include a file called win32a.inc in the same folder of source file you are assembling you must type the relative path file. For example: include 'includes\win32a.inc' if the file win32a.inc is into a directory called 'includes', that is in the same path of source *.asm |
|||
![]() |
|
LocoDelAssembly 26 Jun 2009, 15:00
You have to edit FASMW.INI like this:
Code: [Environment] Include = c:\fasm\include fasminc = c:\fasm\include (Replace "c:\fasm" with the path where you have installed fasm) The important one is the first entry, the second is one I've added to give support to some sources that are available at this forum. |
|||
![]() |
|
r22 26 Jun 2009, 15:05
As I've noted before, FASMW would benefit from adding the correct [environment] attributes to the INI file automatically.
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.