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
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