www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - How use Resedit Dialogs + Dlang?

reply Marcone <marcone email.com> writes:
There's a way to create simple GUI for Dlang using Resedit? How?
Dec 14 2019
parent reply JN <666total wp.pl> writes:
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.
Dec 15 2019
parent Marcone <marcone email.com> writes:
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.
Dec 15 2019