flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
vid 18 May 2009, 20:19
not sure about 1024kb, but linking against other libraries is done simply by adding .libs to linker command line
|
|||
![]() |
|
Enko 19 May 2009, 01:36
Quote: not sure about 1024k Sorry, my mistake, 1024B. I want to link dinamicly a dll, like in fasm with import section. |
|||
![]() |
|
manfred 18 Jun 2009, 21:48
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 19 Jun 2009, 03:00
thx for advise. I'll try it.
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2023, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.