Hi, I am trying to compile SIP-exported modules using MSVC2008 instead of GCC/mingw. A problem arises because SIP silently transforms 'unsigned int' from my .sip files into 'uint' declarations (e.g. for a0/sipRes) in the sip*cpp files, and MSVC chokes on that (undeclared type).
(It is probably relevant that I am *not* using Qt for this extension module, so I am using the pure sipconfig.SIPModuleMakefile.) What would be the proper fix here? (In this particular case, I worked around it by simply using plain signed ints.) Have a nice day, Hans _______________________________________________ PyQt mailing list PyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt