Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 CDialog 类,我需要它同时被其他类的总和调用。根据我的理解,这应该可以工作,但它将是对话框的同一个实例,并且我需要与调用类一样多的不同实例。这可能吗?
同时显示在屏幕上的每个对话窗口必须有一个不同的 CDialog 派生对象与之关联。它们可能都是同一个类,具有相同的资源 ID,但它们必须是不同的对象。