April 23, 2010
Michael Rynn wrote:
> On Sun, 18 Apr 2010 17:06:22 +0200, Rainer Schuetze wrote:
> 
>> Hello,
>>
>> I'd like to announce the initial release of Visual D, a Visual Studio
>> package providing both project management and language services for
>> integration of the D programming language into Visual Studio.
>>
> 
> The cv2pdb was already very useful, by itself, but with automatic integration, this should be popular with catchy title as well.

I just uploaded a new installer, that now includes cv2pdb. (The NSIS script language brings you back to the stone-age of programming).

> 
> But this means we need a new super fast server at Dsource, because it is awful slow now.  I have managed to get the home page once, but nothing else. Connection times out.  Is this an onslaught or just a normal breakdown?

dsource was never fast, but I can't tell if its current slowness might be related to this project. No stats available...

> 
> ---
> Michael
> 
> 
> 
> 
> 
> 
April 24, 2010
Rainer Schuetze <r.sagitario@gmx.de> wrote:

> Hello,
>
> I'd like to announce the initial release of Visual D, a Visual Studio package providing both project management and language services for integration of the D programming language into Visual Studio.
[snip]
> Enjoy,
> Rainer

Thank you. I love this.

However, I cannot seem to make anything compile. (I'm using VS2010)

This is my build output (first run):
------ Build started: Project: D_Test, Configuration: Debug Win32 ------
Building "Debug\D Test.exe"...
A subdirectory or file winmain.d already exists.
Error occurred while processing: winmain.d.
'f' is not recognized as an internal or external command,
operable program or batch file.
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
'xit' is not recognized as an internal or external command,
operable program or batch file.
'f' is not recognized as an internal or external command,
operable program or batch file.
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========


And second run:
------ Build started: Project: D_Test, Configuration: Debug Win32 ------
Building "Debug\D Test.exe"...
A subdirectory or file -g already exists.
Error occurred while processing: -g.
A subdirectory or file -debug already exists.
Error occurred while processing: -debug.
A subdirectory or file -ofDebug\D already exists.
Error occurred while processing: -ofDebug\D.
A subdirectory or file Test.exe_cv already exists.
Error occurred while processing: Test.exe_cv.
A subdirectory or file -deps already exists.
Error occurred while processing: -deps.
A subdirectory or file Debug\D Test.dep already exists.
Error occurred while processing: Debug\D Test.dep.
A subdirectory or file -map already exists.
Error occurred while processing: -map.
A subdirectory or file Debug\D already exists.
Error occurred while processing: Debug\D.
A subdirectory or file Test.map already exists.
Error occurred while processing: Test.map.
A subdirectory or file -L/NOMAP already exists.
Error occurred while processing: -L/NOMAP.
A subdirectory or file winmain.d already exists.
Error occurred while processing: winmain.d.
'f' is not recognized as an internal or external command,
operable program or batch file.
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
'xit' is not recognized as an internal or external command,
operable program or batch file.
'f' is not recognized as an internal or external command,
operable program or batch file.
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

Especially "'C:\Program' is not recognized as an internal or external
command, operable program or batch file." seems to me to indicate improperly
escaped strings.

-- 
Simen
April 26, 2010
Hi,

I've found some issues with spaces in project name and directories, but nothing reproduced exactly your output. There's a new version available that also creates a buildlog, so the problem can be better analyzed.

There's also a forum entry with the same issue

http://www.dsource.org/forums/viewtopic.php?t=5326

so we'd better move discussions from the announcement group to the form.


Simen kjaeraas wrote:
> Rainer Schuetze <r.sagitario@gmx.de> wrote:
> 
> 
> However, I cannot seem to make anything compile. (I'm using VS2010)
> 
> This is my build output (first run):
> ------ Build started: Project: D_Test, Configuration: Debug Win32 ------
> Building "Debug\D Test.exe"...
> A subdirectory or file winmain.d already exists.
> Error occurred while processing: winmain.d.
> 'f' is not recognized as an internal or external command,
> operable program or batch file.
> 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
> 'xit' is not recognized as an internal or external command,
> operable program or batch file.
> 'f' is not recognized as an internal or external command,
> operable program or batch file.
> ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
[...]
> 
> Especially "'C:\Program' is not recognized as an internal or external
> command, operable program or batch file." seems to me to indicate improperly
> escaped strings.
> 
1 2 3
Next ›   Last »