Working with pointers/adresses
Paul Backus
snarwin at gmail.com
Thu Jul 9 16:27:18 UTC 2020
On Thursday, 9 July 2020 at 16:16:53 UTC, Quantium wrote:
> I have one more question. I tested the programm, as you said,
> it worked rarely because of OS restrictions. If I compile that
> code to dll, and run it through dll launcher, should it work?
The OS restrictions don't care whether your program is in a dll
or not, so you will get more or less the same results (though the
specific addresses that do and don't work might change).
More information about the Digitalmars-d-learn
mailing list