visual studio 2010 - vs2010 dll linking without a reference -


i have project. project references .dll (d1). .dll uses objects .dll (d2). added reference d1 project, d2 not referenced. build?

if builds mean d2 not used d1? (so above statement wrong, d1 doesn't use object of d2)

please don't downvote, i'm sure not possible - should linker library if it's not referenced in project, not on hard drive. , if possible tell me how.

the dependencies of dependencies not required project build. required run, though. project needs know d1 provides. when project run, d1 loaded, , should try load d2.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -