Re: Visual D 0.44 released - VC project integration and Concord debugger extension

2017-03-12 Thread Rainer Schuetze via Digitalmars-d-announce



On 12.03.2017 21:36, Inquie wrote:


Cool, what about vice versa? C/C++ files in a D project and have it link
in automatically? Or can it already do this?


To some extend, yes. The command line options must be specified 
manually, though, and must be the same for all C/C++ files. See the 
project property page "Compiler".


If you need more customization, you can also use a custom build rule for 
each file.


Re: Visual D 0.44 released - VC project integration and Concord debugger extension

2017-03-12 Thread Guillaume Piolat via Digitalmars-d-announce

On Sunday, 12 March 2017 at 12:09:10 UTC, Rainer Schuetze wrote:

Hi,

I'm glad to finally announce the release of a new version of 
Visual D, the Visual Studio extension for the D programming 
language.





Wow, sounds like an incredible release. Thanks!


Re: Visual D 0.44 released - VC project integration and Concord debugger extension

2017-03-12 Thread Inquie via Digitalmars-d-announce

On Sunday, 12 March 2017 at 12:09:10 UTC, Rainer Schuetze wrote:

Hi,

I'm glad to finally announce the release of a new version of 
Visual D, the Visual Studio extension for the D programming 
language.


Among a considerable number of changes and bug fixes [1], this 
version features two major enhancements for inter-operability 
with C/C++:


- Visual C project integration: just add your D files to a 
C/C++ project and they will be compiled and linked with the 
project [2]




Cool, what about vice versa? C/C++ files in a D project and have 
it link in automatically? Or can it already do this?




Re: Visual D 0.44 released - VC project integration and Concord debugger extension

2017-03-12 Thread Lewis via Digitalmars-d-announce

On Sunday, 12 March 2017 at 12:09:10 UTC, Rainer Schuetze wrote:

Hi,

I'm glad to finally announce the release of a new version of 
Visual D, the Visual Studio extension for the D programming 
language.


[...]


This looks awesome, thanks Rainer!


Munich D Meetup - March 28ths - Clean Code Competition

2017-03-12 Thread Stefan via Digitalmars-d-announce

we love to announce our next D Meetup in Munich. [1]

"Clean Code Competition"

Teams will compete with different programming languages for the 
cleanest code. A jury will decide, which team did its best job 
for solving the three small challenges.

Would as always love to see some of you guys there.

Current languages set:
 - D
 - Go
 - Java

PS: Everyone who is willing to practice for the DConf is invited 
to hold his/her talk in April in front of 30 people instead of 
300. :)


Stefan

[1]
https://www.meetup.com/de-DE/Munich-D-Programmers/events/238327993/


Visual D 0.44 released - VC project integration and Concord debugger extension

2017-03-12 Thread Rainer Schuetze via Digitalmars-d-announce

Hi,

I'm glad to finally announce the release of a new version of Visual D, 
the Visual Studio extension for the D programming language.


Among a considerable number of changes and bug fixes [1], this version 
features two major enhancements for inter-operability with C/C++:


- Visual C project integration: just add your D files to a C/C++ project 
and they will be compiled and linked with the project [2]


- Integration of mago's D expression evaluator with the Visual Studio 
debugger [3]


Other notable features are improvements to the Intellisense completion 
list and preliminary support for VS 2017 (no VC project integration yet).


You can find more information and the download link to the installer here:

http://rainers.github.io/visuald/visuald/StartPage.html

Cheers,
Rainer


[1] http://rainers.github.io/visuald/visuald/VersionHistory.html
[2] http://rainers.github.io/visuald/visuald/vcxproject.html
[3] http://rainers.github.io/visuald/visuald/Debugging.html#concord