Author |
Message |
Topic: additional libraries (especially libgcc_s) |
svanleent
Replies: 0
Views: 7569
|
Forum: DSSS Posted: Sat Feb 09, 2008 7:26 am Subject: additional libraries (especially libgcc_s) |
Hello Gregor,
I've managed to get DSSS and Rebuild going together with Tango and GDC. However, on my machine (x86_64, OpenSuSE 10.3), it appears that by default I need to both specify -llgcc_s for ... |
Topic: Call for Discussion: dbi.Row |
svanleent
Replies: 24
Views: 82021
|
Forum: DDBI Posted: Thu Feb 07, 2008 4:11 am Subject: Specialist Database Support |
Though it is nice to have get{name} functions, there should be a way to retrieve the data in a raw format, as it is. This is important for databases with specialisations such as GIS databases. This wa ... |
Topic: Salsa libraries |
svanleent
Replies: 2
Views: 15190
|
Forum: Potential Projects Posted: Sat Jun 02, 2007 9:00 am Subject: Salsa libraries |
As I am looking into the DOM core specification, I wonder whether it would be practical to have libraries not directly involving Tango, but directly build on top of it, could be considered "Salsa ... |
Topic: XML Namespace mapping to modules |
svanleent
Replies: 0
Views: 46850
|
Forum: DXUL Posted: Sat May 12, 2007 2:24 pm Subject: XML Namespace mapping to modules |
One of the first things that concerns me with the original Mozilla's XUL library, which is tailored for use with the browser, is that the XML seems to be very inflexible, that is, one is not really ab ... |
Topic: Programs !== Files |
svanleent
Replies: 0
Views: 47090
|
Forum: Titan Posted: Wed May 02, 2007 11:43 am Subject: Programs !== Files |
Hello Trevor,
Just to throw in some additional craziness, many operating systems (except a very few) take a program to have the form of a file. This always has seem to me to be quite strange, and d ... |
Topic: Walnut as Business Flow Glue |
svanleent
Replies: 4
Views: 20962
|
Forum: Walnut Posted: Wed May 02, 2007 11:18 am Subject: Walnut as Business Flow Glue |
Hello Dan,
Now we have D as a core language, and Walnut as a scripting engine that can be used together with Mango and hopefully also Tango, it seems to be time for a Business Flow application whic ... |
Topic: Feature Request |
svanleent
Replies: 5
Views: 13256
|
Forum: Build Posted: Thu Jun 15, 2006 10:15 am Subject: Re: Feature Request |
Perhaps it already does that, but then I'm not aware of it. What I meant was for example:
test.d:
---
pragma(reflection, Reflect)
public class Something {
}
---
Then a ... |
Topic: Feature Request |
svanleent
Replies: 5
Views: 13256
|
Forum: Build Posted: Wed Jun 14, 2006 11:15 am Subject: Re: Feature Request |
Can you explain a bit more about what you'd like to see happen or what you want to do. For example, what would this pragma look like and what would Build do with it? Give me a process flow because I ... |
Topic: Feature Request |
svanleent
Replies: 5
Views: 13256
|
Forum: Build Posted: Tue Jun 13, 2006 12:23 pm Subject: Feature Request |
It is (thanks to the D spec) possible to hook up preprocessors to parse specialized pragma(...) statements, before compiling them (as build is using them, for example). However, I'd like to be able to ... |
Topic: [0.. Gives messagebox |
svanleent
Replies: 2
Views: 9328
|
Forum: Poseidon Posted: Tue Jun 13, 2006 12:20 pm Subject: [0.. Gives messagebox |
I think you wanted to test out something, and forgot to erase the Messagebox, when I type [0.. I always get a messagebox. Next to that, a feature request:
Build is only capable of producing one .ex ... |
Topic: CanDyDOC |
svanleent
Replies: 2
Views: 22037
|
Forum: Helix Posted: Mon Jun 12, 2006 1:32 pm Subject: Glitch |
A minor glitch
I got CanDyDOC working more or less, however, I use submodules, which are stored at for example:
doc/org/dsource/dmachine/stackmachine.html
However, CanDyDOC's treeview only ge ... |
Topic: Back Again (I know) |
svanleent
Replies: 1
Views: 17143
|
Forum: DGrammar Posted: Mon Jun 12, 2006 12:33 pm Subject: Back Again (I know) |
Some of you might have seen me in the D forum again. Mostly due to many things which where happening in the same time, I couldn't do much about DGrammar.
I began rewriting it, but instead of using ... |
Topic: sample code so far |
svanleent
Replies: 13
Views: 40485
|
Forum: MinWin Posted: Sun Oct 09, 2005 4:11 am Subject: sample code so far |
I think I get the problem here.
Let's look at the main() function D is able to use. You see, everywhere the main function can be declared because the compiler creates a prologue which calls that ma ... |
Topic: v0.3d and upcoming v0.4a |
svanleent
Replies: 3
Views: 20408
|
Forum: DGrammar Posted: Fri Oct 07, 2005 6:41 am Subject: v0.3d and upcoming v0.4a |
I found a Microsoft C and C++ compiler of MS VS.NET 2003, and it works. But you do need GNU Bison and GNU FLEX to get it all going. Instead of:
make
make install
Run
make -fMakefile.win32
... |
Topic: v0.3d and upcoming v0.4a |
svanleent
Replies: 3
Views: 20408
|
Forum: DGrammar Posted: Thu Oct 06, 2005 1:33 pm Subject: v0.3d and upcoming v0.4a |
I'm finding this really interesting, and got a first glimpse of what DGrammar is all about since you posted the .pdf documentation. Between this and LM, D is really shaping up to have a nice collecti ... |
|