Force a windows desktop application to run in 32bit process on 64bit OS

Recently, I faced an issue with a downloaded windows application binary/executable. When I double clicked, it throws error popup saying that wrong architecture mismatch. Then my target is to run that age old application to run on my latest x64Continue reading… Force a windows desktop application to run in 32bit process on 64bit OS

Eclipse: resource is outof sync with the file system – permanent solution

Mysteriously got the following exception when trying to build an Eclipse project: “resource is out of sync with the file system” Although I can’t be sure, I think I may have deleted a file outside of Eclipse. To fix theContinue reading… Eclipse: resource is outof sync with the file system – permanent solution