A project I’ve been working on requires the ability to visit SSL sites (sites with https in the URL). So I had to rebuild Qt with OpenSSL support since by default Qt does not have SSL. After a few failure, here are the steps. Please not this is for Qt 4.5 only: 1. If you [...]
Auto update is widely used in modern software development. It simplifies and speeds up product upgrade to enhance features and fix problems. I have been working on an application which is still in alpha version and testers need to update it incrementally and frequently. The testers are not computer professionals, so I have to make [...]
I haven’t had to deal with computer virus for a while. Today I had to spend hours just trying to delete two DLL files injected into my system by some ad-ware/spyware. Here are steps I took to removed them. Hopefully they will be helpful to you in removing those particular files or just in general [...]