[C++-sig] Re: How to expose an c++ object?

iceryeah iceryeah2000 at 163.com
Mon May 10 04:41:58 CEST 2004


hi,
   thanks your reply.
   some misktake in my codes. but i you said "Surely that's in the docs",
can u give me a link? thanks.
"Paul Grenyer" <paul at paulgrenyer.co.uk>
??????:200405070707.i4777Bf12238 at ns.cricketthosting.co.uk...
> Hi
>
> > i have a c++ class and its intance.like this:
> > class Input
> > {
> >         virtual bool IsKeyDown( DWORD key );
> > };
>
> Aren't you missing keyword here?
>
> >
> > Input p = new Input;
> >
> > then i just want p to expose to python.
> > so how can do this?
>
> Surely that's in the docs. Have you looked?
>
> Regards
> Paul
>
> Paul Grenyer
> Email: paul at paulgrenyer.co.uk
> Web: http://www.paulgrenyer.co.uk
>
> Have you met Aeryn: http://www.paulgrenyer.co.uk/aeryn/?
> Version 0.3.0 beta now available for download.







More information about the Cplusplus-sig mailing list