Thread overview
member this is not accessible
Feb 14, 2005
EG
Feb 14, 2005
nail
Feb 14, 2005
EG
February 14, 2005
Hello,

I am trying to find out why sometimes when i create an instance of a class it can't find the constructor. I've searched on google for this and i can find some posts that it's a bug in 0.106 of dmd. However i don't know which version i am using or how i can find out which version i am using.

Maybe this bug has already been solved and i'm using a newer version and the error message is because of my own coding errors. Then i would very much like it if someone could tell me what might be causing this error message.

Kind Regards,
EG

PS:
I'm a total D noob!
February 14, 2005
In article <cuq0gm$h59$1@digitaldaemon.com>, EG says...
>
>Hello,
>
>I am trying to find out why sometimes when i create an instance of a class it can't find the constructor. I've searched on google for this and i can find some posts that it's a bug in 0.106 of dmd. However i don't know which version i am using or how i can find out which version i am using.
>

Type dmd without parameters in console. First line will indicate your version. Or more reliable solution: download ftp://ftp.digitalmars.com/dmd.zip this version will be not lesser than 0.113

Victor Nakoryakov
nail-mail<at>mail<dot>ru
February 14, 2005
Thanks Victor!

nail wrote:
> In article <cuq0gm$h59$1@digitaldaemon.com>, EG says...
> 
>>Hello,
>>
>>I am trying to find out why sometimes when i create an instance of a class it can't find the constructor. I've searched on google for this and i can find some posts that it's a bug in 0.106 of dmd. However i don't know which version i am using or how i can find out which version i am using.
>>
> 
> 
> Type dmd without parameters in console. First line will indicate your version.
> Or more reliable solution: download ftp://ftp.digitalmars.com/dmd.zip this
> version will be not lesser than 0.113
> 
> Victor Nakoryakov
> nail-mail<at>mail<dot>ru