On Tuesday, 19 January 2021 at 14:20:06 UTC, Imperatorn wrote:
On Tuesday, 19 January 2021 at 11:10:25 UTC, Marcone wrote:
On Tuesday, 19 January 2021 at 06:25:31 UTC, Imperatorn wrote:
On Monday, 18 January 2021 at 19:42:22 UTC, Marcone wrote:
How can I create a Standalone Bundle Portable file
application using Dlang?
Could you describe what you mean with "Bundle portable file
application"?
All dependencies inside an exe file. Like Python Pyinstaller.
Do you with "dependencies" mean "resources"? In that case, yeah
import is an option someone mentioned.
I do not mean resources .res, except if is possible use files
inside resources without copy to hard disc and make accessible as
it is in local path.