--- In d_lab@yahoogroups.com, anderson <anderson@b...> wrote:
> Updated dig with Pavels openGL as Burtons openGL seems to be
missing
> things. However if openGL anything causes a linking error it may
need
> to be added to opengl32.def.
>
> --
> -Anderson: http://badmama.com.au/~anderson/
I downloaded unDig 0.0.0.15. I'll see if I can compile it later.
I've been working a little on fixing the problem with strip.d. I've
identified a couple of trouble spots and I think I've fixed one of
them, but I'd like to fix as much as I can before I submit the patch.
I think the problem came from when Walter changed '' from being a
WYSIWYG string to a character literal. That would also affect `` and
r"" which are now WYSIWYG strings. I think that r"" will be the
toughest, so I'm saving that for last.
JC