Hi all, is anybody still using Dev-C++ for compiling QuantLib? Should we keep supporting it in future releases? Also, is anybody using Code::Blocks instead? Would there be any interest in adding support? Luigi -- A little inaccuracy sometimes saves tons of explanation. -- H.H. Munro, "Saki" ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Hi Luigi,
Although I don't use dev c++ anymore, I used it a lot in my student days. I think it would be nice to keep a supported version for a free IDE (Dev C++ or Code::Blocks), for those who don't have the luck (...) to work with VS. -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Luigi Ballabio Sent: Friday, 25 January 2008 3:23 AM To: QuantLib users Subject: [Quantlib-users] Anybody using Dev-C++ IDE? Hi all, is anybody still using Dev-C++ for compiling QuantLib? Should we keep supporting it in future releases? Also, is anybody using Code::Blocks instead? Would there be any interest in adding support? Luigi -- A little inaccuracy sometimes saves tons of explanation. -- H.H. Munro, "Saki" ------------------------------------------------------------------------ - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users ************** IMPORTANT MESSAGE ***************************** This e-mail message is intended only for the addressee(s) and contains information which may be confidential. If you are not the intended recipient please advise the sender by return email, do not use or disclose the contents, and delete the message and any attachments from your system. Unless specifically indicated, this email does not constitute formal advice or commitment by the sender or the Commonwealth Bank of Australia (ABN 48 123 123 124) or its subsidiaries. We can be contacted through our web site: commbank.com.au. If you no longer wish to receive commercial electronic messages from us, please reply to this e-mail by typing Unsubscribe in the subject line. ************************************************************** ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
In reply to this post by Luigi Ballabio
I agree with you, Fabrice.
Sincerely. Piero ----Messaggio originale---- Da: [hidden email] Data: 25/01/2008 3.10 A: <[hidden email]>, "QuantLib users"<quantlib-users@lists. sourceforge.net> Ogg: Re: [Quantlib-users] Anybody using Dev-C++ IDE? Hi Luigi, Although I don't use dev c++ anymore, I used it a lot in my student days. I think it would be nice to keep a supported version for a free IDE (Dev C++ or Code::Blocks), for those who don't have the luck (...) to work with VS. -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Luigi Ballabio Sent: Friday, 25 January 2008 3:23 AM To: QuantLib users Subject: [Quantlib-users] Anybody using Dev-C++ IDE? Hi all, is anybody still using Dev-C++ for compiling QuantLib? Should we keep supporting it in future releases? Also, is anybody using Code::Blocks instead? Would there be any interest in adding support? Luigi -- A little inaccuracy sometimes saves tons of explanation. -- H.H. Munro, "Saki" ------------------------------------------------------------------------ - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users ************** IMPORTANT MESSAGE ***************************** This e-mail message is intended only for the addressee(s) and contains information which may be confidential. If you are not the intended recipient please advise the sender by return email, do not use or disclose the contents, and delete the message and any attachments from your system. Unless specifically indicated, this email does not constitute formal advice or commitment by the sender or the Commonwealth Bank of Australia (ABN 48 123 123 124) or its subsidiaries. We can be contacted through our web site: commbank.com.au. If you no longer wish to receive commercial electronic messages from us, please reply to this e-mail by typing Unsubscribe in the subject line. ************************************************************** ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users _______________________________________________________________________ Tiscali.Fax: ricevi gratis sulla tua email e invii a 12 cent per pagina senza scatto alla risposta http://fax.tiscali.it// ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
On Jan 25, 2008, at 3:34 PM, [hidden email] wrote: > I agree with you, Fabrice. So do I. Even though these days Visual C++ Express is free too, I also want to support an IDE for gcc on Windows. But if Dev-C++ is not used, I'd rather switch to Code::Blocks (which seems more actively developed, and unlike Dev-C++ has workspaces.) Anybody else? Luigi > ----Messaggio originale---- > Da: [hidden email] > > Although I don't use dev c++ anymore, I used it a lot in my student > days. I think it would be nice to keep a supported version for a free > IDE (Dev C++ or Code::Blocks), for those who don't have the luck (...) > to work with VS. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
> So do I. Even though these days Visual C++ Express is free too, I also
> want to support an IDE for gcc on Windows. But if Dev-C++ is not used, > I'd rather switch to Code::Blocks (which seems more actively developed, > and unlike Dev-C++ has workspaces.) > > Anybody else? What about Eclipse with the CDT plug-in? (http://www.eclipse.org/cdt/) It is actively maintained and works well with mingw/gcc and gdb. I suspect it has a much larger user base than Code::Blocks too. I believe NetBeans can also be configured to work with mingw on windows, although I haven't tried it myself. - Matt |
On Sun, 2008-01-27 at 19:08 -0800, Matt Knox wrote:
> What about Eclipse with the CDT plug-in? (http://www.eclipse.org/cdt/) It > is actively maintained and works well with mingw/gcc and gdb. I suspect it > has a much larger user base than Code::Blocks too. I believe NetBeans can > also be configured to work with mingw on windows, although I haven't tried > it myself. I had tried Eclipse/CDT, but I probably started on the wrong foot---I tried to tell it to work in an existing Subversion working copy, but it seemed to insist about importing the source in its own space. Do you have any advice on the way it's supposed to be used? Later, Luigi -- Anyone who says he can see through women is missing a lot. -- Groucho Marx ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
In reply to this post by Luigi Ballabio
Yes,
I'm still using it, on a Windows XP box, with quantlib 0.8.1. Andrei |
Same here. I am using Dev-C++ on Windows XP.
Thanks, Max On Feb 6, 2008 6:34 PM, aincze <[hidden email]> wrote: > > Yes, > > I'm still using it, on a Windows XP box, with quantlib 0.8.1. > > Andrei > -- > View this message in context: http://www.nabble.com/Anybody-using-Dev-C%2B%2B-IDE--tp15068837p15306459.html > Sent from the quantlib-users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > QuantLib-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/quantlib-users > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |