flat assembler
Message board for the users of flat assembler.

Index > Windows > Got a few questions about FASM

Author
Thread Post new topic Reply to topic
typedef



Joined: 25 Jul 2010
Posts: 2909
Location: 0x77760000
typedef 25 Nov 2010, 00:24
I was loitering in the win32ax.inc file and i noted something called "all_api".

What does this macro do?

also... I have a request for Tomasz, Can you make FASMW expand strings read from the FASMW.ini file. I use FASM everywhere I go, I have it on a flash drive and I have to manually edit the ini file to change the inlude path Crying or Very sad. This is what I mean.

using dos %CD% env. variable

Code:
include=%cd%\INCLUDE\    


and translate it into
Code:
GetCurrentDirectory();    


Thanks.
Post 25 Nov 2010, 00:24
View user's profile Send private message Reply with quote
comrade



Joined: 16 Jun 2003
Posts: 1150
Location: Russian Federation
comrade 25 Nov 2010, 12:12
typedef, to deal with this problem, I would create a batch script wrapper around FASMW.EXE that would set the INCLUDE and other variables using standard DOS commands, e.g.:

Quote:

@echo off
SET INCLUDE=%~dp0\.\INCLUDE
CALL FASMW.EXE
Post 25 Nov 2010, 12:12
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number 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.