<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/vipec/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/vipec/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 15 Apr 2007 16:15:31 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/vipec/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>private declarations</title><link>https://sourceforge.net/p/vipec/bugs/25/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In DataVector.h I commented out row 47:&lt;br /&gt;
DataVector(const DataVector&amp;amp; vector);&lt;/p&gt;
&lt;p&gt;and in Component.h I commented out row 110:&lt;br /&gt;
Component( const Component&amp;amp; c );&lt;/p&gt;
&lt;p&gt;and in Schematic.h I commented out row 95:&lt;br /&gt;
Schematic( cons Schematic&amp;amp; );&lt;/p&gt;
&lt;p&gt;in order to be able to compile ViPEC.&lt;/p&gt;
&lt;p&gt;Environment:&lt;br /&gt;
cygwin&lt;br /&gt;
gcc 3.4.4&lt;br /&gt;
qt3&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 15 Apr 2007 16:15:31 -0000</pubDate><guid>https://sourceforge.net568bc3835ecdf27f255ad4819644a26003c99037</guid></item><item><title>Is the development active?</title><link>https://sourceforge.net/p/vipec/bugs/24/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Is the development active? &lt;/p&gt;
&lt;p&gt;I see vipec uses some qt2 classes, or at least some compat &lt;br /&gt;
headers. In debian also needs qt non threaded. I can help to port &lt;br /&gt;
the code to be full qt3-mt. is it worth to spend time in this? &lt;/p&gt;
&lt;p&gt;peroxid {at} gmail {dot} com &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peroxid</dc:creator><pubDate>Tue, 14 Dec 2004 07:56:57 -0000</pubDate><guid>https://sourceforge.net025a0a623beba3e3543cff6cb43324e8fc4e16ea</guid></item><item><title>tmake not mentioned in INSTALL</title><link>https://sourceforge.net/p/vipec/bugs/23/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;tmake is not standard, but no mention of it was is made &lt;br /&gt;
in the INSTALL directions. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 16 Apr 2003 20:52:35 -0000</pubDate><guid>https://sourceforge.net909c1f3623c2acca53d5480918f8259f3d0fd6fa</guid></item><item><title>Does not compile under QT3</title><link>https://sourceforge.net/p/vipec/bugs/22/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The Installation file claims ViPEC works with QT 2.20 or higher, &lt;br /&gt;
however I get the following error during compilation: &lt;/p&gt;
&lt;p&gt;make[1]: Entering directory `/home/knightb/ViPEC-3.1.2/src' &lt;br /&gt;
g++ -c -pipe -Wall -W -DQT_FATAL_ASSERT -DNO_DEBUG &lt;br /&gt;
-I../include -I/usr/lib/qt-3.1.1/include -o MainWindow.o &lt;br /&gt;
MainWindow.cpp &lt;br /&gt;
MainWindow.cpp: In method `void &lt;br /&gt;
MainWindow::newSchematicSlot()': &lt;br /&gt;
MainWindow.cpp:702: no matching function for call to &lt;br /&gt;
`QInputDialog::getText (QString, QString, const QString &amp;amp;amp;, bool *, &lt;br /&gt;
MainWindow *)' &lt;br /&gt;
/usr/lib/qt-3.1.1/include/qinputdialog.h:77: candidates are: static class &lt;br /&gt;
QString QInputDialog::getText(const QString &amp;amp;amp;, const QString &amp;amp;amp;, &lt;br /&gt;
QLineEdit::EchoMode = QLineEdit::Normal, const QString &amp;amp;amp; = &lt;br /&gt;
QString::null, bool * = 0, QWidget * = 0, const char * = 0) &lt;br /&gt;
MainWindow.cpp: In method `void &lt;br /&gt;
MainWindow::renameSchematic(const QString &amp;amp;amp;)': &lt;br /&gt;
MainWindow.cpp:729: no matching function for call to &lt;br /&gt;
`QInputDialog::getText (QString, QString, const QString &amp;amp;amp;, bool *, &lt;br /&gt;
MainWindow *)' &lt;br /&gt;
/usr/lib/qt-3.1.1/include/qinputdialog.h:77: candidates are: static class &lt;br /&gt;
QString QInputDialog::getText(const QString &amp;amp;amp;, const QString &amp;amp;amp;, &lt;br /&gt;
QLineEdit::EchoMode = QLineEdit::Normal, const QString &amp;amp;amp; = &lt;br /&gt;
QString::null, bool * = 0, QWidget * = 0, const char * = 0) &lt;br /&gt;
MainWindow.cpp: In method `void MainWindow::newVariableSlot()': &lt;br /&gt;
MainWindow.cpp:851: no matching function for call to &lt;br /&gt;
`QInputDialog::getText (QString, QString, const QString &amp;amp;amp;, bool *, &lt;br /&gt;
MainWindow *)' &lt;br /&gt;
/usr/lib/qt-3.1.1/include/qinputdialog.h:77: candidates are: static class &lt;br /&gt;
QString QInputDialog::getText(const QString &amp;amp;amp;, const QString &amp;amp;amp;, &lt;br /&gt;
QLineEdit::EchoMode = QLineEdit::Normal, const QString &amp;amp;amp; = &lt;br /&gt;
QString::null, bool * = 0, QWidget * = 0, const char * = 0) &lt;br /&gt;
MainWindow.cpp:864: no matching function for call to &lt;br /&gt;
`QInputDialog::getText (QString, QString, const QString &amp;amp;amp;, bool *, &lt;br /&gt;
MainWindow *)' &lt;br /&gt;
and so on... &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 16 Apr 2003 20:50:40 -0000</pubDate><guid>https://sourceforge.net08ff5e8c2ff2365a99290fea5b94cb3a52fcff91</guid></item><item><title>incorrect s-para simulation when Zo Not=50</title><link>https://sourceforge.net/p/vipec/bugs/21/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I found that there are some errors in the simulated s-&lt;br /&gt;
parameters when Zo Not= 50.  E.g., port 1 is 50, port 2 &lt;br /&gt;
is 100, and they are connected with a quarter-wave tx &lt;br /&gt;
line with Zo=70.7 ohm.  The simulated S21 in this case &lt;br /&gt;
at the center frequency should be 0 dB (no loss).  But &lt;br /&gt;
the program gives the db(s21) as -3 dB.&lt;/p&gt;
&lt;p&gt;lyokecho@dso.org.sg&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 15 Apr 2003 03:57:19 -0000</pubDate><guid>https://sourceforge.neta8c585d5359223c5d46511eaeb680430039e748f</guid></item><item><title>Printing problem</title><link>https://sourceforge.net/p/vipec/bugs/20/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am having trouble printing the resulting graphs via&lt;br /&gt;
the 'print to file'&lt;br /&gt;
option. The results appear to be scaled incorrectly (it&lt;br /&gt;
is basically&lt;br /&gt;
scaled such that what appears on the screen is simply&lt;br /&gt;
scaled to fit&lt;br /&gt;
the page).&lt;/p&gt;
&lt;p&gt;regards,&lt;br /&gt;
ted&lt;/p&gt;
&lt;p&gt;ted@instech.com.au&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 11 Feb 2003 01:31:14 -0000</pubDate><guid>https://sourceforge.net5d13a24f53d8b18d2da2fdf0c2103b52bf1ecb74</guid></item><item><title>Printing problem</title><link>https://sourceforge.net/p/vipec/bugs/19/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am having trouble printing the resulting graphs via&lt;br /&gt;
the 'print to file'&lt;br /&gt;
option. The results appear to be scaled incorrectly (it&lt;br /&gt;
is basically&lt;br /&gt;
scaled such that what appears on the screen is simply&lt;br /&gt;
scaled to fit&lt;br /&gt;
the page).&lt;/p&gt;
&lt;p&gt;regards,&lt;br /&gt;
ted&lt;/p&gt;
&lt;p&gt;ted@instech.com.au&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 07 Feb 2003 06:27:35 -0000</pubDate><guid>https://sourceforge.net4eade13e79270360b0c421daed5e669f1757cdc9</guid></item><item><title>floating point exception in coupled line example.</title><link>https://sourceforge.net/p/vipec/bugs/18/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;when trying the coupled line filter example on my alpha&lt;br /&gt;
I get a floating point exception.  This is sometimes&lt;br /&gt;
caused by using uninitialized floating point values,&lt;br /&gt;
perhaps the first time through a loop.  The complete&lt;br /&gt;
debugger output is attached:&lt;/p&gt;
&lt;p&gt;Program received signal SIGFPE, Arithmetic exception.&lt;br /&gt;
0x1200fc3e8 in CLin::initSweep (this=0x120287600) at&lt;br /&gt;
components/CLin.cpp:98&lt;br /&gt;
98        if ( (ze!=ze_) || (zo!=zo_) || (e!=e_) ||&lt;br /&gt;
(f!=f_) )&lt;br /&gt;
(gdb) bt&lt;br /&gt;
#0  0x1200fc3e8 in CLin::initSweep (this=0x120287600)&lt;br /&gt;
at components/CLin.cpp:98&lt;br /&gt;
#1  0x120096290 in Schematic::initSweep&lt;br /&gt;
(this=0x12021fa20) at Schematic.cpp:646&lt;br /&gt;
#2  0x12005c3c8 in MainWindow::checkSchematics&lt;br /&gt;
(this=0x1201b0c00) at MainWindow.cpp:1026&lt;br /&gt;
#3  0x12005d37c in MainWindow::calculateResponse&lt;br /&gt;
(this=0x1201b0c00) at MainWindow.cpp:1078&lt;br /&gt;
#4  0x12008a280 in ToolBar::sweepCircuitSlot&lt;br /&gt;
(this=0x1201fe800) at ToolBar.cpp:238&lt;br /&gt;
#5  0x16073fa04 in QObject::activate_signal () from&lt;br /&gt;
/usr/X11R6/qt2/lib/libqt.so.2&lt;br /&gt;
#6  0x16094e890 in QButton::clicked () from&lt;br /&gt;
/usr/X11R6/qt2/lib/libqt.so.2&lt;br /&gt;
#7  0x160812e44 in QButton::mouseReleaseEvent () from&lt;br /&gt;
/usr/X11R6/qt2/lib/libqt.so.2&lt;br /&gt;
#8  0x1607da170 in QWidget::event () from&lt;br /&gt;
/usr/X11R6/qt2/lib/libqt.so.2&lt;br /&gt;
#9  0x160694274 in QApplication::notify () from&lt;br /&gt;
/usr/X11R6/qt2/lib/libqt.so.2&lt;br /&gt;
#10 0x16063c994 in QETWidget::translateMouseEvent ()&lt;br /&gt;
from /usr/X11R6/qt2/lib/libqt.so.2&lt;br /&gt;
#11 0x160638f70 in QApplication::x11ProcessEvent ()&lt;br /&gt;
from /usr/X11R6/qt2/lib/libqt.so.2&lt;br /&gt;
#12 0x160637aa4 in QApplication::processNextEvent ()&lt;br /&gt;
from /usr/X11R6/qt2/lib/libqt.so.2&lt;br /&gt;
#13 0x160697220 in QApplication::enter_loop () from&lt;br /&gt;
/usr/X11R6/qt2/lib/libqt.so.2&lt;br /&gt;
#14 0x1606379c8 in QApplication::exec () from&lt;br /&gt;
/usr/X11R6/qt2/lib/libqt.so.2&lt;br /&gt;
#15 0x120106998 in main (argc=1, argv=0x1fffff338) at&lt;br /&gt;
main.cpp:94&lt;br /&gt;
(gdb) print ze&lt;br /&gt;
$1 = 2.388555400447897e-314&lt;br /&gt;
(gdb) print ze_&lt;br /&gt;
Error accessing memory address 0x1245bb624: Invalid&lt;br /&gt;
argument.&lt;br /&gt;
(gdb) print zo&lt;br /&gt;
$2 = 2.3885553846377963e-314&lt;br /&gt;
(gdb) print zo_&lt;br /&gt;
Error accessing memory address 0x1245bb624: Invalid&lt;br /&gt;
argument.&lt;br /&gt;
(gdb) print e&lt;br /&gt;
$3 = 2.3885555111186017e-314&lt;br /&gt;
(gdb) print e_&lt;br /&gt;
Error accessing memory address 0x1245bb624: Invalid&lt;br /&gt;
argument.&lt;br /&gt;
(gdb) print f&lt;br /&gt;
$4 = 0&lt;br /&gt;
(gdb) print f_&lt;br /&gt;
Error accessing memory address 0x1245bb624: Invalid&lt;br /&gt;
argument.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dan McMahill</dc:creator><pubDate>Thu, 06 Feb 2003 02:05:12 -0000</pubDate><guid>https://sourceforge.net6f051da28c4630edf47911891efd76bdc1fc152f</guid></item><item><title>abnormal termination for simple 4-port</title><link>https://sourceforge.net/p/vipec/bugs/17/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;place a differential tline with 4 ports connected to each &lt;br /&gt;
end.&lt;br /&gt;
simulations of s11,s21,s31,s41 for 0.01-10GHz will end &lt;br /&gt;
up with abnormal termination.&lt;br /&gt;
diff-pair is 1000mm long of ze=50/zo=100ohms.&lt;br /&gt;
ver.3.1.3 running on windows2000pro.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tadashi ARAI</dc:creator><pubDate>Tue, 17 Dec 2002 15:01:14 -0000</pubDate><guid>https://sourceforge.netdfa7a71d1b77df657d2477a19e4c2ecbe67a4eb4</guid></item><item><title>abnormal termination for simple 4-port</title><link>https://sourceforge.net/p/vipec/bugs/16/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;place a differential tline with 4 ports connected to each &lt;br /&gt;
end.&lt;br /&gt;
simulations of s11,s21,s31,s41 for 0.01-10GHz will end &lt;br /&gt;
up with abnormal termination.&lt;br /&gt;
diff-pair is 1000mm long of ze=50/zo=100ohms.&lt;br /&gt;
ver.3.1.3 running on windows2000pro.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 17 Dec 2002 14:52:30 -0000</pubDate><guid>https://sourceforge.net1e63c7e90b114f26d536a6a018341eaf4c5d14f6</guid></item></channel></rss>