Greg Green wrote:
> 
> I was trying out a simple sip program before progressing to bigger and
> better things. However I can't seem to make it work. Here is the sip
> file:
> 
>-----------------------------------------------------------------------------------------------------
> %Module hello
> 
> class world
> {
> %HeaderCode
> #include "hello.h"
> %End

public:

>         world();
>         ~world();
>         const char* get() const;
> };
> 
> const char* sayit();

The missing "public:" should make a difference.

Phil

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to