Tuesday, May 17, 2011

How to play Angry Birds online

Angry Birds is an extremely addictive but simple game that has been downloaded in millions ever since its first release for iOS platform in December 2009. Since then, Angry Birds has been released as a free version for Android (but ad supported) and paid versions for Symbian, Windows PC, MACs among others.

For many of those who wish to play Angry Birds online for their very own reasons, here is the link to an online version of the game. Click on the link below to start playing the game online!

Thursday, May 12, 2011

How to Register 32 bit dll on 64 bit Windows

Trying to register a 32 bit dll on a 64 bit system running Windows fails and gives the error-
Filename.dll is not an executable file and no registration helper is registered for this file type.

The reason :
This happens because even though you intend to access the 32bit version of regsvr by typing regsvr32, it actually opens the default 64 bit regsvr that lies in the system directory(of 64 bit Windows).
That is, when you run regsvr32 to register a dll, you are actually running the 64 bit version by default.

The solution:

Getting "SDL.dll not found" error

If you are getting SDL.dll not found error such as the one shown on the left(click on it to enlarge it), then follow the below mentioned steps to resolve the issue.