XML Parsing

Adam D. Ruppe destructionator at gmail.com
Fri May 18 16:16:24 PDT 2012


On Friday, 18 May 2012 at 23:08:59 UTC, Iain wrote:
> If I try to compile the code you gave above, I get a pile of 
> linking errors using D 2.059:

You have to link in the modules too on the command line

dmd.exe parseSpain arsd/dom.d arsd/characterencoding.d

(or whatever the full path to the modules is)



More information about the Digitalmars-d-learn mailing list