What external libraries are available

2019-06-04 Thread Mike Brockus via Digitalmars-d-learn
If you never herd about Meson before: 樂. https://mesonbuild.com/ Hay there I was just wondering, what is the D equivalent to C++ Boost and or Poco libraries? Just wondering because I would like to start playing with other developers libraries and use them in a collection of examples for the

Where can I find a reference for compiler flags?

2019-06-04 Thread Mike Brockus via Digitalmars-d-learn
If you never herd about Meson before: 樂. https://mesonbuild.com/ I was surprised to find out about Visual D. And now I’m getting concerned about whether my current D projects will work on windows beings that I am about to move my operations on a Windows computer. Where can I find a

Re: Is there anyone on the official website who is willing to submit this?

2019-06-04 Thread Seb via Digitalmars-d-learn
On Tuesday, 4 June 2019 at 22:02:54 UTC, FrankLike wrote: Hi,everyone, Is there anyone on the official website who is willing to submit this? If you can submit, the development of D language is a good thing. "https://open.soft.360.cn/regist.php; "link.exe" and "optlink.exe" found the

Is there anyone on the official website who is willing to submit this?

2019-06-04 Thread FrankLike via Digitalmars-d-learn
Hi,everyone, Is there anyone on the official website who is willing to submit this? If you can submit, the development of D language is a good thing. "https://open.soft.360.cn/regist.php; "link.exe" and "optlink.exe" found the Trojan virus:

Re: File Exception, Access is denied - prompting for administrator's rights

2019-06-04 Thread Dennis via Digitalmars-d-learn
On Tuesday, 4 June 2019 at 16:30:41 UTC, BoQsc wrote: Is there any way to prompt for administrator's rights, to save the additional effort of lots of clicks? Looking at: https://stackoverflow.com/questions/31844584/is-there-an-api-call-to-prompt-user-for-uac-elevation You can try something

Re: Dub dependencies / How to use own Github fork?

2019-06-04 Thread Jacob Carlborg via Digitalmars-d-learn
On 2019-06-01 14:09, Robert M. Münch wrote: On 2019-05-30 18:29:44 +, Steven Schveighoffer said: You can dub add-local your local fork, and it will use that instead of going out to code.dlang.org. Ok, any chance to switch back and forth between local/remote versions? If you developing

File Exception, Access is denied - prompting for administrator's rights

2019-06-04 Thread BoQsc via Digitalmars-d-learn
Hello everyone, I'm Windows 10 as of right now, I have this situation where I would like to update /hosts file, however sometimes I do not have the required permissions, since sometimes I forget to run the .d script with administrator's rights. Is there any way to prompt for administrator's

Blog Post #0041 - File Dialog VII - The ColorChooser Dialog

2019-06-04 Thread Ron Tarrant via Digitalmars-d-learn
For the first blog instalment this week, we look at the ColorChooserDialog and discuss the differences between it and the ColorChooserButton as well as how to by-pass white as a default color. You can find it here: http://gtkdcoding.com/2019/06/04/0041-colorchooserdialog.html