I think that I said enough about the checklib.exe in my earlier post. I just noticed that the checklib.exe is still fighting against my development in QtSDK 1.1 inside the Symbian^3 SDK. This time ...
AntSnesQt 0.7.1: Supports Samsung I8910 and SE Satio/Vivaz
AtnSnes is Snes9x emulator for Symbian. It is actually based on DrPocketSNES version 6.4.4, which in turn is based on snes9x 1.39. This one will only work for S60 5th edition phones. Symbian^3 user...
AntSnes 0.8.5 for Symbian^3
AtnSnes is Snes9x emulator for Symbian. It is actually based on DrPocketSNES version 6.4.4, which in turn is based on snes9x 1.39 The new AntSnes comes with multitouch and with new transparent keys...
AntSnes video
Here’s a short youtube video of AntSnes running on my N8. Get AntSnes 0.8.1 now 🙂
AntSnesQt 0.7: Audio update for S60 5th edition
AtnSnes is Snes9x emulator for Symbian. It is actually based on DrPocketSNES version 6.4.4, which in turn is based on snes9x 1.39. This one will only work for S60 5th edition phones. Symbian^3 user...
AntSnes 0.8.1 for Symbian^3
AtnSnes is Snes9x emulator for Symbian. It is actually based on DrPocketSNES version 6.4.4, which in turn is based on snes9x 1.39 The new AntSnes comes with multitouch and with new transparent keys...
AntSnes 0.8 for Symbian^3
AtnSnes is Snes9x emulator for Symbian. It is actually based on DrPocketSNES version 6.4.4, which in turn is based on snes9x 1.39 The new AntSnes comes with multitouch and with new transparent keys...
Fast blit with OpenGl ES and Qt
In my previous post I wrote about blit with opengl es 2.0 texture upload. However I noticed that using just Qt’s QGLWidget and implementing only the paintEvent is as fast as the texture upload with...
Fast Blit with OpenGL ES 2.0 and texture uploading
OpenGL ES 2.0 is fully shader based, which means you can’t draw any geometry without having the appropriate shaders loaded and bound. This means there is more setup code required to render than the...
Generic Makefile Build Chain for Symbian OS v. 1.1
The build chain was originally made by Harry Li. I just continued the project and added support for staticlibrary linking, debugging etc. What’s new: Support for QtCreator and Nokia QtSDK. GC...