KGame not working ?

cantabile cantabile.03 at wanadoo.fr
Sun Aug 17 17:53:51 BST 2003


Hi everybody,

I tried a simple - very basic - KGame project.

It only has an empty main window (Kgametest) with a view (Kgametestview)
inheriting from QCanvasView and a Kgametestdoc inheriting from KGame.

It does nothing at the moment. I just want to test if it compiles.

When I add :

#include <kgame/kgame.h> to the kgametestdoc.cpp file (with the
declaration :
class Kgametestdoc : public KGame { /* blah-blah */ }; in kgametestdoc.h
)

it doesn't compile (error code 2 -- what is it ?) 

If I inherit from QWidget, no problem...

So, how can I get the KGame library to work ?


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list