Author |
Message |
Topic: Seeking new project manager (project unsupported meanwhile) |
Bradley Smith
Replies: 8
Views: 35157
|
Forum: Schooner Posted: Fri Nov 02, 2007 5:20 pm Subject: Seeking new project manager (project unsupported meanwhile) |
I've added you as an admin, and removed myself. Thanks. |
Topic: Seeking new project manager (project unsupported meanwhile) |
Bradley Smith
Replies: 8
Views: 35157
|
Forum: Schooner Posted: Fri Nov 02, 2007 1:18 pm Subject: Seeking new project manager (project unsupported meanwhile) |
The role of project manager can be as lofty or as earthy as you wish. It can be as simple as committing patches for the latest compiler. The only other requirement (in my opinion) is that if you choos ... |
Topic: Linking problem when using other code that requires std.zip |
Bradley Smith
Replies: 3
Views: 18182
|
Forum: Schooner Posted: Wed Oct 17, 2007 12:01 pm Subject: Linking problem when using other code that requires std.zip |
Sorry, but I am no longer supporting this project. I have decided, for now, that D is too unstable for useful work. By unstable, I do not mean instability of the D tools or libraries, but the instabil ... |
Topic: Seeking new project manager (project unsupported meanwhile) |
Bradley Smith
Replies: 8
Views: 35157
|
Forum: Schooner Posted: Wed Oct 17, 2007 11:57 am Subject: Seeking new project manager (project unsupported meanwhile) |
I am seeking someone who would like to take ownership of this project. I have decided, for now, that D is too unstable for useful work. By unstable, I do not mean instability of the D tools or librari ... |
Topic: one of those noob questions..... |
Bradley Smith
Replies: 5
Views: 14141
|
Forum: General Posted: Fri Apr 13, 2007 10:47 pm Subject: one of those noob questions..... |
You need to include the object or source file for the modules being imported.
Try dmd test2.d rectangle.o or dmd test2.d rectangle.d |
Topic: Compile errors for simple Hello World |
Bradley Smith
Replies: 17
Views: 53440
|
Forum: Tioport Posted: Thu Apr 12, 2007 11:41 pm Subject: Compile errors for simple Hello World |
In addition, the instructions neglect to mention that the Windows build files assume that the environment is configured exactly a certian way. I don't have tango in "c:\project\tango" and I ... |
Topic: Compile errors for simple Hello World |
Bradley Smith
Replies: 17
Views: 53440
|
Forum: Tioport Posted: Thu Apr 12, 2007 10:58 pm Subject: Compile errors for simple Hello World |
On this page, i wrote a minimal howto build the examples.
That page says to "First build the TioPort program", but the page linked to has not been created. To improve Windows support, ... |
Topic: Compile errors for simple Hello World |
Bradley Smith
Replies: 17
Views: 53440
|
Forum: Tioport Posted: Thu Apr 12, 2007 10:49 am Subject: Compile errors for simple Hello World |
I can't get a simple Hello World progam to compile.
import org.eclipse.swt.widgets.Display;
import org.eclipse.swt.widgets.Shell;
import dejavu.lang.String;
void main(char[][ ... |
Topic: error compiling example |
Bradley Smith
Replies: 12
Views: 28442
|
Forum: General Posted: Sun Apr 08, 2007 3:42 pm Subject: error compiling example |
The C library scanf is used because std.stdio contains the following:
public import std.c.stdio;
Therefore, a char* must be passed to scanf. For example,
import std.stdio;
import std.c.str ... |
Topic: scanf simple question |
Bradley Smith
Replies: 2
Views: 20603
|
Forum: Tutorials Posted: Thu Mar 29, 2007 4:30 pm Subject: scanf simple question |
The C library scanf is used because std.stdio contains the following:
public import std.c.stdio;
Therefore, a char* must be passed to scanf. For example,
import std.stdio;
import std.c.str ... |
Topic: Win32 headers |
Bradley Smith
Replies: 2
Views: 15786
|
Forum: Schooner Posted: Tue Mar 06, 2007 10:24 pm Subject: Win32 headers |
The Windows API page on Wiki4D refers to the Bindings on dsource.org. The Bindings project is a free-for-all project that has no project maintainer (see [url=http://www.dsource.org/forums/viewtopic.ph ... |
Topic: Schooner project is broken |
Bradley Smith
Replies: 1
Views: 24641
|
Forum: Site Posted: Sun Mar 04, 2007 9:12 am Subject: Schooner project is broken |
On any page in the Schooner project, the following error occurs.
No changeset 45 in the repository
To see the entire python stack trace, go to http://www.dsource.org/projects/schooner. |
Topic: Tango? |
Bradley Smith
Replies: 1
Views: 15049
|
Forum: Schooner Posted: Fri Mar 02, 2007 12:39 am Subject: Tango? |
There is not schedule; however, support for Tango is on the to-do list. |
Topic: Segmentation fault in linux |
Bradley Smith
Replies: 2
Views: 10692
|
Forum: General Posted: Thu Mar 01, 2007 12:51 am Subject: Re: Segmentation fault in linux |
You can't use the "ein" object in the destructor. It is a garbage collected object and the reference is no longer valid.
From When the garbage collector calls a destructor for an object o ... |
Topic: What's wrong with this? |
Bradley Smith
Replies: 1
Views: 8780
|
Forum: General Posted: Sat Feb 24, 2007 11:42 pm Subject: What's wrong with this? |
Works fine for me using Windows DMD 1.006. |
|