flat assembler
Message board for the users of flat assembler.
Index
> Compiler Internals > Broken resource-only dlls, build with FASM above 1.69.14 |
Author |
|
revolution 29 Feb 2016, 07:49
What do you mean by not working? Gives an error? Generates a bad file? Crashes? Something else?
|
|||
29 Feb 2016, 07:49 |
|
addhaloka 29 Feb 2016, 09:42
Just do not display resources, i.e the program works with the dll, does not see them - WinRAR is not picked up in the localization file "RarLng.dll", similarly in TweakTC (tweaker for TC) does not see buttons dll - screen: http://s1.bild.me/bilder/030315/1605317_0.png
|
|||
29 Feb 2016, 09:42 |
|
l_inc 29 Feb 2016, 13:00
addhaloka
My guess is that the older fasm versions forget to set the flag IMAGE_FILE_RELOCS_STRIPPED . Add the following lines at the end, and it should work fine with the newer versions: Code: section '.reloc' data readable discardable data fixups end data rd 1 _________________ Faith is a superposition of knowledge and fallacy |
|||
29 Feb 2016, 13:00 |
|
addhaloka 29 Feb 2016, 15:01
l_inc
Thanks. Everything right, so it turns out working dll. I just did not think that relocations might have importance for resource-only dll. |
|||
29 Feb 2016, 15:01 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.