عند كتابة الكود التالي :
Private Declare Function apiSHFileOperation Lib "shell32.dll" _
Alias "SHFileOperatinA" _
(lpFileOp As SHFILEOPSTRUCT) _
As long
تظهر رسالة الخطأ التالية
Compile Error
The code in this project must be updated for use on 64 bit systems.
Pease review and update Declare Statemets and then mark them with
the PtrSafe attribute.
الرسالة توضح أن الخطا ناتج بسبب ان نسخة الويندوز هو 64 بت .. و أنه يحتاج الى تعديل ليتوافق مع نظام التشغيل ...
أرجو الحل و شكرا