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.
我无法在我的 Visual Studio 项目中链接CreateILockBytesOnHGlobal()方法。链接时出现未解决的令牌错误。我的项目是一个普通的 Windows 窗体项目。任何想法如何解决这个问题?
正如页面底部的表格中所说,您应该与Ole32.lib图书馆链接。将其添加到 Linker + Input + Additional Dependencies 设置。
Ole32.lib