المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : SHGetFolderPath(), CoCreateInstance() functions fails on Windows 2000.



C++ Programming
02-13-2010, 05:31 PM
Hello,
I am using VS2008 and OS Win XP. I create one application and uses the following function for writing the CD and it works fine.

SHGetFolderPath();
CoCreateInstance();
pICDBurn->HasRecordableDrive();
pICDBurn->GetRecorderDriveLetter();
pICDBurn->Burn();

When i deploy this application on OS Windows 2000, these function fails.

Is Win 2000 does not support this API or functions?
If i have to write CD in win 2000, what changes i have to made in this application or any other way to write CD?Abhijit