Re: Article: Why I use the D programming language for scripting

2021-02-01 Thread Marcone via Digitalmars-d-announce
On Sunday, 31 January 2021 at 20:36:43 UTC, aberba wrote: It's finally out! https://opensource.com/article/21/1/d-scripting D lang is life! I used Python for scripting, but D lang is better, I don't need install interpreter for execute it. I hope someay fobos have same support as Python

Re: QtE5 for Qt 6

2021-02-03 Thread Marcone via Digitalmars-d-announce
On Thursday, 21 January 2021 at 18:34:03 UTC, MGW wrote: I want to meet Qt 6 by creating QtE6. This forced me to update github/QtE5 to the latest stable version: widgetsXX.dll/so + qte5.d (qt 5.12.7). Programming is easy, compilation does not require Qt metacompiler (it uses a set of

My Client/Server Internet created with Dlang

2021-02-02 Thread Marcone via Digitalmars-d-announce
Please see my code. What do you think about my bad code? My Code: https://github.com/cerejavermelha/Dlang-Client-Server-Socket-Dropbear-Injector/blob/master/Dlang_Client_Server_Socket_Dropbear_Injector.d

Re: My Client/Server Internet created with Dlang

2021-02-02 Thread Marcone via Digitalmars-d-announce
On Tuesday, 2 February 2021 at 17:03:58 UTC, Energo Koder wrote: Please answer me for these questions: 1. I can see in linked file one function conecta() (beside main()). This drive me to question: Is conecta() act one time as server and another time as client? 2. Do you introduce you app

Re: QtE5 for Qt 6

2021-02-22 Thread Marcone via Digitalmars-d-announce
On Thursday, 21 January 2021 at 18:34:03 UTC, MGW wrote: I want to meet Qt 6 by creating QtE6. This forced me to update github/QtE5 to the latest stable version: widgetsXX.dll/so + qte5.d (qt 5.12.7). Programming is easy, compilation does not require Qt metacompiler (it uses a set of

Re: dmt: Python-like indentation in D programming language

2022-04-01 Thread Marcone via Digitalmars-d-announce
Your dmt.d not compile for exe in Windows with last version of dmd 2.099.0 dmt.d(71): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. dmt.d(125): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. dmt.d(206): Deprecation: Usage of the `body`

Re: dmt: Python-like indentation in D programming language

2022-04-01 Thread Marcone via Digitalmars-d-announce
I changed the body to do, and added pure @nogc and your program compiled. But I did not like it. I didn't find the program useful. I highly doubt this program will please D programmers. I have a request. Please make a version of your program that just makes the use of the semicolon (;)

Re: D + Qt + QtDesigner

2022-04-26 Thread Marcone via Digitalmars-d-announce
How can I solve this error? Error: undefined identifier `QFormBuilder`

Re: D + Qt + QtDesigner

2022-05-23 Thread Marcone via Digitalmars-d-announce
On Sunday, 21 November 2021 at 15:08:18 UTC, MGW wrote: I am still developing my QtE5 library. Unfortunately, I don't have enough free time to make it into a complete dub package. Link to short video: http://www.youtube.com/watch?v=TFN5P4eoS_o How can I add the qt dlls inside the exe to