... What, I am confused. Are there are C++ compilers out there that meet these criteria: 1) Don't handle exceptions 2) We want to use them That would be an...
... Me too. I know, we could create a new C++ standard and have twenty different compiler interpretations of that standard. On second thought, why bother no...
... There is minimal wxWidgets stuff in the specctra code, intentionally. I figured somebody would want to hi-jack it for another project some day. wxWidgets...
... I don't share your enthusiasm for these two containers. There is little standard about C++ if <vector> is not. In fact I would even disagree with you....
... Well I came back here and see that I said nothing about C++ list. If the object being put on a list is an object derived from our base_struct, then we...
... Mirrored printing would work fine, except my printer driver doesn't support it. Exporting and panelizing/mirroring in external programs or by hand would...
... Oh, wait.. I get what you mean now. Yeah, the Mirror option in the print dialog would have worked in this situation - I have no idea how I managed to miss...
... << snipped >> ... I can appreciate not wanting your code hi-jacked. ... I think wxWidgets has gone beyond just being a UI. There is a lot of non-UI...
... I am not enthusiastic about using these containers either. I would much rather use the standard C++ libraries as long as I don't get bit by portability...
... The code I fixed in CVPcb was not base_struct derived. It was yet another previous/next pointer implementation that was handled by inline code. I am...
... Sorry, I was not clear. I anticipated, and intentionally hoped to facilitate the code's reuse by keeping it relatively pure of wxWidgets specific candy....
... It happens :) Anyway, Inkscape works if you use PostScript plot output. In that case Inkscape is just copy-pasting stuff withiout any translation in ...
Vesa Solonen
vsolonen@...
May 3, 2009 8:37 pm
2554
Is there any way to do a block rotation in EESchema? Thanks...
Hi, My name is Damien RANNOU, I'm a hardware and software developer in a French company, and I use kicad since 3 years ago (I was using it in a french robotic...
Damien RANNOU
damien.rannou@...
May 5, 2009 3:00 pm
2556
... I get them in, thank you Dick & Jean-Pierre :)...
... not really .. XML is just a syntax. The syntax doesn't really matter. You could just as well choose C-like, Ada-like, Lisp-like, or whatever. What...
What I was thinking, is using a library that made for us the syntax work, that's why I was thinking about XML, which is very used, well known, and very easy to...
Damien RANNOU
damien.rannou@...
May 6, 2009 9:18 am
2559
I mean... clicking OK in the dialog for setting the grid side nothing happens! (In fact the event handler in set_grid.cpp is sadly empty...) Maybe something to...
Damien RANNOU Why don't you start by searching this list for all previous discussions on file formats. Then you would know what people think, and it would not...
... This sounds like you created a bug, not found a bug. ... It is good to know where you are going before you begin your trip. I agree that the file format...
Yeah sorry about that, this was just a suggestion. I'm trying to fix it ! ... -- Damien RANNOU ... www.diateam.net Diateam 41, rue Yves Collet 29200 BREST...
Damien RANNOU
damien.rannou@...
May 8, 2009 11:03 am
2564
... What about putting \n in the text that you are saving? so that if you load the file into a text editor, you actually see \n For example: here is the first...
Svn rev 1753 introduced the use of BOOST_REVERSE_FOREACH in cvframe.cpp Unfortunately this does not build on my Ubuntu 8.04 machine which is still stuck with...
... I knew this would eventually be an issue. It appears that I will be one who has to raise the question. What should be the minimum version of Boost that...
... I just updated boost on my dev PC. I don't think it is unreasonable to require developers to have certain minimum versions of the libraries KiCad rely's...
... Brian, I missed the Boost version in COMPILING.TXT. Obviously, I would prefer to bump the Boost version 1.36. Not just because I don't want to change the...