2010. május 27., csütörtök

AiBO+ 1.0 is released :)

It is a first step of a long road, but it is taken now, the AiBO+ 1.0 is released with a very simple behaviors for AIBO.

The home page is updated with fresh, new documentation: http://aiboplus.sf.net
Windows binary installer can be downloaded from: http://sourceforge.net/projects/aiboplus/files/Windows binaries
Ubuntu PPA for Jaunty, Karmic, Lucid: https://launchpad.net/~csaba-kertesz/+archive/aiboplus

2010. május 6., csütörtök

Layouts in Qt

It is not that easy to understand the layout concepts in Qt compared to GTK. A simple window has been driven me crazy, but eventually, I found the following web page: http://www.embrisk.com/notes/qt_resize.html and it has saved my life. :)

2010. május 4., kedd

Linking Qt under MinGW

I think earlier I forgot to write a blog post about problems of linking with Qt under MinGW/Windows. I experienced problems with linking Qt libraries and the solution was to check the linker options of the Qt libraries during compilation. Adding the following linker options to my project, solved the problem:

-enable-stdcall-fixup -Wl,--enable-auto-import,-enable-runtime-pseudo-reloc