امروز : سه شنبه 16 خرداد 1402
همانطور که میدانید نرم افزار rest 2009 روی ویندوزهای 64 بیتی اجرا نمی شود. برای رفع این کار باید فایل هایی به سیستم اضافه کرد و بعد از آن کدهای دستوری را وارد نمود که در ادامه مطلب به صورت کامل شرح داده می شود.
در ابتدا فایل زیر را دانلود کنید و بعد طبق مسیرهای گفته شده عمل کنید.
Using CorFlags.exe, it is possible to subsequently edit those header flags, making a 64bit Windows able to correctly identify and interpret the code.
After the above mentioned software components are installed, CorFlags.exe should reside in %PROGRAMFILES%Microsoft SDKsWindowsv6.1bin
whereas Rest.exe is located at %PROGRAMFILES(X86)%REST 2009
Using an elevated command prompt (hit the WINDOWS key, search for cmd.exe, right-click cmd.exe and select "Run as administrator..."), simply enter the following command (or paste the code using the right mouse button): cmd.exe /c ""%PROGRAMFILES%Microsoft SDKsWindowsv6.1binCorFlags.exe" "%PROGRAMFILES(X86)%REST 2009Rest.exe" "/32bit+"" & pause
If there is no error message appearing in your command prompt, everything worked as expected and you might try running the Rest.exe directly under your 64bit Windows installation.