digitalmars.D.learn - How add resource.res in RDMD
- Marcone (3/3) Feb 01 2020 I like use rdmd when I am programming. But I need that the
- Marcone (2/5) Feb 02 2020 No one knows how add resource .res file in rdmd?
- Boris Carvajal (5/10) Feb 02 2020 Just pass the .res file before your .d source, like:
- Marcone (2/14) Feb 03 2020 Working very well. Thank you!
I like use rdmd when I am programming. But I need that the program use resource file becouse I am creating program with gui win32api. How can I add resource when use rdmd?
Feb 01 2020
On Sunday, 2 February 2020 at 06:03:06 UTC, Marcone wrote:I like use rdmd when I am programming. But I need that the program use resource file becouse I am creating program with gui win32api. How can I add resource when use rdmd?No one knows how add resource .res file in rdmd?
Feb 02 2020
On Monday, 3 February 2020 at 03:03:20 UTC, Marcone wrote:On Sunday, 2 February 2020 at 06:03:06 UTC, Marcone wrote:Just pass the .res file before your .d source, like: rdmd myresource.res main.d Of course first you need to compile the .rc file with rc.exe program from the Visual Studio toolchain or windres.exe of Mingw.I like use rdmd when I am programming. But I need that the program use resource file becouse I am creating program with gui win32api. How can I add resource when use rdmd?No one knows how add resource .res file in rdmd?
Feb 02 2020
On Monday, 3 February 2020 at 05:11:30 UTC, Boris Carvajal wrote:On Monday, 3 February 2020 at 03:03:20 UTC, Marcone wrote:Working very well. Thank you!On Sunday, 2 February 2020 at 06:03:06 UTC, Marcone wrote:Just pass the .res file before your .d source, like: rdmd myresource.res main.d Of course first you need to compile the .rc file with rc.exe program from the Visual Studio toolchain or windres.exe of Mingw.I like use rdmd when I am programming. But I need that the program use resource file becouse I am creating program with gui win32api. How can I add resource when use rdmd?No one knows how add resource .res file in rdmd?
Feb 03 2020