Dear sir,
I am a new user for sip.The data about sip is little.It's difficult to use 
it.SIP Reference Guide is not enough.I want more,for example an example on 
windows platform and the sip parse.
Just like that in word.h:
 
#ifdef WORD_EXPORTS
#define WORD_API __declspec(dllexport)
#else
#define WORD_API __declspec(dllimport)
#endif
// This class is exported from the word.dll
class WORD_API Cword {
public:
 Cword(void);
 // TODO: add your methods here.
};
extern WORD_API int nword;
WORD_API int fnword(void);
 
 I don't know how to wrap?what's the corresponding sip specification file?
 
thank you
yours lovely
ahai 

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to