flat assembler
Message board for the users of flat assembler.
Index
> Windows > I create win 7 dll, but Win 10 get me error this dll ! |
Author |
|
revolution 08 Nov 2020, 11:29
Does the fasm download example DLL code work for you?
|
|||
08 Nov 2020, 11:29 |
|
Tomasz Grysztar 08 Nov 2020, 11:45
It is likely this issue: https://board.flatassembler.net/topic.php?p=144941#144941
|
|||
08 Nov 2020, 11:45 |
|
Roman 23 Nov 2020, 09:20
Was
Code:
section '.reloc' fixups data discardable
I happy ! In Win 10 (version 20H2) this help fix my dll problem ! Code:
section '.reloc' fixups data readable discardable
|
|||
23 Nov 2020, 09:20 |
|
jochenvnltn 02 Jan 2021, 17:28
You can replace
Code:
section '.reloc' fixups data readable discardable
With Code: data fixups end data This works for both 32 & 64bit DLL |
|||
02 Jan 2021, 17:28 |
|
revolution 02 Jan 2021, 22:35
If you plan to distribute your code to others then using non-"standard" layouts with data will trigger some stupid AVs. Your users might complain when the AV blocks it from being run.
BTW: In case you haven't realised yet, I hate AVs. They are useless and stupid, but people still insist they need them without showing any evidence they actually do anything worthwhile. They have morphed into spying engines and not much more. |
|||
02 Jan 2021, 22:35 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.