flat assembler
Message board for the users of flat assembler.
Index
> Windows > Eternal fasm problem |
Author |
|
Aquila 21 Jun 2003, 19:26
Tell me, was subj, I mean linking .res file to exe was already solved? How do you do it?
|
|||
21 Jun 2003, 19:26 |
|
comrade 21 Jun 2003, 21:48
Only compile .asm to .obj (format COFF) and then use external linker like ALink...
|
|||
21 Jun 2003, 21:48 |
|
Aquila 22 Jun 2003, 07:53
comrade wrote: Only compile .asm to .obj (format COFF) and then use external linker like ALink... I don't like this way. Previously I used brc32.exe from TASM to bind resources, but suddenly FASM applications made in such way begin to tell "Application coudn't properly initialize itself (0x00000005)". Now I search what could be a problem or another way to add .res files. But using MS COFF is not good as well as using internal macros. |
|||
22 Jun 2003, 07:53 |
|
fasm9 22 Jun 2003, 08:41
in my guess, Alink is written in C.
but, to survive fasm, all is must be written in fasm. purity, unified systemmatic. |
|||
22 Jun 2003, 08:41 |
|
Tomasz Grysztar 22 Jun 2003, 11:10
After you reminded it, I'm considering adding a feature of including .res files in the PE formatter. It would be just a syntax extension to current "data resource" of "section resource", something like "data resource from 'test.res'".
|
|||
22 Jun 2003, 11:10 |
|
BiDark 22 Jun 2003, 12:41
Hey, Id coon
Idsunid? But when is it get released? |
|||
22 Jun 2003, 12:41 |
|
Vortex 22 Jun 2003, 14:20
Amigos,
You can use Fasm with: -MS Link -GoLink -Alink -Digital Mars Linker with the help of DM Coff2omf tool Theorically,you must be able to use Fasm with tlink32;but you need to covert the COFF obj. code to OMF. _________________ Code it... That's all... |
|||
22 Jun 2003, 14:20 |
|
comrade 22 Jun 2003, 18:24
Aquila wrote:
Does that mean include .res file worked previously with FASM? |
|||
22 Jun 2003, 18:24 |
|
Aquila 22 Jun 2003, 19:17
comrade wrote:
Yes. |
|||
22 Jun 2003, 19:17 |
|
comrade 22 Jun 2003, 19:28
Aquila wrote:
What version was that and how? |
|||
22 Jun 2003, 19:28 |
|
Aquila 23 Jun 2003, 10:20
privalov wrote: After you reminded it, I'm considering adding a feature of including .res files in the PE formatter. It would be just a syntax extension to current "data resource" of "section resource", something like "data resource from 'test.res'". It will be really cool and will support one of the best FASM conceptions - no need for external linker. |
|||
23 Jun 2003, 10:20 |
|
JohnFound 23 Jun 2003, 12:53
Hm, what you think about writing some visual resource editor (With FASM of course ) generating directly FASM resource section using resource macroses?
|
|||
23 Jun 2003, 12:53 |
|
Vortex 24 Jun 2003, 07:34
JohnFound,
That's a nice idea.Also,one can think about coding a tool which can translate ready resource scripts to Fasm-style resource sections based on macros. _________________ Code it... That's all... |
|||
24 Jun 2003, 07:34 |
|
JohnFound 24 Jun 2003, 15:17
Hi Vortex.
Yes the convertor for .RES files is another solving of the problem. But why to make it easy, when I can make it complex? Actually I think it must be separate editor, because the next step will be to build it into FASMW together with Project manager and some other visual tools and code generating wizards. |
|||
24 Jun 2003, 15:17 |
|
Vortex 24 Jun 2003, 15:37
Hi JohnFound,
Yes,you are right about building the resource editor to FASMW. I see you have a good understanding about FASM internals. _________________ Code it... That's all... |
|||
24 Jun 2003, 15:37 |
|
Aquila 24 Jun 2003, 17:17
If Privalov implement those option about including .res files it will improve situation greatly .
|
|||
24 Jun 2003, 17:17 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.