flat assembler
Message board for the users of flat assembler.
Index
> Windows > Linking static libraries |
Author |
|
JohnFound 14 Sep 2003, 11:29
Hm, maybe I am not the proper guy to answer this question, because I don't like precompiled libraries at all, nor dll, nor lib, obj etc.
But on the subject: You can compile your part in COFF or MS COFF format (ses the FASM manual for options you must set) then link libs and your object files together with some linker. (I think MS linker will help). But, IMHO, better think about, how to make whole project at source level. It's not so hard as it looks at first glance. Regards. |
|||
14 Sep 2003, 11:29 |
|
fasm9 14 Sep 2003, 13:15
When code size going bigger, code management getting difficult.
and when code management easier, code flexibility getting harder. i agree TheRawGod, i agree JohnFound. These problems can't be solved easily! if not, why vs.net so complex? -- maybe i am looking for Rob in fasm |
|||
14 Sep 2003, 13:15 |
|
imagineer 17 Sep 2003, 08:34
TheRawGod wrote:
Quote:
Yes, it is possible. There were several threads over at FASM section in Win32ASM Community messageboard on producing COFF files and linking them. http://board.win32asmcommunity.net/ Cheers, The I |
|||
17 Sep 2003, 08:34 |
|
TheRawGod 17 Sep 2003, 18:47
Thanx guys for help. But what about:
Quote: I'm very interesting in the solution without using any external linker... Just FASM itself. Is it possible? |
|||
17 Sep 2003, 18:47 |
|
pelaillo 18 Sep 2003, 07:13
TheRawGod,
If you want to joint me in that adventure, give a look at this thread http://board.flatassembler.net/topic.php?t=188 There is a lot still to do but IMHO this and the source level debugger are a *must* for fasm. |
|||
18 Sep 2003, 07:13 |
|
Vortex 18 Sep 2003, 18:23
TheRawGod,
You can check the attachment in the post for some linking examples: http://board.flatassembler.net/topic.php?p=423#423 The examples are about using Fasm with GoLink,Fasm+MS Link The attachment in this post contains an example of using Fasm with the static library masm32.lib: http://board.win32asmcommunity.net/showthread.php?s=&postid=105073#post105073 _________________ Code it... That's all... |
|||
18 Sep 2003, 18:23 |
|
roticv 06 Nov 2003, 08:56
Is there a way to link a static lib without creating a coff file? I just want to use some big number library for my dll. I do not like the idea of having to get a linker to link it though.
|
|||
06 Nov 2003, 08:56 |
|
Vortex 06 Nov 2003, 10:37
Roticv,
As you know, a static library is a collection of object files, so there is no way to link a static lib without creating COFF files. _________________ Code it... That's all... |
|||
06 Nov 2003, 10:37 |
|
roticv 06 Nov 2003, 11:42
sigh. kinda irritating to make it create coff files then link it. can't there be a more direct path?
|
|||
06 Nov 2003, 11:42 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.