www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - member this is not accessible

reply EG <no thank.you> writes:
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!
Feb 14 2005
parent reply nail <nail_member pathlink.com> writes:
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
Feb 14 2005
parent EG <no thank.you> writes:
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
Feb 14 2005