Query on Boost (Python )

S

srijit

Hello,

How will the Boost.Python C++ Wrapper look for structures similar to
one mentioned below?

typedef struct struct_TEMP {
long length;
char tempId[24];
long count;

} TEMP_STRUCT;

I tried to use Pyste but ended up getting the following error :
cannot convert from 'const char [24]' to 'char [24]'

So I am interested to learn how to write a proper interface file
(.pyste) when I am using Pyste.

Regards,
Srijit
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,204
Messages
2,571,063
Members
47,670
Latest member
micheljon

Latest Threads

Top