Hi,t ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Hi, You need to install the SDK. I am using VS2005
and have the SDK: C:\Program Files\Microsoft Platform SDK
for Windows Server 2003 R2\Include\windows.h You then need to add the
include and link directories to the project settings. Neil -----Original
Message----- Hi,t ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Hi All,
I have added this item to the FAQ: http://quantlib.org/quantlibaddin/faq.html#faq_item_winheader Regards, Eric On Tue, July 15, 2008 21:59, Neil Firth wrote: > Hi, > > You need to install the SDK. I am using VS2005 and have the > SDK: > > C:\Program Files\Microsoft Platform SDK for Windows Server 2003 > R2\Include\windows.h > > You then need to add the include and link directories to the > project > settings. > > Neil > > -----Original Message----- > From: [hidden email] > [mailto:[hidden email]] On > Of > Andrea Bellucci > Sent: 14 July 2008 09:09 > To: [hidden email] > Subject: [Quantlib-users] Problems with object handler > > Hi,t > > Maybe someone could help me to build object handler with visual > c++ > 2005. > I tried to follow the instructions > <http://www.quantlibxl.org/> > 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 > 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 > 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 Moblin Your Move > Developer's challenge > Build the coolest Linux based applications with Moblin SDK & > win great prizes > Grand prize is a trip for two to an Open Source event anywhere > in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________ QuantLib-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/quantlib-users > ------------------------- Eric Ehlers nazcatech sprl | Brussels | http://www.nazcatech.be Distributed computing for pricing analytics - Use Microsoft Excel as a client to the Grid ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |