Author |
Message |
Topic: Getting started with Descent |
Linker
Replies: 5
Views: 13536
|
Forum: Descent Posted: Tue Dec 04, 2007 3:01 am Subject: Getting started with Descent |
It turned out I have configured Eclipse to use the wrong (1.4) java runtime (I have 2 installed on my machine).
In java 1.4, Descent installs correctly, but doesn't work at all.
Pr ... |
Topic: Getting started with Descent |
Linker
Replies: 5
Views: 13536
|
Forum: Descent Posted: Mon Dec 03, 2007 4:27 am Subject: Getting started with Descent |
Hello.
This IDE seems great, but where are all the docs?
For example, I couldn't get syntax coloring to work, so all I have at the moment is a fancy text editor
Best regards,
Linker |
Topic: Issues with scregexp |
Linker
Replies: 3
Views: 21506
|
Forum: scregexp Posted: Thu Nov 22, 2007 12:33 pm Subject: Issues with scregexp |
I'm grateful for your cooperation.
Thanks a lot! |
Topic: Read file as binary |
Linker
Replies: 2
Views: 10663
|
Forum: General Posted: Wed Nov 14, 2007 11:39 am Subject: Read file as binary |
What do you mean binary? I suppose you don't want line-endings interpreted?
Then you should do something along the lines of:
// ...some code...
auto contents = cast( ubyte[] )st ... |
Topic: Issues with scregexp |
Linker
Replies: 3
Views: 21506
|
Forum: scregexp Posted: Wed Nov 14, 2007 11:31 am Subject: Issues with scregexp |
Hello.
I've stumbled upon scregexp, which turned out to be a great thing!
However, regexps like "//How do you escape characters in regexp strings? escape twice or use wysiwyg strings (bo ... |
Topic: Using BLADE in other projects |
Linker
Replies: 1
Views: 14403
|
Forum: MathExtra Posted: Thu Sep 27, 2007 10:47 am Subject: Using BLADE in other projects |
Hello.
Having read the D Conference presentation slides regarding BLADE, I decided to give it a try.
I've downloaded the latest revision (16) from SVN, but trying to compile it gives the followi ... |
Topic: Cg runtime bindings |
Linker
Replies: 15
Views: 22832
|
Forum: Derelict Posted: Fri Sep 14, 2007 11:00 am Subject: Cg runtime bindings |
Hello everyone.
I'm in the process of derelictifying Cg.
I think that the new bindings should be added to Derelict, if they are needed by anyone else.
Unfortunately, Cg has some platform depend ... |
Topic: A bit of static typing |
Linker
Replies: 6
Views: 14885
|
Forum: MiniD Posted: Fri Aug 31, 2007 10:30 am Subject: A bit of static typing |
Returning to ABAP experience, I think that something like:
function foo( int x, int y, z, Foo w );
will suffice
Yes I know about those asserts but, I think that the line of code ab ... |
Topic: A bit of static typing |
Linker
Replies: 6
Views: 14885
|
Forum: MiniD Posted: Thu Aug 30, 2007 11:18 am Subject: A bit of static typing |
Hello.
Could you add some static typing into MiniD? I think that in some cases it is really needed: this would improve code safety, maybe speed
Take a look at ABAP: http://en.wikipedia.org/wi ... |
Topic: Access Violation -- again... |
Linker
Replies: 3
Views: 21687
|
Forum: Yage Posted: Mon Aug 27, 2007 10:50 am Subject: Access Violation -- again... |
I'm using Windows XP SP2 (in the original message, it was Windows Vista).
I've tried to run Yage on another computer: it crashed, but after installing newer drivers for my video-card, I've managed ... |
Topic: Access Violation -- again... |
Linker
Replies: 3
Views: 21687
|
Forum: Yage Posted: Wed Aug 22, 2007 9:36 am Subject: Access Violation -- again... |
Hello.
I've downloaded the latest trunk (r60).
It crashes with access violation during texture loading (rocky2.jpg).
PC specs: Core2Duo 1.7 Ghz, 1 Gb RAM, with on-board video card (Intel's, can ... |
Topic: Bindings for ZLib |
Linker
Replies: 4
Views: 12543
|
Forum: General Posted: Wed Aug 22, 2007 8:23 am Subject: Bindings for ZLib |
Thanks for your tips.
I guess I'll have to maintain my own bindings for zlib, as Tangobos doesn't seem like a good fit. |
Topic: Bindings for ZLib |
Linker
Replies: 4
Views: 12543
|
Forum: General Posted: Mon Aug 20, 2007 11:04 am Subject: Bindings for ZLib |
Hello.
Does anybody have zlib bindings?
I see ones in Phobos, but as I'm using tango, I'd have to port them, then maintain them, etc.
I wonder if anybody has already done that work? |
Topic: Initial version release |
Linker
Replies: 0
Views: 14766
|
Forum: Ray Posted: Wed Aug 01, 2007 12:33 pm Subject: Initial version release |
Finally got to release the initial version.
All info is in the code |
Topic: July 22 -- Binding lib, nice bugfixes, toJSON, some docs |
Linker
Replies: 3
Views: 9484
|
Forum: MiniD Posted: Tue Jul 24, 2007 11:53 am Subject: July 22 -- Binding lib, nice bugfixes, toJSON, some docs |
Sorry for off-topic.
The whole language looks impressive to me... but where's all the documentation? (I could only find the language spec; but nothing about the API) How do I embed it into my (futu ... |
|