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

مشاهدة النسخة كاملة : SHFileOperation and Vista64



C++ Programming
06-29-2009, 12:20 PM
Hello! I've developed an MFC application with VC++6.0. It still works for Vista32, but when I try to move a file to the recycle bin using SHFileOperation on Vista64 then I get the error code 120(ERROR_CALL_NOT_IMPLEMENTED). I know for Vista I should use IFileOperation, but I'm still using VC++6.0. Is there any way to move files to the recycle bin on Vista64 using VC++6.0?

Kind regards
Marcus