Re: MatD - Matlab external interface bindings for D

2010-08-22 Thread Rainer Schuetze
Hi, I have not tried it with the MatLab libraries, but optlink can only handle libraries in the omf-format. Libraries in other formats are either ignored (in the best case) or cause optlink to exit without error, but also without a generated executable. Trass3r probably used coffimplib (ftp

Re: MatD - Matlab external interface bindings for D

2010-08-22 Thread eles
== Quote from Rainer Schuetze (r.sagita...@gmx.de)'s article > Hi, > I have not tried it with the MatLab libraries, but optlink can only > handle libraries in the omf-format. Libraries in other formats are > either ignored (in the best case) or cause optlink to exit without > error, but also withou

Re: MatD - Matlab external interface bindings for D

2010-08-22 Thread eles
== Quote from Rainer Schuetze (r.sagita...@gmx.de)'s article > Hi, > I have not tried it with the MatLab libraries, but optlink can only > handle libraries in the omf-format. Libraries in other formats are > either ignored (in the best case) or cause optlink to exit without > error, but also withou

Mago Debugger

2010-08-22 Thread Aldo Nunez
I've checked in Mago Debugger -- a set of libraries and a Visual Studio plug-in for debugging D 2 programs on Windows. You can find it at: http://dsource.org/projects/mago_debugger Here's a quick set of features: * Starting and stopping a debug session * Source level step-in, step-over,

Turtlebeach Audiotron

2010-08-22 Thread Walter Bright
Yes, I like the Audiotron. If anyone else has one, I've written a couple D programs to make managing the radio stations for it easy: http://walterbright.com/audiotron.html Even if you don't have an audiotron, the list of streaming URLs is nice if you've got another streaming appliance. Most in

Re: Mago Debugger

2010-08-22 Thread Yao G.
On Sun, 22 Aug 2010 14:16:28 -0500, Aldo Nunez wrote: I've checked in Mago Debugger -- a set of libraries and a Visual Studio plug-in for debugging D 2 programs on Windows. [snip] Wow! This is actually pretty cool! Before switching to D2, I was a fervent user of ddebug. And although it

Re: MatD - Matlab external interface bindings for D

2010-08-22 Thread Trass3r
I am interested in using the MatD and mex files in D. Also, if possible, to contribute. Cool :) For the time being, I see that you are distributing a set of win32 .lib with MatD. I tried to compile the mex examples you provided in Linux 64 bit, but dmd failed to link, I think it is because t