D
David Chipping
I have run into the following situation, of which I don't understand
and would appreciate someone filling me in on hopefully an obvious
detail im looking over:
A compilation example (that compiles) that imports System but does not
reference System.dll:
vbc /rootnamespace:xxx /target:library
/r:System.Windows.Forms.dll,System.Drawing.dll /imports:System *.vb
Would this be allowed only if the code never used System, but was
simply just importing it for no reason at all?
Cheers,
-David
and would appreciate someone filling me in on hopefully an obvious
detail im looking over:
A compilation example (that compiles) that imports System but does not
reference System.dll:
vbc /rootnamespace:xxx /target:library
/r:System.Windows.Forms.dll,System.Drawing.dll /imports:System *.vb
Would this be allowed only if the code never used System, but was
simply just importing it for no reason at all?
Cheers,
-David