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.
我正在尝试从 ATL 类中调用 Win32 版本的 SetWindowPos(我需要指定不同的第一个 hWnd,ATL 通常会处理该 hWnd),但我无法“突破”ATL 类并得到以下错误:
error C2661: 'ATL::CWindow::SetWindowPos' : no overloaded function takes 7 arguments
我怎么告诉它我不想在我的基类中使用那个?!
愚蠢的回答......假设其他人可能有同样的问题。
::访问全局命名空间的前缀。(由CodeGuru提供)。
::