On Friday, 12 May 2023 at 01:41:10 UTC, John Xu wrote:
I saw c# program's exe, often have an favicon.ico image bound
together, which can be dragged to desktop.
Can dmd compile an icon image to an exe also?
you can, if i remember correctly
create a ``ressource.rc`` file
and paste:
```
IDI_I
I saw c# program's exe, often have an favicon.ico image bound
together, which can be dragged to desktop.
Can dmd compile an icon image to an exe also?
On Thursday, 23 March 2023 at 13:27:00 UTC, jmh530 wrote:
I've composed a simple gui, partially solved my problem:
to compile/test simple codes quickly:
https://github.com/xucs007/dln