Re: dmd 2.064.2

2013-11-09 Thread evilrat

On Thursday, 7 November 2013 at 16:25:47 UTC, Brad Anderson wrote:

On Thursday, 7 November 2013 at 08:58:50 UTC, tester wrote:

how do make that comiler work?
[Issue 11457] New: Cannot compile 64bit apps with Visual 
Studio 2013


this is a desaster for me. was that release tested? if i amand 
the pathes and run as admin or not - it will not find the libs 
(user32)


windoes8.1, visual studio2013, 64bit


This never worked automatically before so I don't know how this 
could suddenly be a disaster. In this release the installer 
makes an attempt to detect your VC++ and SDK installation and 
fix up sc.ini to point to them.  It's brand new and only a few 
people responded to my call for help testing it. Post your 
sc.ini and the paths to your Windows 8.1 SDK and Visual C++ 
2013 installation.


i have tested windows 8.1/vc 2013/sdk 8.1, here are my paths:

mspdb120 path:
---
%VCINSTALLDIR%\..\VC\bin
---
(full:  C:\Program Files (x86)\Microsoft Visual Studio
12.0\VC\bin)

libs path:
---
%WindowsSdkDir%\Lib\winv6.3\um\x64
---
(full:  C:\Program Files (x86)\Windows
Kits\8.1\Lib\winv6.3\um\x64)

adding this stuff to sc.ini allows to build with dmd 2.064.2 with
-m64


Re: code.dlang.org now supports categories and search

2013-11-09 Thread Andrej Mitrovic
On 10/16/13, Sönke Ludwig slud...@outerproduct.org wrote:
 The DUB package registry [1] has finally gained support for the text and
 category based search of packages.

Is it possible to add a feature to sort the view by the added date of
a package (rather than just updated/name sorting)? Sometimes I'd like
to see which packages are new in the registry.


Re: code.dlang.org now supports categories and search

2013-11-09 Thread evilrat
On Saturday, 9 November 2013 at 17:04:35 UTC, Andrej Mitrovic 
wrote:


Is it possible to add a feature to sort the view by the added 
date of
a package (rather than just updated/name sorting)? Sometimes 
I'd like

to see which packages are new in the registry.


that would be really useful. who knows when something 
interresting added to dub, this would allow to see...


Mono-D v0.5.4.8 - DMD 2.064 Compatibility + Completion fixes

2013-11-09 Thread Alexander Bothe

Hi everyone,

I just released a new version of Mono-D which features quite all
the new D magic that appeared in dmd 2.064

http://mono-d.alexanderbothe.com/dmd-2-064-compatibility-completion-fixes-v0-5-4-8/

Completion issues:
https://github.com/aBothe/D_Parser/issues

General/Other issues:
https://github.com/aBothe/Mono-D/issues

Gonna get some sleep now :)


Cheers,
Alex


Re: Visual D 0.3.37 released

2013-11-09 Thread evilrat
On Saturday, 2 November 2013 at 14:40:56 UTC, Rainer Schuetze 
wrote:


  * Installer now supports VS 2013, updated to cv2pdb 0.27, 
mago 0.8, fixes x64 debugger in VS 2012 Shell




unfortuantely it doesn't works with VS 2013, it installs and 
registers with visual studio, but whenever i hit the build or 
debug it instantly reports build error with no info.


Re: Visual D 0.3.37 released

2013-11-09 Thread Nicholas Londey
Have a look at this and see if that helps. I think I got it 
working in vs2013 because it was the announcement that it should 
be working that prompted me to find out why it wasn't.


http://d.puremagic.com/issues/show_bug.cgi?id=11457


Re: dchip is a D2 port of the Chipmunk2D physics library for 2D games

2013-11-09 Thread SomeDude

On Friday, 8 November 2013 at 05:04:45 UTC, Suliman wrote:

I did not refactor, it's a straight port.
Could you say how much code lines can be approximately saved 
after porting with refactoring?


This question doesn't make much sense. I guess one could write 
the same thing from scratch in D in half the LOC. But a reduced 
line count wouldn't be the only benefit, a more maintainable and 
safer codebase would be other benefits.