flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
vid
not sure about 1024kb, but linking against other libraries is done simply by adding .libs to linker command line
|
|||
![]() |
|
Enko
Quote: not sure about 1024k Sorry, my mistake, 1024B. I want to link dinamicly a dll, like in fasm with import section. |
|||
![]() |
|
manfred
If you want imports in import section, then simply link with .lib which came with .dll... Then you program will grow to 1536 bytes, because of file alignment - size of each section in PE file must be divisible by file alignment value (usually 512, which is smallest possible), and there will be three sections: headers, code section and import section.
_________________ Sorry for my English... |
|||
![]() |
|
Enko
thx for advise. I'll try it.
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.