Thread overview
How use Resedit Dialogs + Dlang?
Dec 15, 2019
Marcone
Dec 15, 2019
JN
Dec 15, 2019
Marcone
December 15, 2019
There's a way to create simple GUI for Dlang using Resedit? How?
December 15, 2019
On Sunday, 15 December 2019 at 04:00:14 UTC, Marcone wrote:
> There's a way to create simple GUI for Dlang using Resedit? How?

Do you know how to do it with C++? It should work the same in D, just use the WinApi bindings for calls.
December 15, 2019
On Sunday, 15 December 2019 at 13:19:21 UTC, JN wrote:
> On Sunday, 15 December 2019 at 04:00:14 UTC, Marcone wrote:
>> There's a way to create simple GUI for Dlang using Resedit? How?
>
> Do you know how to do it with C++? It should work the same in D, just use the WinApi bindings for calls.

No. I just use Codeblocks to run window, but I dont know how capture events in C++. I need know how compile rc to res for work in Dlang, becouse using windres not work in Dlang.