[PyQt] sip example on windows platform

赵秀燕 xiaoyan0325 at tom.com
Tue Nov 17 03:47:56 GMT 2009


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 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20091117/04bf678a/attachment.html


More information about the PyQt mailing list