Maybe someone could help me to build object handler with visual c++ 2005.
I tried to follow the instructions QuantLibXL but when I'm trying to build log4cxx I have these errors: 1>------ Build started: Project: log4cxx, Configuration: Release Win32 ------ 1>Compiling... 1>timezone.cpp 1>c:\build_ql_0_9_0\log4cxx\include\log4cxx/helpers/criticalsection.h(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory 1>threadspecificdata.cpp 1>..\..\src\threadspecificdata.cpp(22) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory 1>thread.cpp 1>..\..\src\thread.cpp(20) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory 1>telnetappender.cpp 1>c:\build_ql_0_9_0\log4cxx\include\log4cxx/helpers/criticalsection.h(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory 1>system.cpp 1>c:\build_ql_0_9_0\log4cxx\include\log4cxx/helpers/criticalsection.h(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory 1>syslogwriter.cpp 1>c:\build_ql_0_9_0\log4cxx\include\log4cxx/helpers/criticalsection.h(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory 1>syslogappender.cpp 1>c:\build_ql_0_9_0\log4cxx\include\log4cxx/helpers/criticalsection.h(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory 1>stringmatchfilter.cpp 1>c:\build_ql_0_9_0\log4cxx\include\log4cxx/helpers/criticalsection.h(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory 1>static.cpp 1>c:\build_ql_0_9_0\log4cxx\include\log4cxx/helpers/criticalsection.h(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory 1>socketoutputstream.cpp 1>c:\build_ql_0_9_0\log4cxx\include\log4cxx/helpers/criticalsection.h(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory 1>socketnode.cpp 1>c:\build_ql_0_9_0\log4cxx\include\log4cxx/helpers/criticalsection.h(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory 1>socketinputstream.cpp 1>c:\build_ql_0_9_0\log4cxx\include\log4cxx/helpers/criticalsection.h(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory 1>socketimpl.cpp 1>..\..\src\socketimpl.cpp(20) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory 1>sockethubappender.cpp 1>c:\build_ql_0_9_0\log4cxx\include\log4cxx/helpers/criticalsection.h(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory 1>socketappender.cpp 1>c:\build_ql_0_9_0\log4cxx\include\log4cxx/helpers/criticalsection.h(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory 1>socket.cpp 1>..\..\src\socket.cpp(20) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory 1>simplelayout.cpp 1>c:\build_ql_0_9_0\log4cxx\include\log4cxx/helpers/criticalsection.h(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory 1>serversocket.cpp 1>..\..\src\serversocket.cpp(20) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory 1>semaphore.cpp 1>..\..\src\semaphore.cpp(22) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory 1>rootcategory.cpp 1>c:\build_ql_0_9_0\log4cxx\include\log4cxx/helpers/criticalsection.h(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory 1>Generating Code... ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Hi Andrea,
On Fri, May 9, 2008 14:24, Andrea Bellucci wrote: > Maybe someone could help me to build object handler with > visual c++ 2005. > I tried to follow the instructions QuantLibXL > <http://www.quantlibxl.org/>but when I'm trying to build > log4cxx I > have these errors: > > 1>------ Build started: Project: log4cxx, Configuration: > Release Win32 > ------ > 1>Compiling... > 1>timezone.cpp > 1>c:\build_ql_0_9_0\log4cxx\include\log4cxx/helpers/criticalsection.h(25) > : > fatal error C1083: Cannot open include file: 'windows.h': No > such file or > directory For VC8 Express, windows.h is in the Platform SDK which is a separate download. Regards, Eric ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
In reply to this post by Andrea Bellucci
why are you interested in oh specifically? I am too, can we talk?
I d like to discuss .net addins vs oh/cpp also. ole this messags was sent from a mobile device On May 9, 2008, at 12:24 PM, "Eric Ehlers" <[hidden email]> wrote: Hi Andrea, On Fri, May 9, 2008 14:24, Andrea Bellucci wrote: Maybe someone could help me to build object handler with visual c++ 2005. I tried to follow the instructions QuantLibXL <http://www.quantlibxl.org/>but when I'm trying to build log4cxx I have these errors: 1>------ Build started: Project: log4cxx, Configuration: Release Win32 ------ 1>Compiling... 1>timezone.cpp 1>c:\build_ql_0_9_0\log4cxx\include\log4cxx/helpers/criticalsection.h(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory For VC8 Express, windows.h is in the Platform SDK which is a separate download. Regards, Eric ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
In reply to this post by Andrea Bellucci
Andrea,
Are you using Visual C++ 2005 Express? If so you need to follow this http://msdn.microsoft.com/en-us/express/aa700755.aspx. Regards, Piter Dias [hidden email] ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
In reply to this post by Ole Peng
Hi Ole,
On Fri, May 9, 2008 18:41, op wrote: > why are you interested in oh specifically? I use it under Windows in the QuantLibXL build, and under Windows and Linux as part of a C++ application based on QuantLibAddin, using serialization to pass data between the various environments. > I am too, can we talk? Sure, I'm always interested in ideas for the future development of the project. I was particularly pleased to read the exchange between you and Slava a couple weeks back, regarding use of ObjectHandler independent of QuantLib. ObjectHandler was carefully designed to support that, but the fact hasn't been discussed much. > I d like to discuss .net addins vs oh/cpp also. You mean, using .NET rather than C++ as a platform for addins? Regards, Eric ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |