www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - D compiler casting problem

reply mofux <mofux_member pathlink.com> writes:
hi,
i'm kinda new to D and tried to install the dig library. the problem i had is
that i get compiler errors caused by new casting functions within the newest
version of the D compiler (well, at least that's my suggestion)

i tried to change them all manually by writing a cast(type).... but i can't get
the librarys running.

although i have a problem on how to install librarys correctly (what folder
structure should i use)

opengl from DedicateD isn't working correctly also, maybe caused by failing
dependencies...

so what i'm searching for is a short tutorial on how to install libs correctly
and how to stop the cast- error

thanks!

MofuX
Jun 15 2004
parent J Anderson <REMOVEanderson badmama.com.au> writes:
mofux wrote:

hi,
i'm kinda new to D and tried to install the dig library. the problem i had is
that i get compiler errors caused by new casting functions within the newest
version of the D compiler (well, at least that's my suggestion)

i tried to change them all manually by writing a cast(type).... but i can't get
the librarys running.

although i have a problem on how to install librarys correctly (what folder
structure should i use)

opengl from DedicateD isn't working correctly also, maybe caused by failing
dependencies...

so what i'm searching for is a short tutorial on how to install libs correctly
and how to stop the cast- error

thanks!

MofuX
  
Dig only works with the old versions of D. You need to get undig. See my website. -- -Anderson: http://badmama.com.au/~anderson/
Jun 15 2004