Hellraiser Box for Linux

This is a port of the Hellraiser box to Qt / KDE / Kdevelop on SUSE 10.1.

Box_Open_2

 

To run the program, use fileroller to unpack the file in a directory and then run the program. The image files must be in the same directory as the program. The instructions are essentially the same as for the Windows Version.

Hellraiser Lament Box Program

The sources are provided here. They are built using KDevelop 3.3.5 and Qt.
Hellraiser Lament Box Sources
There are links in the debug and optimize src directories that point back to the images in the src directory. These may have to be remade after you unpack the archive since links are not relative.

Update: Find the programs on SourceForge.

Enjoy. :-D

Gears OpenGL for Linux

Linux program port of Gears for OpenGL begins to work. Not complete, but mostly functioning.

A part of the Geodesic program for WIN MFC and OpenGL has been ported to Linux / KDevelop / Qt / OpenGL. It creates and displays a gear object and there are many parameters to change the shape of the gear. The program will be able to export OBJ or POV files of the shape of the gear. It can serve as a complex tutorial of using OpenGL and many other features of
the KDE and Qt frameworks.
GearsOGL_20toothspiral
Continue reading “Gears OpenGL for Linux”

Linux Progress

Work continues with SUSE 10.1 Linux both in configuring the system and in learning to use the KDevelop IDE for C++ programming.

Work continues with SUSE 10.1 Linux both in configuring the system and in learning to use the KDevelop IDE for C++ programming. There are several interesting items to mention:

  • Overlay planes
  • Wacom Tablets
  • KDevelop glitches
  • .ICEAuthority lockouts
  • GAIM messenger
  • SKYPE
  • CD backups

Continue reading “Linux Progress”

KDevelop project stuck

After building an application in Debug configuration, switching to optimized has corrupted the project so that it will no longer build.

SUSE 10.1, KDevelop 3.3.3, KDE 3.5.1

RESOLVED: A reply in a forum indicated that there is a known bug with the default configuration that leaves a config.status around that sabotages the entire project. The recovery is to delete all the config.status files in the project and then avoid use of the default configuration.

Developed the program under the debug configuration and then tried to switch to default or optimized configuration. Tried many combinations to try to get it working again, but all BUILD options give errors ending with makedistclean.
Continue reading “KDevelop project stuck”

php5 and MySQL 5 – Access Denied

Permissions problem kept php5 and mysql 5 from talking….

When setting up a test website using Apache 2, php5 and mysql5, the connection to the database failed with AccessDenied. If the password were removed, then the failure looked different. The resolution to the problem is to include localhost explicitly in the host list and set database privileges for localhost. The default is @% which is wildcard, but apparently wildcard does not include localhost.
For a complete description, screen shots and the whole story:
Continue reading “php5 and MySQL 5 – Access Denied”

First Linux C++ Program Works

My first real linux program using KDevelop and QT works.

Using KDevelop 3.3.3 on SUSE 10.1 I’ve ported one of my WinMFC programs to Linux. The GUI is written with the QT3 tool kit and QTdesigner in KDevelop.

Screenshot-SiteProbe-2

When the program is running the appropriate buttons are disabled and the program saves and restores the configuration [interval and Watch on Start] and the site list.

Update: You can find the modern version of the program here.