Hello tim,
On Sun, 25 Jan 2009 17:56:03 +1300, John Reimer
wrote:
Hello tim,
On Sun, 25 Jan 2009 16:43:55 +1300, John Reimer
wrote:
With this code:
module test5;
interface I
{
void foo();
}
class A : I {
void foo() { }
}
class B : A, I
{
alias A.foo foo;
On Sun, 25 Jan 2009 17:56:03 +1300, John Reimer
wrote:
Hello tim,
On Sun, 25 Jan 2009 16:43:55 +1300, John Reimer
wrote:
With this code:
module test5;
interface I
{
void foo();
}
class A : I {
void foo() { }
}
class B : A, I
{
alias A.foo foo;
}
void
Hello John,
Hello tim,
On Sun, 25 Jan 2009 16:43:55 +1300, John Reimer
wrote:
With this code:
module test5;
interface I
{
void foo();
}
class A : I {
void foo() { }
}
class B : A, I
{
alias A.foo foo;
}
void main()
{
}
I g
Hello tim,
On Sun, 25 Jan 2009 16:43:55 +1300, John Reimer
wrote:
With this code:
module test5;
interface I
{
void foo();
}
class A : I {
void foo() { }
}
class B : A, I
{
alias A.foo foo;
}
void main()
{
}
I get this erro
On Sun, 25 Jan 2009 16:43:55 +1300, John Reimer
wrote:
With this code:
module test5;
interface I
{
void foo();
}
class A : I {
void foo() { }
}
class B : A, I
{
alias A.foo foo;
}
void main()
{
}
I get th
With this code:
module test5;
interface I
{
void foo();
}
class A : I
{
void foo() { }
}
class B : A, I
{
alias A.foo foo;
}
void main()
{
}
I get this error:
class test5.B i
On Sat, Jan 24, 2009 at 8:38 PM, Mike L. wrote:
>
> Thanks for your response. Could you tell me what the compiler is linking to
> that contains GetEnvironmentStringsA() (and others) and how the compiler
> knows to do this?
>
It's in either user32 or kernel32, and I think DMD always links
agains
Denis Koroskin Wrote:
> Mike L. Wrote:
>
> > I saved and compiled the code given as getenv.d on the page
> > http://www.digitalmars.com/d/archives/digitalmars/D/learn/623.html but I'm
> > not entirely sure why it works.
> >
> > The reasons that I don't understand it are:
> > 1. GetEnvironmentS
Mike L. Wrote:
> I saved and compiled the code given as getenv.d on the page
> http://www.digitalmars.com/d/archives/digitalmars/D/learn/623.html but I'm
> not entirely sure why it works.
>
> The reasons that I don't understand it are:
> 1. GetEnvironmentStringsA() and the other functions aren'
I saved and compiled the code given as getenv.d on the page
http://www.digitalmars.com/d/archives/digitalmars/D/learn/623.html but I'm not
entirely sure why it works.
The reasons that I don't understand it are:
1. GetEnvironmentStringsA() and the other functions aren't mentioned in
std/c/window
Lol I didn't even check that.
Probably because it does compile (and gives a stack overflow at runtime)
when you put the allocation within the main.
So it still looks like a bug. The compiling should not hang.
>
> From http://www.digitalmars.com/d/1.0/arrays.html :
>
> "The total size of a static
11 matches
Mail list logo