[Quickfix-users] Problem Building .NET quickfix_net.sln
Brought to you by:
orenmnero
From: MW <mer...@ho...> - 2003-12-04 18:34:30
|
Hi -=20 I load the solution file into Visual Studio .NET 2002, it loads with no = errors, but when I build the solution I get a list of errors similar to: ------ Build started: Project: quickfix_net, Configuration: Debug Win32 = ------ Compiling... quickfix_net.cpp h:\quickfix\src\.NET\Exceptions.h(57) : fatal error C1083: Cannot open = include file: 'quickfix/exceptions.h': No such file or directory Session.cpp h:\quickfix\src\.NET\Exceptions.h(57) : fatal error C1083: Cannot open = include file: 'quickfix/exceptions.h': No such file or directory ScreenLog.cpp h:\quickfix\src\.NET\SessionID.h(57) : fatal error C1083: Cannot open = include file: 'quickfix/SessionID.h': No such file or directory MessageStoreFactory.cpp h:\quickfix\src\.NET\Exceptions.h(57) : fatal error C1083: Cannot open = include file: 'quickfix/exceptions.h': No such file or directory MessageStore.cpp h:\quickfix\src\.NET\Exceptions.h(57) : fatal error C1083: Cannot open = include file: 'quickfix/exceptions.h': No such file or directory Message.cpp h:\quickfix\src\.NET\Exceptions.h(57) : fatal error C1083: Cannot open = include file: 'quickfix/exceptions.h': No such file or directory MemoryMessageStore.cpp I've tried copying the exceptions.h file to the quickfix folder but I = just get additional errors. I would really appreciate some help in compiling this. Also, this is = the first piece I'm trying to compile after UnZipping the package. Thanks, Merrick |