flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
Aster!x
subj
|
|||
![]() |
|
Madis731
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 |
|||
![]() |
|
Aster!x
Thanks. I've understood
![]() |
|||
![]() |
|
Tomasz Grysztar
It should be:
Code: extrn '__imp__MessageBoxA@16' as MessageBox:dword |
|||
![]() |
|
Vortex
_________________ Code it... That's all... |
|||
![]() |
|
Madis731
At last I am clear about this subject now
![]() |
|||
![]() |
|
uri
look here too:
http://board.flatassembler.net/topic.php?p=14729#14729 |
|||
![]() |
|
Aster!x
Can I cause some function from static library in fasm??
|
|||
![]() |
|
silkodyssey
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 |
|||
![]() |
|
Aster!x
Thank You, silkodyssey.
I have not understood first. I thought that this example on how to create the static library from obj ![]() |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.