flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
rhyno_dagreat
Easy, take the win32a.inc file and any files associated with it and move it into the same folder as beer.asm and it should compile.
|
|||
![]() |
|
leopard
wow, well, but if I have to such hand work task every time I compile an asm file ?
|
|||
![]() |
|
vid
you have to set environment variable "INCLUDE" to FASM includes, not variable "PATH".
|
|||
![]() |
|
rhyno_dagreat
Or, you could do it VID's way. I just recall that's how I did it.
![]() |
|||
![]() |
|
leopard
thank you guys, but, I'm totally a newbie in fasm, can you tell me bit more detail how to do that ?
thanx |
|||
![]() |
|
LocoDelAssembly
TFM wrote: The example source provided with this version require you have environment |
|||
![]() |
|
leopard
thank you, it works!
It works only when I click the fasmw.exe in the file manager, but if I run the program by type 'fasmw' from the command prompt, it won't work ?! Just can't tell why ? well, it works at least ^^; |
|||
![]() |
|
vid
after you change env. variables, try to restart all apps.
For example if you start CMD.exe, then change env. variables, and then start FASMW from still running CMD, it will still have old env. variables. This is because every process inherits env variables from it's parent process. |
|||
![]() |
|
leopard
Yes, I have already restarted the cmd & the fasmw, the error is still there, should I have to edit some env. variables of the cmd or xp ?
maybe this is not important for programming. |
|||
![]() |
|
vid
do you start FASMW from directory where FASMW.INI resides?
don't do this: Code: > c:\fasmw\fasmw.exe instead do: Code: > cd c:\fasmw\ > fasmw.exe this could be the problem. |
|||
![]() |
|
leopard
yes, I start the fasmw from:
c:\Documents and Settings\vm> (the very first place when I start cmd.exe) the vm is my username, and the cmd env. is the system wide: C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\programmings\fasm\wbin\ and FASMW.INI & fasmw.exe are in the same folder as default. run fasmw in the installtion folder, it compiles correctly |
|||
![]() |
|
LocoDelAssembly
Check if in "the very first place" you have a file named "FASMW.INI", if it is the case then the problem is not executing FASMW.EXE in its own directory and hence the IDE doesn't see any INI file and thus it creates a default file at the current directory.
|
|||
![]() |
|
tangent
i'd suggest not using fasmw, seeing as how avg picks it up with Obfustat.ZRC
test.bat: Code: cd c:\devel\fasm\include ..\fasm ..\test.asm pause |
|||
![]() |
|
LocoDelAssembly
Quote:
Yes, AVG is an IDIOT, but can't be instructed to ignore an let you use FASMW anyway? If not then I change the suggestion to not use AVG instead. |
|||
![]() |
|
vid
yeah, use NOD. Slovaks can make better AVs than Czechs
![]() |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.