Aquileo | Recent changes to bugshttps://sourceforge.net/p/qwtpolar/bugs/2022-03-07T06:58:26.086000ZRecent changes to bugsAquileo | #4 QwtPolar building generates an error on qwtpolard.lib2022-03-07T06:58:26.086000Z2022-03-07T06:58:26.086000ZUwe Rathmannhttps://sourceforge.net/u/rathmann/https://sourceforge.net512c2fa64526c944fd433b0e2aefc0229350e702<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>Aquileo | #4 QwtPolar building generates an error on qwtpolard.lib2022-03-06T23:24:05.393000Z2022-03-06T23:24:05.393000ZUwe Rathmannhttps://sourceforge.net/u/rathmann/https://sourceforge.net046654fef028d9673e8882a9e327879b253e8e07<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>Aquileo | #3 Not Linking on MacOS X (framework not found)2021-07-18T11:58:14.087000Z2021-07-18T11:58:14.087000ZUwe Rathmannhttps://sourceforge.net/u/rathmann/https://sourceforge.net7901a2d02b2d52926296fdf9e9fdbfd563f1f8f8<div class="markdown_content"><ul> <li><strong>status</strong>: open --&gt; closed</li> <li><strong>Group</strong>: --&gt; v1.0_(example)</li> </ul></div>Aquileo | #6 Unable to build QwtPolar trunk against Qwt trunk2021-07-18T11:57:45.926000Z2021-07-18T11:57:45.926000ZUwe Rathmannhttps://sourceforge.net/u/rathmann/https://sourceforge.net2adace741d689f709257f8fd8353b53d1d1214fb<div class="markdown_content"><ul> <li><strong>status</strong>: open --&gt; closed</li> </ul></div>Aquileo | #8 error don't know how to make qfiledialog.h2021-07-18T11:57:18.633000Z2021-07-18T11:57:18.633000ZUwe Rathmannhttps://sourceforge.net/u/rathmann/https://sourceforge.net29fe1d56eb227e92056488ab0a6d32e6c01c9d33<div class="markdown_content"><ul> <li><strong>status</strong>: open --&gt; closed</li> </ul></div>Aquileo | #7 Compile error in qwt_polar_renderer.cpp when QT_NO_PRINTER is defined2021-07-18T11:56:56.270000Z2021-07-18T11:56:56.270000ZUwe Rathmannhttps://sourceforge.net/u/rathmann/https://sourceforge.netab54339e0bbbe9510a4db4d8f2b708bb4b78dc53<div class="markdown_content"><ul> <li><strong>status</strong>: open --&gt; closed</li> </ul></div>Aquileo | #8 error don't know how to make qfiledialog.h2020-12-05T08:32:19.320000Z2020-12-05T08:32:19.320000ZUwe Rathmannhttps://sourceforge.net/u/rathmann/https://sourceforge.net8c99b9a7d60dc4bb3ebaece488c1258cd7384144<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>Aquileo | error don't know how to make qfiledialog.h2020-12-04T21:07:05.799000Z2020-12-04T21:07:05.799000ZAnonymoushttps://sourceforge.net/u/userid-None/https://sourceforge.net1a60fe3630a5d84f9f4a80e26d552c99703419c3<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>Aquileo | error don't know how to make qfiledialog.h2020-12-04T21:07:05.799000Z2020-12-04T21:07:05.799000ZAnonymoushttps://sourceforge.net/u/userid-None/https://sourceforge.net1bf726f340e86a8902ceae6608fa823c2b23d4c8<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>Aquileo | Compile error in qwt_polar_renderer.cpp when QT_NO_PRINTER is defined2019-06-14T06:01:47.438000Z2019-06-14T06:01:47.438000Zvixhttps://sourceforge.net/u/escherstair/https://sourceforge.net7a22d2a5fff8cd1c3020f2bba266e0f645a32a85<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>