Author |
Message |
Topic: Kernel in D |
raup-tier
Replies: 0
Views: 11130
|
Forum: druntime Posted: Sun Dec 19, 2010 6:26 pm Subject: Kernel in D |
Hi,
i am trieng to write a kernel in D, i did writing a kernel in C++,
so my problem is only, which runtime components i have to implement
to get D working.
my first problem was the object.d.
... |
Topic: 2mb hello world |
raup-tier
Replies: 0
Views: 10656
|
Forum: General Posted: Sun Jun 13, 2010 11:20 am Subject: 2mb hello world |
Hi,
i don't know if this is the right section to post this, but i really want to know why the executables in D get so...BIG.
this code:
module main;
import tango.io.Stdout;
int main( ... |
Topic: libconfig wrapper |
raup-tier
Replies: 0
Views: 11116
|
Forum: Potential Projects Posted: Sat May 08, 2010 1:35 pm Subject: libconfig wrapper |
Hi,
i've done a wrapper arounde the libconfig-C-API for easy use
in D.
libconfig is realy a nice and fast tool if you have a little bit more and
complex to configure
Example:
main.d
... |
Topic: Descent on x86_64 gdc |
raup-tier
Replies: 6
Views: 24944
|
Forum: Descent Posted: Mon Jun 01, 2009 2:30 am Subject: Descent on x86_64 gdc |
...gdc/ include /d / 4.1.2
contains object.d and object.d.phobos
...gdc/ include / d
is in buildpath,
you mentioned that the location of object.d is hardcoded, so, adding gdc/ include /d / 4 ... |
Topic: Descent on x86_64 gdc |
raup-tier
Replies: 6
Views: 24944
|
Forum: Descent Posted: Sat May 30, 2009 5:43 am Subject: Descent on x86_64 gdc |
muahahhah ..... found the difference between dmd-tango and gdc-tango libary:
gdc-tango has no "object.di"!
after coping dmd-tango's object.di in to gdc-tango's folder, descent works f ... |
Topic: Descent on x86_64 gdc |
raup-tier
Replies: 6
Views: 24944
|
Forum: Descent Posted: Sat May 30, 2009 5:37 am Subject: Descent on x86_64 gdc |
keywords are highlighted;
error log says nothing;
yes, d-editor option is there, and file is opened with it;
but syntax highlighting is not as importand as auto-complition/sourcebrowsing
this si ... |
Topic: Descent on x86_64 gdc |
raup-tier
Replies: 6
Views: 24944
|
Forum: Descent Posted: Thu May 28, 2009 4:48 pm Subject: Descent on x86_64 gdc |
okay, i installed gdc on my notebook, too, and syntax highlighting
and code-browsing are gone.
after setting the compiler Version-Flags in
window->preferences->D->Compiler
syntax high ... |
Topic: Descent on x86_64 gdc |
raup-tier
Replies: 6
Views: 24944
|
Forum: Descent Posted: Tue May 26, 2009 2:32 am Subject: Descent on x86_64 gdc |
Hi,
i'm wondering why, descent is not able to do source browsing and syntax highlighting.
System:
Arch Linux x86_64
Eclipse 3.4.2
Descent newest
gdc-tango-dsss bundle from Tango
on my lap ... |
Topic: gtkD problem? |
raup-tier
Replies: 4
Views: 13386
|
Forum: Descent Posted: Tue Feb 10, 2009 11:59 am Subject: gtkD problem? |
uff, i played around a little bit.
descent seems to have a problem with this one.
class A {
protected:
struct Node {
... //stuff
}
pu ... |
Topic: gtkD problem? |
raup-tier
Replies: 4
Views: 13386
|
Forum: Descent Posted: Tue Feb 10, 2009 11:15 am Subject: gtkD problem? |
hi,
i wounder if any one else get this error.
any time gtk.Main( gtkD ) is imported descent loses the ability for syntax coloring and more worse auto completition is out of work, too.
... |
Topic: no formatter with inline classes |
raup-tier
Replies: 3
Views: 10543
|
Forum: Descent Posted: Mon Oct 20, 2008 5:34 am Subject: no formatter with inline classes |
very well,
the only feature i miss is the "implement unimplemented methods" stuff from eclipse-java and recognition of doxygen tags like @date, because i use doxygen for document generati ... |
Topic: no formatter with inline classes |
raup-tier
Replies: 3
Views: 10543
|
Forum: Descent Posted: Sun Oct 19, 2008 1:25 am Subject: no formatter with inline classes |
Hi,
i noticed that the beautifull formatter stops working every time such line of code is in the source file:
load.addSelectionListener(new class() SelectionListener {
... |
Topic: Some kind of formatter error |
raup-tier
Replies: 4
Views: 13359
|
Forum: Descent Posted: Sun Jul 13, 2008 12:07 pm Subject: Some kind of formatter error |
*fg* works fine now. |
Topic: Some kind of formatter error |
raup-tier
Replies: 4
Views: 13359
|
Forum: Descent Posted: Sun Jul 13, 2008 4:49 am Subject: Some kind of formatter error |
here is the code
i used the night build, same error..
module ComplexCluster;
import tango.stdc.complex;
import tango.io.Stdout;
/**
* Authors:
* Arne Simon => email: ... |
Topic: Some kind of formatter error |
raup-tier
Replies: 4
Views: 13359
|
Forum: Descent Posted: Sat Jul 12, 2008 1:14 pm Subject: Some kind of formatter error |
hi,
i got some annoying error, if the code contains something like this:
foreach( key, value ; map ){
...stuff...
}
every time i open such code, descent goes up to 100% cpu usage...if i wait ... |
|