حل مشكلة توافق 64 و 32 بت
حل الرسالة الآتية :
"Compile Error: The code in this project must be updated for use on 64-bit system. Please review and update Declare statements and then mark them with the PtrSafe attribute."
فقط قم بعملية البحث والاستبدال في الدوال البرمجية المدونة في قسم Modules عن كلمة
"Private Declare" واستبدلها بالعبارة الآتية "Private Declare PtrSafe"
قم باستبدال declare Function الي declare PtrSafe Function
وتنتهي المشكلة بإذن الله ،،
طبعا الموضوع تم اقتباسه من مشاركة شخص الله يجزيه الخير من منتدى اخر
http://arabteam2000-forum.com/index.php?/topic/277961-حل-لمن-يعاني-من-رسالة-the-code-in-this-project-must-be-updated-for-use-on-64-bit-system/