www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - rust

reply "roaming" <roaming roaming.com> writes:
https://visualstudiomagazine.com/articles/2015/07/01/inside-visual-rust.aspx

and D?

can you do multiple dll on win yet?
Jul 16 2015
parent reply "Kagamin" <spam here.lot> writes:
http://rainers.github.io/visuald/visuald/StartPage.html
Jul 16 2015
parent reply "roaming" <roaming a.com> writes:
On Thursday, 16 July 2015 at 12:06:46 UTC, Kagamin wrote:
 http://rainers.github.io/visuald/visuald/StartPage.html
https://code.visualstudio.com/Updates/ can you do multiple dll on win yet?
Jul 17 2015
parent reply "anonymous" <anonymous somewhere.planetearth> writes:
On Friday, 17 July 2015 at 13:42:33 UTC, roaming wrote:
 On Thursday, 16 July 2015 at 12:06:46 UTC, Kagamin wrote:
 http://rainers.github.io/visuald/visuald/StartPage.html
https://code.visualstudio.com/Updates/ can you do multiple dll on win yet?
Do you ask this because of the runtime ?
Jul 17 2015
parent reply "roaming" <roaming a.com> writes:
On Friday, 17 July 2015 at 13:48:25 UTC, anonymous wrote:
 On Friday, 17 July 2015 at 13:42:33 UTC, roaming wrote:
 On Thursday, 16 July 2015 at 12:06:46 UTC, Kagamin wrote:
 http://rainers.github.io/visuald/visuald/StartPage.html
https://code.visualstudio.com/Updates/ can you do multiple dll on win yet?
Do you ask this because of the runtime ?
yes. i will have one D program calling several D made dll's. is that possible now
Jul 17 2015
next sibling parent "Kagamin" <spam here.lot> writes:
http://wiki.dlang.org/Win32_DLLs_in_D ?
Jul 18 2015
prev sibling parent "Benjamin Thaut" <code benjamin-thaut.de> writes:
On Friday, 17 July 2015 at 17:18:16 UTC, roaming wrote:
 On Friday, 17 July 2015 at 13:48:25 UTC, anonymous wrote:
 On Friday, 17 July 2015 at 13:42:33 UTC, roaming wrote:
 On Thursday, 16 July 2015 at 12:06:46 UTC, Kagamin wrote:
 http://rainers.github.io/visuald/visuald/StartPage.html
https://code.visualstudio.com/Updates/ can you do multiple dll on win yet?
Do you ask this because of the runtime ?
yes. i will have one D program calling several D made dll's. is that possible now
No its not. I'm currently working on a patch for DMD, druntime & phobos to make this possible but its still going to a few more months until I'm ready to submit a pull request.
Jul 20 2015