本文介绍了DLL参考问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,
这可能很简单,但我会尝试一下;)

想象以下dll结构:

dll1
dll2
dll3

dll1引用dll2

dll3参考dll1

当我编译dll3时,编译器总是希望我也引用dll2.

这不是以某种方式与dll1中的引用一起传递的(它已经引用了dll2)

是否可以避免这种情况,或者是否有这种现象的原因?

最好的问候
Andy

Hi all,
this might be a simple one but I''ll giev it a try ;)

Imagine the following dll strcture:

dll1
dll2
dll3

dll1 references dll2

dll3 references dll1

when I compile dll3 the compiler always want''s me to also reference dll2.

Isn''t that somehow passed with the references in dll1 (it references dll2 already)

Can this be avoided or is there a reason for this behavior?

best regards
Andy

推荐答案


这篇关于DLL参考问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-24 21:45