Sunday, March 30, 2008

Install and Use USB-Based Gamepads in Ubuntu « Linux Gaming Today

http://linuxgamingtoday.wordpress.com/2008/01/24/install-and-use-usb-based-gamepads-in-ubuntu/

Saturday, March 22, 2008

No more patch for QT4 Open Source with MSVC2005

There is no more needs for apply patch to make QT4 Open Source with MSVC2005

Simply download source zip file and unzip it and configure it with QMAKESPEC

run command prompt from MSVC2005 command prompt
SET QMAKESPEC=win32-msvc2005
cd %QTDIR%
configure
   debug-and-release
   -qt-sql-odbc (optional)
   -qt-sql-sqlite (optional)
   -no-qt3support (optional)
nmake sub-src // Build debug and release library
nmake sub-tools release // build release executable for tools

%QTDIR%\bin\qmake -project -t vcapp // make .pro file with template option
%QTDIR%\bin\qmake // make .vcproj file to work with MSVC2005 IDE

Now it's good to go for debug and release