Hello
is someone managed to compile quantlib source with the /clr mode? I get the following message: cannot compile primitivepolynomial.c with the /clr option thanks in advance pascal ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
primitivepolynomial.c is a C file and is not supported by /clr.
Disable clr for that file. See for example <http://stackoverflow.com/questions/880413/d8045-cannot-compile-c-file-serialcommands-c-with-the-clr-option>. Luigi On Thu, Mar 8, 2012 at 12:09 PM, <[hidden email]> wrote: > Hello > > is someone managed to compile quantlib source with the /clr mode? > > I get the following message: > cannot compile primitivepolynomial.c with the /clr option > > thanks in advance > pascal > > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > QuantLib-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/quantlib-users > ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
In reply to this post by pasparis
thank you Luigi, I didn't know that it's possible to disable the /clr for a specific file
pascal ---- Message d'origine ---- >De : "Luigi Ballabio" <[hidden email]> >À : [hidden email] >Objet : Re: [Quantlib-users] compile quantlib with /clr option ? >Date : 08/03/2012 12:28:12 CET >Copie à : [hidden email] > >primitivepolynomial.c is a C file and is not supported by /clr. > Disable clr for that file. See for example > <http://stackoverflow.com/questions/880413/d8045-cannot-compile-c-file-serial > commands-c-with-the-clr-option>. > > Luigi > > On Thu, Mar 8, 2012 at 12:09 PM, <[hidden email]> wrote: > > Hello > > > > is someone managed to compile quantlib source with the /clr mode? > > > > I get the following message: > > cannot compile primitivepolynomial.c with the /clr option > > > > thanks in advance > > pascal > > > > > > --------------------------------------------------------------------------- > --- > > Virtualization & Cloud Management Using Capacity Planning > > Cloud computing makes use of virtualization - but cloud computing > > also focuses on allowing computing to be delivered as a service. > > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > > _______________________________________________ > > QuantLib-users mailing list > > [hidden email] > > https://lists.sourceforge.net/lists/listinfo/quantlib-users > > > ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
For the best results, do not compile QuantLib with the /clr option. You can link native object files with managed object files. QuantLib will run faster that. From: [hidden email] [mailto:[hidden email]] thank you Luigi, I didn't know that it's possible to disable the /clr for a specific file > > Luigi > > On Thu, Mar 8, 2012 at 12:09 PM, <[hidden email]> wrote: > > Hello > > > > is someone managed to compile quantlib source with the /clr mode? > > > > I get the following message: > > cannot compile primitivepolynomial.c with the /clr option > > > > thanks in advance > > pascal > > > > > > --------------------------------------------------------------------------- > --- > > Virtualization & Cloud Management Using Capacity Planning > > Cloud computing makes use of virtualization - but cloud computing > > also focuses on allowing computing to be delivered as a service. > > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > > _______________________________________________ > > QuantLib-users mailing list > > [hidden email] > > https://lists.sourceforge.net/lists/listinfo/quantlib-users > > > Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |