<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Thanks Phil. Do I need to build my bindings with the same compiler or should be able to do this with mingw?<div class=""><div class="">Cheers, Rob</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 27 Aug 2015, at 11:38, Phil Thompson <<a href="mailto:phil@riverbankcomputing.com" class="">phil@riverbankcomputing.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><blockquote type="cite" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br class="Apple-interchange-newline">On 27 Aug 2015, at 11:08 am, Robert Kent <<a href="mailto:rob@gulon.co.uk" class="">rob@gulon.co.uk</a>> wrote:<br class=""><br class="">Hi All,<br class=""><br class="">Further to my previous, I’ve just successfully created and tested wrapping a non-Qt C++ class using the same basic template that I am using to create the Qt example (including using ‘qmake’ etc.) and it works just fine. I’ve put the example on github for reference (<a href="https://github.com/jazzycamel/PyTestObject" class="">https://github.com/jazzycamel/PyTestObject</a>). This proves (to me at least!) that my basic approach is correct and that my issue is with linking to the Qt libraries and not with the actual build process.<span class="Apple-converted-space"> </span><br class=""><br class="">So, this leads me to pose so the same question(s) as before: I am building with mingw32 (g++) and I installed PyQt5 from the binary. What are the prebuilt PyQt5 bindings built with (Visual Studio?) and if this is not mingw32 would this explain my ‘missing procedure’ issue? I.e. do I need to build my bindings with the same compiler as PyQt5 if I’m not already?<br class=""></blockquote><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">The binaries are built with the same compilers used to build the corresponding version of Python - MSVC 2008 for Python v2 and MSVC 2010 for Python v3.</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Phil</span></div></blockquote></div><br class=""></div></div></body></html>