flat assembler
Message board for the users of flat assembler.

Index > Main > Problem with Fasm

Author
Thread Post new topic Reply to topic
khanh



Joined: 25 Jul 2003
Posts: 27
khanh 30 Jul 2003, 13:08
Question

Privalov, in the \Include dir from Fasmw package I found an small error when use 'enter' macro ( included in \include\win32ax.inc file). The conflict probly is the repeated definition of that macro. Could you fix this in the official releases.

Also I realised that the resolve of external symbols ( like WinAPI) in fasm generally is much more slowly than other tool. When I refer to external symbols ( using the header include file in fasmw package) it takes 3 second while GoLink does it for a blink. I don't know why this occures. Question
Post 30 Jul 2003, 13:08
View user's profile Send private message Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8351
Location: Kraków, Poland
Tomasz Grysztar 30 Jul 2003, 13:16
What is exactly your problem with enter? In all my tests it works as it's supposed to.

When you use the includes that resolve the symbols for you, all symbols (not only the ones you actually use) listed there are processed with complex macros, and that causes the slowdown. Actually these header were initially just a play with the macro-based syntax adjustments, but after I saw some people were using them, I have included them in the official distrubutions. You can instead use the simple headers and build import by yourself, or use object format and some linker.
Post 30 Jul 2003, 13:16
View user's profile Send private message Visit poster's website Reply with quote
Vortex



Joined: 17 Jun 2003
Posts: 318
Vortex 30 Jul 2003, 13:38
Khanh,

If your working on a large project,,the external function scanner can be helpfull for you,this tool will build for you the import section.
You can have a look at:

http://board.flatassembler.net/topic.php?p=423#423

_________________
Code it... That's all...
Post 30 Jul 2003, 13:38
View user's profile Send private message Visit poster's website Reply with quote
BiDark



Joined: 22 Jun 2003
Posts: 109
Location: .th
BiDark 30 Jul 2003, 14:59
Vortex wrote:

If your working on a large project,,the external function scanner can be helpfull for you,this tool will build for you the import section.
You can have a look at:

http://board.flatassembler.net/topic.php?p=423#423


Nah!, advertising? Razz
Post 30 Jul 2003, 14:59
View user's profile Send private message 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-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.