Aquileo | Recent changes to bugshttps://sourceforge.net/p/qwtpolar/bugs/Recent changes to bugsenMon, 07 Mar 2022 06:58:26 -0000Aquileo | #4 QwtPolar building generates an error on qwtpolard.libhttps://sourceforge.net/p/qwtpolar/bugs/4/?limit=25#08a5<div class="markdown_content"><p>All classes of qwtpolar have become part of Qwt 6.2, please don't use code from here in new projects. If you have problems with Qwt 6.2 feel free to ask on the Qwt support channels.</p></div>Uwe RathmannMon, 07 Mar 2022 06:58:26 -0000https://sourceforge.net512c2fa64526c944fd433b0e2aefc0229350e702Aquileo | #4 QwtPolar building generates an error on qwtpolard.libhttps://sourceforge.net/p/qwtpolar/bugs/4/?limit=25#eae1<div class="markdown_content"><p>I am coming back 10 years in the future. I am also experiencing the problem "impossible to open file qwtpolard.lib". I am compiling on windows with QT5.15.2 and MSVC2019. When trying the compilation with MINGW8, everything works well. I do not understand and if you have a fix, I would be happy.<br/> Thanks for your help.<br/> Best</p></div>Uwe RathmannSun, 06 Mar 2022 23:24:05 -0000https://sourceforge.net046654fef028d9673e8882a9e327879b253e8e07Aquileo | #3 Not Linking on MacOS X (framework not found)https://sourceforge.net/p/qwtpolar/bugs/3/?limit=25#52ae<div class="markdown_content"><ul> <li><strong>status</strong>: open --&gt; closed</li> <li><strong>Group</strong>: --&gt; v1.0_(example)</li> </ul></div>Uwe RathmannSun, 18 Jul 2021 11:58:14 -0000https://sourceforge.net7901a2d02b2d52926296fdf9e9fdbfd563f1f8f8Aquileo | #6 Unable to build QwtPolar trunk against Qwt trunkhttps://sourceforge.net/p/qwtpolar/bugs/6/?limit=25#391c<div class="markdown_content"><ul> <li><strong>status</strong>: open --&gt; closed</li> </ul></div>Uwe RathmannSun, 18 Jul 2021 11:57:45 -0000https://sourceforge.net2adace741d689f709257f8fd8353b53d1d1214fbAquileo | #8 error don't know how to make qfiledialog.hhttps://sourceforge.net/p/qwtpolar/bugs/8/?limit=25#7319<div class="markdown_content"><ul> <li><strong>status</strong>: open --&gt; closed</li> </ul></div>Uwe RathmannSun, 18 Jul 2021 11:57:18 -0000https://sourceforge.net29fe1d56eb227e92056488ab0a6d32e6c01c9d33Aquileo | #7 Compile error in qwt_polar_renderer.cpp when QT_NO_PRINTER is definedhttps://sourceforge.net/p/qwtpolar/bugs/7/?limit=25#f553<div class="markdown_content"><ul> <li><strong>status</strong>: open --&gt; closed</li> </ul></div>Uwe RathmannSun, 18 Jul 2021 11:56:56 -0000https://sourceforge.netab54339e0bbbe9510a4db4d8f2b708bb4b78dc53Aquileo | #8 error don't know how to make qfiledialog.hhttps://sourceforge.net/p/qwtpolar/bugs/8/?limit=25#ce0a<div class="markdown_content"><p>The qwtpolar project has become part of the qwt library and the code you find in this repository won't be maintained anymore. Try this branch: <a href="https://svn.code.sf.net/p/qwt/code/branches/qwt-6.2" rel="nofollow">https://svn.code.sf.net/p/qwt/code/branches/qwt-6.2</a> it will become the official Qwt 6.2 release pretty soon ( maybe next week ).</p></div>Uwe RathmannSat, 05 Dec 2020 08:32:19 -0000https://sourceforge.net8c99b9a7d60dc4bb3ebaece488c1258cd7384144Aquileo | error don't know how to make qfiledialog.hhttps://sourceforge.net/p/qwtpolar/bugs/8/<div class="markdown_content"><p>I am trying to make/install QwtPolar on a Windows 10 system. On the nmake I get the following error:</p> <p>NMAKE : fatal error U1073: don't know how to make '......\Qt\Qt5.14.1\msvc2017_64\include\QWidg3ts\qfiledialog.h</p> <p>Can you provide any insight to this issue?</p></div>AnonymousFri, 04 Dec 2020 21:07:05 -0000https://sourceforge.net1a60fe3630a5d84f9f4a80e26d552c99703419c3Aquileo | error don't know how to make qfiledialog.hhttps://sourceforge.net/p/qwtpolar/bugs/8/<div class="markdown_content"><p>Ticket 8 has been modified: error don't know how to make qfiledialog.h<br/> Edited By: Uwe Rathmann (rathmann)<br/> Status updated: 'open' =&gt; 'closed'</p></div>AnonymousFri, 04 Dec 2020 21:07:05 -0000https://sourceforge.net1bf726f340e86a8902ceae6608fa823c2b23d4c8Aquileo | Compile error in qwt_polar_renderer.cpp when QT_NO_PRINTER is definedhttps://sourceforge.net/p/qwtpolar/bugs/7/<div class="markdown_content"><p>I was able to successfully configure, build and install Qwt for x86 and CE6 (cross-compilation) based on Qt 4.8.4.<br/> To cross compile for CE6 I must define QT_NO_PRINTER macro (maybe QPrinter is not supported in CE6 - I don't know).<br/> I was able to successfully configure, build and install QwtPolar for x86 too.</p> <p>When I try to cross-compile QwtPolar for CE6 I must define QT_NO_PRINTER macro but this gives compile error in qwt_polar_renderer.cpp.<br/> .\qwt_polar_renderer.cpp(231) : error C2027: use of undefined type 'QPrinter'<br/> I see that some portion of the code in this file is conditionally excluded based on QT_NO_PRINTER macro.<br/> But QwtPolarRenderer::renderTo() expected a QPainter inpt parameter in any case.</p> <p>The solution is to include the whole function inside a #ifdef QT_NO_PRINTER directive.</p> <p>Maybe polardemo example needs a fix too, because MainWindow::printDocument() in mainwindow.cpp instantiates a QPrinter variable</p> <hr/> <p>see <a class="" href="https://www.qtcentre.org/threads/70277-Compile-error-in-qwt_polar_renderer-cpp-when-QT_NO_PRINTER-is-defined" rel="nofollow">here</a></p></div>vixFri, 14 Jun 2019 06:01:47 -0000https://sourceforge.net7a22d2a5fff8cd1c3020f2bba266e0f645a32a85