Released new version 0.9.8g. Selecting sourcecode with Shift key and
cursor keys pressed together should now be possible. Included version of
libqtc because I need libqtc to access public methods of Qt classes and
some distributions (like Mandrake) don't have them in the standard
version. To compile libqtc from HBasic distribution run
./configure in HBasic directory
make in qtclib directory (cd qtclib; make) which compiles and installs
libqtc.so
run ./configure in HBasic directory again (which should find the new
created libqtc.so now)
run make and make install for HBasic
This library should allow to use all classes from the QT library within
BASIC programs. Start package manager and take a look at Qt-C classlist
entry in package listview.
|