【发布时间】:2011-04-28 22:53:06
【问题描述】:
我正在尝试实施中给出的解决方案
GetSaveFileName() not returning path of CD burning staging area on XP
我正在尝试在 VS2008 C++ 中实现这一点。 ICDBurn::GetRecorderDriveLetter() 方法不是静态的,因此在上述答案中不能称为书面 (ICDBurn::GetRecorderDriveLetter)。 ICDBurn 不能被实例化,因为它是一个抽象类。如何从 C++ 调用 ICDBurn::GetRecorderDriveLetter()?
【问题讨论】:
标签: winapi visual-c++ windows-xp cd-burning cd-rom