flat assembler
Message board for the users of flat assembler.
Index
> Main > Fasm & static lib - the friendship is possible? |
Author |
|
Aster!x 10 Sep 2004, 18:28
subj
|
|||
10 Sep 2004, 18:28 |
|
Madis731 11 Sep 2004, 08:08
Code: format MS COFF extrn '__imp__MessageBoxA@16' as MessageBox section 'data' data readable writeable msg db 'hello world', 0 section '.text' code readable executable public _start _start: invoke dword [MessageBox],0,msg,msg,0 ;Isn't this supported when including ;some invoke macro in the ;beginning and why doesn't it ;know that MessageBox is dword? ret |
|||
11 Sep 2004, 08:08 |
|
Aster!x 11 Sep 2004, 08:30
Thanks. I've understood
|
|||
11 Sep 2004, 08:30 |
|
Tomasz Grysztar 11 Sep 2004, 09:16
It should be:
Code: extrn '__imp__MessageBoxA@16' as MessageBox:dword |
|||
11 Sep 2004, 09:16 |
|
Vortex 11 Sep 2004, 09:46
_________________ Code it... That's all... |
|||
11 Sep 2004, 09:46 |
|
Madis731 11 Sep 2004, 10:23
At last I am clear about this subject now
|
|||
11 Sep 2004, 10:23 |
|
uri 13 Sep 2004, 09:15
look here too:
http://board.flatassembler.net/topic.php?p=14729#14729 |
|||
13 Sep 2004, 09:15 |
|
Aster!x 16 Sep 2004, 11:33
Can I cause some function from static library in fasm??
|
|||
16 Sep 2004, 11:33 |
|
silkodyssey 16 Sep 2004, 23:12
Yes you can. That is what the examples in this thread demonstrate. But if you're having a problem someone here would be able to help you if you can provide more info.
_________________ silkodyssey |
|||
16 Sep 2004, 23:12 |
|
Aster!x 17 Sep 2004, 00:45
Thank You, silkodyssey.
I have not understood first. I thought that this example on how to create the static library from obj |
|||
17 Sep 2004, 00:45 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.