flat assembler
Message board for the users of flat assembler.

Index > IDE Development > New fasmw release

Author
Thread Post new topic Reply to topic
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8367
Location: Kraków, Poland
Tomasz Grysztar 09 Jul 2003, 20:55
I have done some changes to the fasmw in the way to add plug-in support soon (and by the way I've fixed some bugs), and have also started the separate versioning for the fasmw interface - currently it is 0.90 (while the core is still 1.47). This will also allow to include some kind of "whatsnew" file for the interface changes in future versions.
Also there is small new feature added: now "Optimal fill on saving" option doesn't convert to tabs any "meaning" spaces, like those inside the quoted strings.
Post 09 Jul 2003, 20:55
View user's profile Send private message Visit poster's website Reply with quote
comrade



Joined: 16 Jun 2003
Posts: 1150
Location: Russian Federation
comrade 09 Jul 2003, 23:12
Cool. Razz

_________________
comrade (comrade64@live.com; http://comrade.ownz.com/)
Post 09 Jul 2003, 23:12
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number Reply with quote
Daemon



Joined: 08 Jul 2003
Posts: 15
Daemon 24 Jul 2003, 17:03
To Privalov:
Wouldnt it be better to search for include files within a directory(ies) specified in "INCLUDE" env.var ? It'd be much faster & simplier to write
Code:
include 'win32a.inc'    
than
Code:
include '%include%/win32a.inc    

P.S. Thanks for such unbelievable project, Privalov !
Post 24 Jul 2003, 17:03
View user's profile Send private message Reply with quote
Tommy



Joined: 17 Jun 2003
Posts: 489
Location: Norway
Tommy 24 Jul 2003, 18:17
Another question: Does FASM check each path separated by ";" in the environment variable??
Post 24 Jul 2003, 18:17
View user's profile Send private message Visit poster's website Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8367
Location: Kraków, Poland
Tomasz Grysztar 24 Jul 2003, 18:26
No it's just handled exactly the same as in batch files - if you enclose some word with percent characters, it is replaced with its value from environment. It has nothing common with the standard treatment of path variables in other compilers. I've done it this way because it suits fasm's core philosophy the best - it's quite universal, system-independent and allows you to use any variable names, whatever you wish. You can for example define in fasmw.ini the variable Win32 with the value being full path to the include file you're using the most, and then just do:
Code:
include "%Win32%"    

each time.
Post 24 Jul 2003, 18:26
View user's profile Send private message Visit poster's website Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.