Author |
Message |
Topic: Compile from within Visual Studio |
Xerpher
Replies: 9
Views: 36061
|
Forum: DCoder Posted: Mon May 17, 2004 11:26 pm Subject: Compile from within Visual Studio |
The instructions didn't seem to match up at all... possibly because I have .NET (aka, v7) now and not v6 |
Topic: Compile from within Visual Studio |
Xerpher
Replies: 9
Views: 36061
|
Forum: DCoder Posted: Mon May 17, 2004 10:41 pm Subject: Compile from within Visual Studio |
Anybody there? *hears echo* |
Topic: Auto language converter |
Xerpher
Replies: 10
Views: 27825
|
Forum: General Posted: Mon May 17, 2004 9:23 am Subject: Auto language converter |
Thanks I'll check those out |
Topic: Auto language converter |
Xerpher
Replies: 10
Views: 27825
|
Forum: General Posted: Sun May 16, 2004 9:54 pm Subject: Auto language converter |
Was just curious if there are any tools out there to try to convert whole projects from C or C++ to D?
And to answer your question... yes, I'm lazy |
Topic: Compile from within Visual Studio |
Xerpher
Replies: 9
Views: 36061
|
Forum: DCoder Posted: Sun May 16, 2004 3:37 am Subject: Compile from within Visual Studio |
Is there currently a way to compile D code straight from the Visual Studio IDE? |
Topic: Compiler Optimization |
Xerpher
Replies: 13
Views: 32139
|
Forum: General Posted: Tue May 11, 2004 9:29 am Subject: Re: Optimizations/Executable Size |
Now that I think about it "-inline" is probably intended to be a runtime speed optimization rather than a size optimization...
Yea, I didn't use that one, just the other two
If the GC is remove ... |
Topic: Alias Highlighting |
Xerpher
Replies: 0
Views: 14410
|
Forum: DCoder Posted: Mon May 10, 2004 6:10 pm Subject: Alias Highlighting |
It would be nice if aliases could also be highlighted. I want this feature so I can bold aliases just like how the base vartypes are bolded |
Topic: Compiler Optimization |
Xerpher
Replies: 13
Views: 32139
|
Forum: General Posted: Mon May 10, 2004 5:15 pm Subject: Re: Optimizations/Executable Size |
Now that I think about it "-inline" is probably intended to be a runtime speed optimization rather than a size optimization...
Yea, I didn't use that one, just the other two
If the GC is remove ... |
Topic: Compiler Optimization |
Xerpher
Replies: 13
Views: 32139
|
Forum: General Posted: Mon May 10, 2004 2:49 pm Subject: Re: Executable size |
Ideas have been tossed around at trying to remove a few KB's, but I don't know that the executable size really creates any problems for anyone. I don't like bloat, but we're only talking about a few K ... |
Topic: sub-forums |
Xerpher
Replies: 4
Views: 16019
|
Forum: Site Posted: Sun May 09, 2004 9:51 pm Subject: sub-forums |
I don't think this forum could handle it, or at least not easily.
In fact the only forum I know that supports that (unlimited sub-forums) is the forum built into twe (terraweb engine). Bad news ... |
Topic: Compiler Optimization |
Xerpher
Replies: 13
Views: 32139
|
Forum: General Posted: Sun May 09, 2004 9:49 pm Subject: Compiler Optimization |
I'm using the DMD compiler but am used to the Visual Studio easy-bake-oven. I made an extremely tiny test program that compiled to 64kb.
I know I have to tell the compiler to optimize or remopve c ... |
Topic: foreach(x,y; c) |
Xerpher
Replies: 6
Views: 19934
|
Forum: Tutorials Posted: Sun May 09, 2004 6:02 pm Subject: Re: string alias in example |
Wouldn't it be even easier to say this?
alias char
Yes, that's essentially what I used in the string instead of str.
Ok just checking. I'm new to D (barely know C++ either) |
Topic: foreach(x,y; c) |
Xerpher
Replies: 6
Views: 19934
|
Forum: Tutorials Posted: Sun May 09, 2004 4:52 pm Subject: foreach(x,y; c) |
alias char
Wouldn't it be even easier to say this?
alias char |
|