flat assembler
Message board for the users of flat assembler.
Index
> Windows > *.lib in FASM |
Author |
|
vid 09 Feb 2007, 10:41
you must create MS COFF file in FASM, and then link it with your library.
Code: fasm test.asm test.obj link /subsystem:console test.obj mylib.lib |
|||
09 Feb 2007, 10:41 |
|
DMD 09 Feb 2007, 12:41
Quote:
Ok, but sources not in FASM ! Is it possible? |
|||
09 Feb 2007, 12:41 |
|
vid 09 Feb 2007, 12:43
you don't need sources to .lib, you need just .lib file itself. Then you can use it in FASM by producing MS COFF file and linking it. For more details, tell us what the lib file is, or at least name on function it contains.
|
|||
09 Feb 2007, 12:43 |
|
DMD 09 Feb 2007, 12:56
I see...
I'll be try your way... Tnkns! Because sources not very big - I'll try transate sources in to FASM and create .dll as usually. Last edited by DMD on 09 Feb 2007, 13:01; edited 1 time in total |
|||
09 Feb 2007, 12:56 |
|
vid 09 Feb 2007, 12:58
what sources? If you mean sources of .lib, you DON'T need to translate these.
|
|||
09 Feb 2007, 12:58 |
|
vid 09 Feb 2007, 13:04
DMD: don't be afraid of linking, learn it too
|
|||
09 Feb 2007, 13:04 |
|
DMD 09 Feb 2007, 13:06
vid wrote: what sources? If you mean sources of .lib, you DON'T need to translate these. Don't worry! I have sources of *.lib in MASM syntax. |
|||
09 Feb 2007, 13:06 |
|
DMD 09 Feb 2007, 13:09
vid wrote: DMD: don't be afraid of linking, learn it too Well, i know - no limit for study ! Thnks for help! |
|||
09 Feb 2007, 13:09 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.