Re: DCD 0.5.0 beta

2015-01-30 Thread Jussi Jumppanen via Digitalmars-d-announce
I'm not sure if this is a DCD bug or an issue with the DMD 
installer?


The DCD beta code compiled without issue.

But when I started the server I got this error:

  C:\Program Files\Zeusdcd-server.exe -iC:/dmd2/src/phobos
  [info ] Getting symbols for C:/dmd2/src/phobos\etc\c\curl.d
  ...
  [info ] Getting symbols for 
C:/dmd2/src/phobos\std\container\package.d
  [info ] Getting symbols for 
C:/dmd2/src/phobos\std\container\array.d
  [info ] Getting symbols for 
C:/dmd2/src/phobos\std\container\util.d

  [info ] Shutting down sockets...
  [info ] Sockets shut down.
  object.Error@(0): Access Violation

If I remove the C:/dmd2/src/phobos\std\container folder the server
starts fine:

  C:\Program Files\Zeusdcd-server.exe -iC:/dmd2/src/phobos
  [info ] Getting symbols for C:/dmd2/src/phobos\etc\c\curl.d
  ...
  [info ] Getting symbols for C:/dmd2/src/phobos\unittest.d
  [info ] Import directories: [C:/dmd2/src/phobos]
  [info ] 22153 symbols cached.
  [info ] Startup completed in 6677.97 milliseconds.

I was using the DMD v2.066.1 release installed using the zip file.



[Zeus IDE] Dscanner Python Scripts

2014-08-26 Thread Jussi Jumppanen via Digitalmars-d-announce

I've created a set of Zeus Python scripts to allow
the Dscanner to be run from inside Zeus.

The Dscanner will need to be downloaded and built
form here:

https://github.com/Hackerpilot/Dscanner

The Zeus scripts can be found here:

http://www.zeusedit.com/zforum/viewtopic.php?t=7196

Note: I'm the author of Zeus, Zeus is shareware, runs
  natively on the Windows platform and can also be
  run on Linux using Wine.