flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
Cool Dude 2k 20 Aug 2005, 01:26
I try to compile one of the Example files and I keep getting a error saying it cant find win32a.inc I look in the INCLUDE Folder and its there How do I get it to compile things.
![]() http://img390.imageshack.us/img390/8497/error9ge.jpg |
|||
![]() |
|
Cool Dude 2k 20 Aug 2005, 07:09
Thanks very much.
![]() |
|||
![]() |
|
UCM 20 Aug 2005, 15:53
Or, if you want to just use " include 'win32a.inc' ", add your FASM Include directory to the INCLUDE environment variable. this way, all the 'modern' code samples will work, and you won't have to type %fasminc% all the time.
_________________ This calls for... Ultra CRUNCHY Man! Ta da!! *crunch* |
|||
![]() |
|
THEWizardGenius 21 Aug 2005, 19:28
I had the same problem. I think the examples should have the correct path in the first place, except I prefer a relative path such as
Code:
include '\include\win32a.inc'
rather than a global path, such as Code:
include 'c:\fasm\include\win32a.inc'
Of course, using "%fasminc%" works too, and so does Ultra Crunchy Man's INCLUDE environment variable (which is actually the best solution, though a little more obscure in Windows). |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2023, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.