Import issues

Jeremy Jeremy_member at pathlink.com
Sun Mar 5 17:47:38 PST 2006


I just downloaded DWT, and I'm trying to compile some of the test examples.
About this error:

hello2.d(4): module all cannot read file 'dwt\all.d'

I have to always specify -Ic:\dmd\import as an argument to get past this when I
use 'build'. I've tried changing my sc.ini file to automatically add this
argument, but it simply doesn't seem to work... Does build even look at sc.ini?
What should it look like?

Does 'import dwt\all.d' just parse all of the function names/parameter
types/symbols from all.d and link to a given library -- or does it compile it
all.d and ignore the .lib?

Thanks!

Jeremy



More information about the Digitalmars-d-learn mailing list